[Missing <summary> documentation for "N:Rhino.Runtime.InteropWrappers"]

Classes

  ClassDescription
Public classClassArrayObjRef
Represents a wrapper to an unmanaged "array" (list) of CRhinoObjRef instances.

Wrapper for a C++ ON_ClassArray of CRhinoObjRef

Public classSimpleArrayBrepPointer
Wrapper for a C++ ON_SimpleArray<ON_Brep*> or ON_SimpleArray<const ON_Brep*> If you are not writing C++ code then this class is not for you.
Public classSimpleArrayCurvePointer
Wrapper for a C++ ON_SimpleArray of ON_Curve* or const ON_Curve*. If you are not writing C++ code, then you can ignore this class.
Public classSimpleArrayDouble
Wrapper for ON_SimpleArray<double>. If you are not writing C++ code, then this class is not for you.
Public classSimpleArrayGeometryPointer
Wrapper for a C++ ON_SimpleArray<ON_Geometry*>* or ON_SimpleArray<const ON_Geometry*>. If you are not writing C++ code, then this class is not for you.
Public classSimpleArrayGuid
Wrapper for ON_SimpleArray<ON_UUID>. If you are not writing C++ code then this class is not for you.
Public classSimpleArrayInt
Wrapper for ON_SimpleArray<int>. If you are not writing C++ code then this class is not for you.
Public classSimpleArrayInterval
Wrapper for ON_SimpleArray<ON_Imterval>. If you are not writing C++ code then this class is not for you.
Public classSimpleArrayLine
Wrapper for ON_SimpleArray<ON_Line>. If you are not writing C++ code then this class is not for you.
Public classSimpleArrayMeshPointer
Represents a wrapper to an unmanaged array of mesh pointers.

Wrapper for a C++ ON_SimpleArray of ON_Mesh* or const ON_Mesh*. If you are not writing C++ code then this class is not for you.

Public classSimpleArrayPoint3d
ON_SimpleArray<ON_3dPoint>, ON_3dPointArray, ON_PolyLine all have the same size This class wraps all of these C++ versions. If you are not writing C++ code then this class is not for you.
Public classSimpleArraySurfacePointer
Wrapper for a C++ ON_SimpleArray of ON_Surface* or const ON_Surface*. If you are not writing C++ code then this class is not for you.
Public classStringWrapper
Represents a wrapper to an unmanaged OpenNurbs string.

Wraps a C++ ON_wString*.