Click or drag to resize

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()

Return Value

Type: Vector3d
An array containing all the normals in this point cloud.
See Also