PathCommands Namespace Reference

Functions

def findShape (shape, subname=None, subtype=None)
 

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')

References findShape().

Referenced by findShape().