Skip to content

Nodify_ConnectionOffsetMode

miroiu edited this page Dec 23, 2024 · 1 revision

ConnectionOffsetMode Enum

Namespace: Nodify

Assembly: Nodify

References: BaseConnection

Specifies the offset type that can be applied to a BaseConnection using the BaseConnection.SourceOffset and the BaseConnection.TargetOffset values.

public enum ConnectionOffsetMode  

Fields

Circle

The offset is applied in a circle around the point.

Circle = 1;  

Edge

The offset is applied in a rectangle shape around the point, perpendicular to the edges.

Edge = 3;  

None

No offset applied.

None = 0;  

Rectangle

The offset is applied in a rectangle shape around the point.

Rectangle = 2;  

Static

The offset is applied as a fixed margin.

Static = 4;  
Clone this wiki locally