InteropCreateFromNativePointer Method |
Constructs a RhinoCommon Geometry class from a given ON_Geomety*. The ON_Geometry*
must be declared on the heap and its lifetime becomes controlled by RhinoCommon.
Namespace:
Rhino.Runtime
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public static GeometryBase CreateFromNativePointer(
IntPtr pGeometry
)
Public Shared Function CreateFromNativePointer (
pGeometry As IntPtr
) As GeometryBase
Parameters
- pGeometry
- Type: SystemIntPtr
ON_Geometry*
Return Value
Type:
GeometryBaseThe appropriate geometry class in RhinoCommon on success.
See Also