Skip to main content
Version: Next

Class: StyledPointCloudObjectCollection

Defined in: packages/pointcloud-styling/src/StyledPointCloudVolumeCollection.ts:42

Represents either an PointCloudAnnotationVolumeCollection or PointCloudDMVolumeCollection that is associated with an appearance.

Deprecated​

USe StyledPointCoudVolumeCollection instead

Extends​

Constructors​

Constructor​

new StyledPointCloudObjectCollection(objectCollection, style, importance?): StyledPointCloudObjectCollection

Defined in: packages/pointcloud-styling/src/StyledPointCloudVolumeCollection.ts:20

Parameters​

objectCollection​

PointCloudAnnotationVolumeCollection

The volume collection this StyledPointCloudVolumeCollection represents

Deprecated

style​

CompletePointCloudAppearance

The appearance applied by the current StyledPointCloudVolumeCollection

importance?​

number = 0

The importance of the styled collection - styled sets of higher importance gets applied later

Returns​

StyledPointCloudObjectCollection

Inherited from​

StyledPointCloudVolumeCollection.constructor

Properties​

importance​

importance: number = 0

Defined in: packages/pointcloud-styling/src/StyledPointCloudVolumeCollection.ts:33

The importance of the styled collection - styled sets of higher importance gets applied later

Inherited from​

StyledPointCloudVolumeCollection.importance


objectCollection​

objectCollection: PointCloudAnnotationVolumeCollection

Defined in: packages/pointcloud-styling/src/StyledPointCloudVolumeCollection.ts:25

The volume collection this StyledPointCloudVolumeCollection represents

Deprecated​

Inherited from​

StyledPointCloudVolumeCollection.objectCollection


style​

style: CompletePointCloudAppearance

Defined in: packages/pointcloud-styling/src/StyledPointCloudVolumeCollection.ts:29

The appearance applied by the current StyledPointCloudVolumeCollection

Inherited from​

StyledPointCloudVolumeCollection.style

Accessors​

volumeCollection​

Get Signature​

get volumeCollection(): T["pointCloudCollectionType"]

Defined in: packages/pointcloud-styling/src/StyledPointCloudVolumeCollection.ts:16

Get the volume collection for this StyledPointCloudVolumeCollection

Returns​

T["pointCloudCollectionType"]

Inherited from​

StyledPointCloudVolumeCollection.volumeCollection