Property ActionScaleMode
- Namespace
- vdWebLibrary
- Assembly
- JsPropertiesExtractor.dll
ActionScaleMode
Get / Set the way that user scale action is applied, when user run the CmdScale(object, object, double, CmdScriptCallback) or scale(object, double, ScriptSelectDelegate).
public bool ActionScaleMode { get; set; }
Property Value
Remarks
Default value is 0.
Set it to 1 in order additional scale to be applied, as the division with bounding box size of the selected entities.
This will keep the scaling bounds near to the selected entities bounds.