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

Find the hole information from solid. 更多...

#include <APIHoleExplor.h>

Public 成员函数

bool Initialize (const TopoShape &solid)
 
TopoShapeGroup GetFaces () const
 
TopoShapeGroup GetInnerWires (const TopoShape &face) const
 
TopoShapeGroup GetWallOfHole (const TopoShape &face, const TopoShape &wire) const
 
SharedEdgeShapeList FindWallsOfHole (const TopoShape &baseFace, const TopoShape &wire)
 
double GetHoleDeep (const TopoShape &wire, const TopoShape &wallFace) const
 

详细描述

Find the hole information from solid.

TODO:

成员函数说明

SharedEdgeShapeList AnyCAD::API::HoleExplor::FindWallsOfHole ( const TopoShape baseFace,
const TopoShape wire 
)

Find the walls of hole.

TopoShapeGroup AnyCAD::API::HoleExplor::GetFaces ( ) const

Get all the faces of the solid

返回
the faces.
double AnyCAD::API::HoleExplor::GetHoleDeep ( const TopoShape wire,
const TopoShape wallFace 
) const

Get the hole deep

参数
wirethe hole wire.
wallFacethe wall face of the hole.
返回
the deep.
TopoShapeGroup AnyCAD::API::HoleExplor::GetInnerWires ( const TopoShape face) const

Get inner wires of the face

参数
facethe face
返回
the wires.
TopoShapeGroup AnyCAD::API::HoleExplor::GetWallOfHole ( const TopoShape face,
const TopoShape wire 
) const

Get the wall faces of the hole.

参数
facethe face where the hole locates.
wirethe initial outline of the hole.
返回
the faces.
bool AnyCAD::API::HoleExplor::Initialize ( const TopoShape solid)

Initialize by solid.

参数
solidthe solid to be process.
返回
false if failed.

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