Determines the shape of the dots used to draw point clouds.

Please see PointCloudStyle for more details.

Since

2022.0

Enumeration Members

Enumeration Members

DISC: "DISC"

Draw point cloud dots as discs.

This is the most performing. When using large point sizes with lots of overlap, it can result in a more pixelated, low-resolution display even if you have high point density.

This is the default for HSPC point clouds.

SPHERE: "SPHERE"

Draw point cloud dots as spheres.

Large points with lots of overlap results in a high quality visual coverage of your data, but at the cost of performance.

This is the default for OGC 3D Tiles point clouds.