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

Explore solid information. 更多...

Public 成员函数

bool Initialize (TopoShape^ solid)
 
int GetFaceCount ()
 
TopoShapeGetFace (int idx)
 
int GetEdgeCount ()
 
TopoShapeGetEdge (int idx)
 
IntList^ GetFacesOfEdge (int edgeIdx)
 
TopoShapeGetSolidShape ()
 

详细描述

Explore solid information.

TODO:

成员函数说明

TopoShape ^ AnyCAD::Platform::SolidExplor::GetEdge ( int  idx)

Get the edge of the solid by index

参数
idxthe index, starting from 0
返回
the edge.
int AnyCAD::Platform::SolidExplor::GetEdgeCount ( )

Get the edge count.

返回
the count.
TopoShape ^ AnyCAD::Platform::SolidExplor::GetFace ( int  idx)

Get the face of the solid by index

参数
idxthe index, starting from 0
返回
the face.
int AnyCAD::Platform::SolidExplor::GetFaceCount ( )

Get the face count.

返回
the count.
IntList ^ AnyCAD::Platform::SolidExplor::GetFacesOfEdge ( int  edgeIdx)

Get the faces share the same edge.

参数
edgeIdxthe edge index.
返回
the index of the faces.
TopoShape ^ AnyCAD::Platform::SolidExplor::GetSolidShape ( )

Get solid.

返回
the solid.
bool AnyCAD::Platform::SolidExplor::Initialize ( TopoShape solid)

Initialize by solid.

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

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