Functions | |
def | geompy.GetSubShape |
Obtain a composite sub-shape of aShape, composed from sub-shapes of aShape, selected by their unique IDs inside aShape | |
def | geompy.GetSubShapeID |
Obtain unique ID of sub-shape aSubShape inside aShape of aShape, selected by their unique IDs inside aShape |
def geompy.GetSubShape | ( | self, | |
aShape, | |||
ListOfID | |||
) |
Obtain a composite sub-shape of aShape, composed from sub-shapes of aShape, selected by their unique IDs inside aShape
aShape | Shape to get sub-shape of. |
ListOfID | List of sub-shapes indices. |
def geompy.GetSubShapeID | ( | self, | |
aShape, | |||
aSubShape | |||
) |
Obtain unique ID of sub-shape aSubShape inside aShape of aShape, selected by their unique IDs inside aShape
aShape | Shape to get sub-shape of. |
aSubShape | Sub-shapes of aShape. |
References geompy.RaiseIfFailed().