minParallelSpanSpacing
Specifies the minimum spacing between two objects that depends on the span lengths of the objects which have a parallel run length greater than a given value.
minParallelSpanSpacing Quick Reference
Value Type
minParallelSpanSpacing constraints have a TwoDTblValue that represents the minimum spacing between the two objects and depends on the span lengths of the objects. The NxN two-dimensional table implicitly has the same span lengths for row and column headings. The span length values must increase in value from top to bottom in the table. The spacing values must be the same or increasing from left to right and from top to bottom in the table. Given two objects with spanLength1 and spanLength2, find the last row where spanLength1 is greater than the table row spanLength, and the right-most column where spanLength2 is greater than the table column spanLength, the intersection of the matching row and column is the required spacing.
Parameters
-
length(Value) The constraint applies when the parallel run length between the two objects is greater than this value.
Examples
The following figures show how the constraint is interpreted in this example.

Related Topics
Return to top