PointCloudItem

PointCloudItem

Represents a single item in a point cloud. A PointCloud item always has a location, but it has an optional normal vector and color.

Members

color :Color

Description:
  • 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.
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.
Type:
  • Color

hidden :bool

Description:
  • 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 or sets the hidden flag of this point cloud item. If this point cloud item does not have a hidden flag, false is returned.
Type:
  • bool

index :int

Description:
  • Gets the index of this point cloud item.
Gets the index of this point cloud item.
Type:
  • int

location :Array.<x, y, z>

Description:
  • Gets or sets the location of this point cloud item.
Gets or sets the location of this point cloud item.
Type:
  • Array.<x, y, z>

normal :Array.<x, y, z>

Description:
  • 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 normal vector for this point cloud item. If this point cloud item does not have a normal vector, Vector3d.Unset is returned.
Type:
  • Array.<x, y, z>

value

x :double

Description:
  • Gets or sets the X component of this point cloud item location.
Gets or sets the X component of this point cloud item location.
Type:
  • double

y :double

Description:
  • Gets or sets the Y component of this point cloud item location.
Gets or sets the Y component of this point cloud item location.
Type:
  • double

z :double

Description:
  • Gets or sets the Z component of this point cloud item location.
Gets or sets the Z component of this point cloud item location.
Type:
  • double