PointCloudItem
- class rhino3dm.PointCloudItem
- Location
rhino3dm.Point3d: Gets or sets the location of this point cloud item.
- X
float: Gets or sets the X component of this point cloud item location.
- Y
float: Gets or sets the Y component of this point cloud item location.
- Z
float: Gets or sets the Z component of this point cloud item location.
- Normal
rhino3dm.Vector3d: Gets or sets the normal vector for this point cloud item. If this point cloud item does not have a normal vector, Vector3d.Unset is returned.
- Color
Color: Gets or sets the color of this point cloud item. If this point cloud item does not have a color, System.Drawing.Color.Black is returned.
- Hidden
bool: Gets or sets the hidden flag of this point cloud item. If this point cloud item does not have a hidden flag, False is returned.
- Value
- Index
int: Gets the index of this point cloud item.