AnyCAD Rapid API 2023
Help you to create a better world!
|
Public 成员函数 | |
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 () |
静态 Public 成员函数 | |
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) |
<>
几何拓扑遍历.
TopoExplor.TopoExplor | ( | TopoShape | shape, |
EnumTopoShapeType | childType, | ||
EnumTopoShapeType | parentType, | ||
boolean | uniqueParent, | ||
boolean | useOrientation | ||
) |
构造遍历器
shape | 整体 |
childType | 子类型 |
parentType | 父类型 |
uniqueParent | 是否唯一父类 |
useOrientation | 是否区分朝向 |
TopoExplor.TopoExplor | ( | TopoShape | shape, |
EnumTopoShapeType | childType, | ||
EnumTopoShapeType | parentType, | ||
boolean | uniqueParent | ||
) |
构造遍历器
shape | 整体 |
childType | 子类型 |
parentType | 父类型 |
uniqueParent | 是否唯一父类 |
TopoExplor.TopoExplor | ( | TopoShape | shape, |
EnumTopoShapeType | childType, | ||
EnumTopoShapeType | parentType | ||
) |
构造遍历器
shape | 整体 |
childType | 子类型 |
parentType | 父类型 |
TopoShapeList TopoExplor.GetChildrenShapes | ( | ) |
获取所有的子拓扑对象.
获取外表面的Shell
solid | must be Solid |
|
static |
获取对象的父对象
shape | 整体 |
subShape | 子对象 |
parentType | 类型 |
TopoShapeList TopoExplor.GetParentShapes | ( | TopoShape | subShape | ) |
获取父拓扑对象。
subShape |
|
static |
获取所有的顶点的值.
shape | the shape. |