Click or drag to resize

PointCloudContainsPointValues Property

Gets a value indicating whether or not the points in this point cloud have extra values assigned to them. Extra values can be used to store a user-defined values, such as intensity.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.5
Syntax
public bool ContainsPointValues { get; }

Property Value

Type: Boolean
See Also