Click or drag to resize

InteropNativeGeometryConstPointer Method

Returns the underlying const ON_Geometry* for a RhinoCommon class. You should only be interested in using this function if you are writing C++ code.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static IntPtr NativeGeometryConstPointer(
	GeometryBase geometry
)

Parameters

geometry
Type: Rhino.GeometryGeometryBase
A geometry object. This can be null and in such a case Zero is returned.

Return Value

Type: IntPtr
A pointer to the const geometry.
See Also