[Missing <summary> documentation for "N:Rhino.Runtime.InteropWrappers"]
Classes
| Class | Description | |
|---|---|---|
| ClassArrayObjRef |
Represents a wrapper to an unmanaged "array" (list) of CRhinoObjRef instances.
Wrapper for a C++ ON_ClassArray of CRhinoObjRef | |
| SimpleArrayBrepPointer |
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.
| |
| SimpleArrayCurvePointer |
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.
| |
| SimpleArrayDouble |
Wrapper for ON_SimpleArray<double>. If you are not writing C++ code,
then this class is not for you.
| |
| SimpleArrayGeometryPointer |
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.
| |
| SimpleArrayGuid |
Wrapper for ON_SimpleArray<ON_UUID>. If you are not writing C++ code
then this class is not for you.
| |
| SimpleArrayInt |
Wrapper for ON_SimpleArray<int>. If you are not writing C++ code
then this class is not for you.
| |
| SimpleArrayInterval |
Wrapper for ON_SimpleArray<ON_Imterval>. If you are not writing C++ code
then this class is not for you.
| |
| SimpleArrayLine |
Wrapper for ON_SimpleArray<ON_Line>. If you are not writing C++ code
then this class is not for you.
| |
| SimpleArrayMeshPointer |
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. | |
| SimpleArrayPoint3d |
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.
| |
| SimpleArraySurfacePointer |
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.
| |
| StringWrapper |
Represents a wrapper to an unmanaged OpenNurbs string.
Wraps a C++ ON_wString*. |