Class: StyledPointCloudVolumeCollection<T>
Represents either an PointCloudAnnotationVolumeCollection or PointCloudDMVolumeCollection that is associated with an appearance.
Extended by
Type Parameters
• T extends DataSourceType
Constructors
new StyledPointCloudVolumeCollection()
new StyledPointCloudVolumeCollection<
T
>(objectCollection
,style
):StyledPointCloudVolumeCollection
<T
>
Parameters
• objectCollection: T
["pointCloudCollectionType"
]
The volume collection this StyledPointCloudVolumeCollection represents
Deprecated
• style: Required
<PointCloudAppearance
>
The appearance applied by the current StyledPointCloudVolumeCollection
Returns
StyledPointCloudVolumeCollection
<T
>
Defined in
packages/pointcloud-styling/src/StyledPointCloudVolumeCollection.ts:20
Properties
objectCollection
objectCollection:
T
["pointCloudCollectionType"
]
The volume collection this StyledPointCloudVolumeCollection represents
Deprecated
Defined in
packages/pointcloud-styling/src/StyledPointCloudVolumeCollection.ts:25
style
style:
Required
<PointCloudAppearance
>
The appearance applied by the current StyledPointCloudVolumeCollection
Defined in
packages/pointcloud-styling/src/StyledPointCloudVolumeCollection.ts:29
Accessors
volumeCollection
Get Signature
get volumeCollection():
T
["pointCloudCollectionType"
]
Get the volume collection for this StyledPointCloudVolumeCollection
Returns
T
["pointCloudCollectionType"
]
Defined in
packages/pointcloud-styling/src/StyledPointCloudVolumeCollection.ts:16