Property ObjectSnapping
ObjectSnapping
Represents the KitchenDraw facility to snap the objects that are placed into the scene to the existing ones.
Declaration
public bool ObjectSnapping { get; set; }
Property Value
Type | Description |
---|---|
bool |
Remarks
When the feature is on, objects that are placed into the scene (or moved if they are in the scene already) "bounce" from other objects when they intersect them. Disabling this feature allows to user to place objects so that they intersect each other.
User temporary disable this feature with holding Ctrl button while dropping an object into a scene.