PointCloudGetNormals Method |
Copy all the normal vectors in this point cloud to an array.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Vector3d[] GetNormals()
Public Function GetNormals As Vector3d()
Return Value
Type:
Vector3dAn array containing all the normals in this point cloud.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also