Methods
Model
setPointCloudSettings
Sets the point cloud settings for the specified model.
The point cloud settings to apply to the specified model.
Type | Required |
---|---|
Object | Yes |
Properties
Name | Type | Required | Description |
---|---|---|---|
activeAttribute | String | No | The active attribute for the point cloud |
opacity | Number | No | The opacity of the point cloud |
pointSize | Number | No | The size of the points in the point cloud |
pointSizeType | String | No | The type of point size to use |
activeAttribute
Get valid values from getPointCloudSettings availableAttributes property.
pointSizeType
Valid values are:
- adaptive
- fixed
Updated 13 Sep 2024
Did this page help you?