PathCommands Namespace Reference
Functions | |
| def | findShape (shape, subname=None, subtype=None) |
| def | translate (ctxt, txt) |
Function Documentation
◆ findShape()
| def PathCommands.findShape | ( | shape, | |
subname = None, |
|||
subtype = None |
|||
| ) |
To find a higher order shape containing the subshape with subname.
E.g. to find the wire containing 'Edge1' in shape,
findShape(shape,'Edge1','Wires')
◆ translate()
| def PathCommands.translate | ( | ctxt, | |
| txt | |||
| ) |
References PathScripts.PathDressup.baseOp().
1.8.17