Describes the methods that are available for determining point sizes.
The Scaling Mode determines how the scale expression of the point cloud style is interpreted. Please see PointCloudStyle for more details.

Since

2018.0

Enumeration Members

ADAPTIVE_WORLD_SIZE: "ADAPTIVE_WORLD_SIZE"

Scaling mode to scale point size in function of the distance to the eye and the tile geometric error. The points are given a world size adapted to the local density of the point cloud. This creates, to the largest extent possible, a visually continuous and opaque coverage.

PIXEL_SIZE: "PIXEL_SIZE"

The Scaling mode to scale all points with same size on screen in pixels.

WORLD_SIZE: "WORLD_SIZE"

The Scaling mode to scale all points with same physical size in meters.

Since

2022.0