Class: StyledPointCloudObjectCollection
Defined in: packages/pointcloud-styling/src/StyledPointCloudVolumeCollection.ts:38
Represents either an PointCloudAnnotationVolumeCollection or PointCloudDMVolumeCollection that is associated with an appearance.
Deprecated
USe StyledPointCoudVolumeCollection instead
Extends
Constructors
Constructor
new StyledPointCloudObjectCollection(
objectCollection
,style
):StyledPointCloudObjectCollection
Defined in: packages/pointcloud-styling/src/StyledPointCloudVolumeCollection.ts:20
Parameters
objectCollection
PointCloudAnnotationVolumeCollection
The volume collection this StyledPointCloudVolumeCollection represents
Deprecated
style
The appearance applied by the current StyledPointCloudVolumeCollection
Returns
StyledPointCloudObjectCollection
Inherited from
StyledPointCloudVolumeCollection
.constructor
Properties
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"
]