leGetSnapToSPTransform
leGetSnapToSPTransform(figId[ ?snapPatternDepthn_snapPatternDepth] [ ?movingItemDepthn_movingItemDepth] [ ?snapPatternLPPg_snapPatternLPP] ) =>x_InstTransform
Description
Returns the transform required to align the given figure with an underlying snap pattern or global grid. If a transform is not found, the function returns the identity transform.
Arguments
Value Returned
|
Returns the transform required to align the given figure ID with an underlying snap pattern or global grid. If a transform is not found, then the function returns the identity transform. |
Example
leGetSnapToSPTransform(fig)
leGetSnapToSPTransform(fig ?snapPatternLPP "FinArea type3")
leGetSnapToSPTransform(fig ?snapPatternDepth 1)
leGetSnapToSPTransform(css() ?movingItemDepth 0)
Return to top