AnyCAD SDK PRO  2020
The Professional Graphics SDK for .Net and C++ Developers
Public 成员函数 | 所有成员列表
AnyCAD::Platform::HoleExplor类 参考

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

Public 成员函数

bool Initialize (TopoShape^ solid)
 
TopoShapeGroupGetFaces ()
 
TopoShapeGroupGetInnerWires (TopoShape^ face)
 
TopoShapeGroupGetWallOfHole (TopoShape^ face, TopoShape^ wire)
 
SharedEdgeShapeList^ FindWallsOfHole (TopoShape^ baseFace, TopoShape^ wire)
 
double GetHoleDeep (TopoShape^ wire, TopoShape^ wallFace)
 

详细描述

Find the hole information from solid.

TODO:

成员函数说明

SharedEdgeShapeList ^ AnyCAD::Platform::HoleExplor::FindWallsOfHole ( TopoShape baseFace,
TopoShape wire 
)

Find the walls of hole.

TopoShapeGroup ^ AnyCAD::Platform::HoleExplor::GetFaces ( )

Get all the faces of the solid

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

Get the hole deep

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

Get inner wires of the face

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

Get the wall faces of the hole.

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

Initialize by solid.

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

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