← Back to carmenta.com
Carmenta Engine SDK Documentation
×

LineVisualizer.LengthUnit Property

Gets or sets a value specifying how length values are interpreted.

Thread safety: This property is not thread-safe. Show

Syntax

C#
public AttributeVariable< VisualizerLengthUnit > LengthUnit { get; set; }

Property Value

Type: An attribute variable that returns a value of type VisualizerLengthUnit.
Default: Pixels
The length unit used by the visualizer.

Remarks

This property affects how the line width, orthogonal offset and pattern scale is interpreted. If set to Pixels, the width, offset and pattern will be interpreted as screen pixels, and the rendering will be the same regardless of the view scale. If set to NominalMeters, the width, offset and pattern will also be scaled by the view.

This property is not supported for regular 3D layers, but it can be used for the surface layers of a globe view. In this case using NominalMeters is recommended, to minimize visible artifacts between ground tiles.

Platforms

Windows, Linux, Android

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept