Skip to main content
Version: Next

Class: StyledPointCloudObjectCollection

@cognite/reveal.StyledPointCloudObjectCollection

Represents an object collection that is associated with an appearance

Constructors

constructor

new StyledPointCloudObjectCollection(objectCollection, style): StyledPointCloudObjectCollection

Parameters

NameType
objectCollectionPointCloudObjectCollection
styleRequired<PointCloudAppearance>

Returns

StyledPointCloudObjectCollection

Defined in

packages/pointcloud-styling/src/StyledPointCloudObjectCollection.ts:12

Properties

objectCollection

objectCollection: PointCloudObjectCollection

Defined in

packages/pointcloud-styling/src/StyledPointCloudObjectCollection.ts:13


style

style: Required<PointCloudAppearance>

Defined in

packages/pointcloud-styling/src/StyledPointCloudObjectCollection.ts:14