minEdgeAdjacentDistance
spacings( ( minEdgeAdjacentDistancetx_layer'lengthf_length'edgeCountx_edgeCount['exceptSameCorner]f_distance)
) ;spacings
Specifies the minimum distance along the edge between two sets of connected edges. Each connected edge must be shorter than length and the number of connected edges must be less than or equal to edgeCount.

This constraint is usually applied in combination with the maxNumMinEdges constraint.
Values
Parameters
Example
The distance between two sets of connected edges, each with length less than 1.5, must be greater than or equal to 3.0, provided the number of connected edges in each set is less than or equal to 4.

Return to top