AnyCAD C++ API  2018
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义 
静态 Public 成员函数 | 所有成员列表
AnyCAD::API::TopoExplor类 参考

Explor the sub shapes of a shape. 更多...

#include <APITopoExplor.h>

静态 Public 成员函数

static TopoShapeGroup ExplorCompounds (const TopoShape &topoShape)
 
static TopoShapeGroup ExplorSolids (const TopoShape &topoShape)
 
static TopoShapeGroup ExplorShells (const TopoShape &topoShape)
 
static TopoShapeGroup ExplorFaces (const TopoShape &topoShape)
 
static TopoShapeGroup ExplorWires (const TopoShape &topoShape)
 
static TopoShapeGroup ExplorEdges (const TopoShape &topoShape)
 
static TopoShapeGroup ExplorVertices (const TopoShape &topoShape)
 
static TopoShapeGroup ExplorSubShapes (const TopoShape &topoShape)
 

详细描述

Explor the sub shapes of a shape.

TODO:

成员函数说明

static TopoShapeGroup AnyCAD::API::TopoExplor::ExplorCompounds ( const TopoShape topoShape)
static

Explore the solid of the TopoShape

参数
topoShapethe TopoShape
返回
the compound
static TopoShapeGroup AnyCAD::API::TopoExplor::ExplorEdges ( const TopoShape topoShape)
static

Explore the edges of the TopoShape

参数
topoShapethe TopoShape
返回
the edges
static TopoShapeGroup AnyCAD::API::TopoExplor::ExplorFaces ( const TopoShape topoShape)
static

Explore the faces of the TopoShape

参数
topoShapethe TopoShape
返回
the faces
static TopoShapeGroup AnyCAD::API::TopoExplor::ExplorShells ( const TopoShape topoShape)
static

Explore the shell of the TopoShape

参数
topoShapethe TopoShape
返回
the shells
static TopoShapeGroup AnyCAD::API::TopoExplor::ExplorSolids ( const TopoShape topoShape)
static

Explore the solid of the TopoShape

参数
topoShapethe TopoShape
返回
the solids
static TopoShapeGroup AnyCAD::API::TopoExplor::ExplorSubShapes ( const TopoShape topoShape)
static

Explore the sub shape of the TopoShape -since R2014UR1

参数
topoShapethe TopoShape
返回
the sub TopoShape
static TopoShapeGroup AnyCAD::API::TopoExplor::ExplorVertices ( const TopoShape topoShape)
static

Explore the vertices of the TopoShape

参数
topoShapethe TopoShape
返回
the vertices
static TopoShapeGroup AnyCAD::API::TopoExplor::ExplorWires ( const TopoShape topoShape)
static

Explore the wires of the TopoShape

参数
topoShapethe TopoShape
返回
the edges

该类的文档由以下文件生成: