Class BasicConstraintData
Inheritance
System.Object
BasicConstraintData
Namespace: Edgar.GraphBasedGenerator.Common.Constraints.BasicConstraint
Assembly: Edgar.dll
Syntax
public sealed class BasicConstraintData : ValueType
Properties
MoveDistance
How far is the node from a valid position.
Declaration
public int MoveDistance { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overlap
Overlap area of the node.
Declaration
public int Overlap { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |