RhinoCommon API
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)
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.