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

shared edge by two faces. 更多...

Public 成员函数

TopoShapeGetBaseFace ()
 
void SetBaseFace (TopoShape^ val)
 
int GetIndexOnBaseFace ()
 
void SetIndexOnBaseFace (int idx)
 
TopoShapeGetWallFace ()
 
void SetWallFace (TopoShape^ val)
 
int GetIndexOnWallFace ()
 
void SetIndexOnWallFace (int idx)
 

详细描述

shared edge by two faces.

TODO:

成员函数说明

TopoShape ^ AnyCAD::Platform::SharedEdgeShape::GetBaseFace ( )

Get base face

返回
the face
int AnyCAD::Platform::SharedEdgeShape::GetIndexOnBaseFace ( )

Get the index on the base face.

返回
the index.
int AnyCAD::Platform::SharedEdgeShape::GetIndexOnWallFace ( )

Get the index on the wall face.

返回
the index.
TopoShape ^ AnyCAD::Platform::SharedEdgeShape::GetWallFace ( )

Get wall face

返回
the face
void AnyCAD::Platform::SharedEdgeShape::SetBaseFace ( TopoShape val)

Set base face

参数
valthe face
void AnyCAD::Platform::SharedEdgeShape::SetIndexOnBaseFace ( int  idx)

Set the index on base face.

参数
idxthe index
void AnyCAD::Platform::SharedEdgeShape::SetIndexOnWallFace ( int  idx)

Set the index on wall face.

参数
idxthe index
void AnyCAD::Platform::SharedEdgeShape::SetWallFace ( TopoShape val)

Set wall face

参数
valthe face

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