PointCloudItem.Normal Property

PointCloudItemNormal Property

Gets or sets the normal vector for this point cloud item.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Vector3d Normal { get; set; }
Public Property Normal As Vector3d
	Get
	Set

Property Value

Type: Vector3d
See Also