GeometryEditorScaleMode

Determines how a geometry can be interactively scaled (resized) while using the GeometryEditor. Set the InteractionConfiguration.scaleMode property to one of the values to determine interactive scaling behavior of a GeometryEditor. Additionally, this value also determines how the initial shape is created when using the ShapeTool.

Since

200.2.0

See also

Inheritors

Types

Link copied to clipboard

The geometry can be scaled freely and the aspect ratio is not preserved. This value is ignored when interactively scaling elements with circular arc segments and GeometryEditorScaleMode.Uniform scaling is used instead, in order to preserve the circular shape of the segments.

Link copied to clipboard

The geometry can be scaled proportionally, preserving the original aspect ratio.