Methods
Model
setPointCloudSettings
sets the point cloud settings for the specified model example usage const modelid = "my model id"; const settings = { activeattribute "rgba", opacity 1, pointsize 1, pointsizetype "adaptive", }; viewer3d setpointcloudsettings(modelid, settings); parameters settings 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 docid\ ls4vzmru8naqkashnzrps availableattributes property pointsizetype valid values are adaptive fixed