2027 Enumeration
Changes 0
E

SpacingRuleLayout

Description:
Rules for laying out a series of equidistant points or parallel lines
public enum SpacingRuleLayout
Name Description
E FixedDistance Points or lines are separated by a fixed distance.
E FixedNumber Fixed number of points or lines with uniform distance between them.
E MaximumSpacing Points or lines are separated by at most the max distance.
E MinimumSpacing Points or lines are separated by at least the minimum distance.
E None No points or lines will be created.