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.
Gets the index of this point cloud item.
Gets or sets the location of this point cloud item.
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.
Gets or sets the X component of this point cloud item location.
Gets or sets the Y component of this point cloud item location.
Gets or sets the Z component of this point cloud item location.
Generated using TypeDoc
Gets or sets the color of this point cloud item in js object format: {r:number, g:number, b:number)} where number is from 0 - 255 If this point cloud item does not have a color, System.Drawing.Color.Black is returned.