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