MeshVertexListToPoint3fArray Method |
Copies all vertices to a new array of
Point3f.
Namespace:
Rhino.Geometry.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public Point3f[] ToPoint3fArray()
Public Function ToPoint3fArray As Point3f()
Return Value
Type:
Point3fA new array.
See Also