maxTouchingDirectionLength
spacingTables( ( maxTouchingDirectionLengthtx_layer1 tx_layer2(( "width" nil nil ) [f_default] ) (g_table) )
) ;spacingTables
Specifies the maximum length of a layer1 shape with width less than or equal to the given width, in the direction normal to the layer1 edge that is touched (abutted or overlapped) by a shape on layer2.

Values
Parameters
Example
The maximum length of the Metal1 shape is indexed on the width of the shape, and the direction in which length is measured is determined by the Metal2 shape that touches the Metal1 shape.
spacingTables( ( maxTouchingDirectionLength "Metal1" "Metal2" (( "width" nil nil )
0.4
)
(
0.5 4.5
0.6 7.5
0.7 4.3
)
)
) ;spacingTables
Return to top