Methods
Model

getPointCloudSettings

returns the point cloud settings for the specified model example usage const modelid = "my model id"; const settings = viewer3d getpointcloudsettings(modelid); parameters modelid the id of the model to get the point cloud settings for type required string yes return value the point cloud settings for the specified model, returns null if specified model not point cloud type type object properties name type description activeattribute string the active attribute for the point cloud availableattributes array the available attributes for the point cloud opacity number the opacity of the point cloud pointsize number the size of the points in the point cloud pointsizetype string the type of point size used pointsizetype valid values are adaptive fixed example { activeattribute "rgba", availableattributes \["rgba"], opacity 1, pointsize 1, pointsizetype "adaptive", };