Property IsAutomaticLinearsUpdatingEnabled
IsAutomaticLinearsUpdatingEnabled
Indicates whether the continous automatic linear updates are enabled in the scene.
Declaration
public bool IsAutomaticLinearsUpdatingEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
Remarks
When enabled, this feature reapplies automatic linears placement after relative change was made. This is very useful but can be time consuming on a big scene.
In the KitchenDraw UI, the "Updated continuously" checkbox at
the bottom of the "Automatic linear objects" dialog corresponds to
this feature. The default value for it can be set in the SPACE.INI
file with AutoLinearsUpdate=1
entry of the [InSitu]
section.