M_Rhino_Geometry_MeshUnsafeLock_VertexPoint3fArray - mcneel/rhinocommon-api-docs GitHub Wiki
Retrieves a pointer to the raw mesh vertex array, which uses coordinates defined with single precision floating point numbers.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Point3f* VertexPoint3fArray(
out int length
)
VB
- length
- Type: System.Int32
The length of the array. This value is returned by reference (out in C#).
Type: Point3f*
The beginning of the vertex array. Item 0 is the first vertex, and item length-1 is the last valid one.
Supported in: 6.0.16224.21491