AnyCAD Rapid API 2023
Help you to create a better world!
|
Public Member Functions | |
TopoExplor (TopoShape shape, EnumTopoShapeType childType, EnumTopoShapeType parentType, boolean uniqueParent, boolean useOrientation) | |
TopoExplor (TopoShape shape, EnumTopoShapeType childType, EnumTopoShapeType parentType, boolean uniqueParent) | |
TopoExplor (TopoShape shape, EnumTopoShapeType childType, EnumTopoShapeType parentType) | |
TopoShapeList | GetParentShapes (TopoShape subShape) |
TopoShapeList | GetChildrenShapes () |
Static Public Member Functions | |
static TopoShapeList | GetSubShapes (TopoShape topoShape) |
static GPnt | GetVertexValue (TopoShape vertex) |
static GPntList | GetVertexPoints (TopoShape shape) |
static TopoShape | GetOuterShell (TopoShape solid) |
static TopoShapeList | GetParentShapes (TopoShape shape, TopoShape subShape, EnumTopoShapeType parentType) |
<>
Explor the sub shapes of a shape.
TopoShapeList TopoExplor.GetChildrenShapes | ( | ) |
Get the children.
Get
solid | must be Solid |
TopoShapeList TopoExplor.GetParentShapes | ( | TopoShape | subShape | ) |
Get the parents of shape.
subShape |
|
static |
Get all the vertices values of the shape.
shape | the shape. |