PointCloudGetNormals Method |
Copy all the normal vectors in this point cloud to an array.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public Vector3d[] GetNormals()
Public Function GetNormals As Vector3d()
Return Value
Type:
Vector3dAn array containing all the normals in this point cloud.
See Also