AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
shared edge by two faces. 更多...
Public 成员函数 | |
TopoShape^ | GetBaseFace () |
void | SetBaseFace (TopoShape^ val) |
int | GetIndexOnBaseFace () |
void | SetIndexOnBaseFace (int idx) |
TopoShape^ | GetWallFace () |
void | SetWallFace (TopoShape^ val) |
int | GetIndexOnWallFace () |
void | SetIndexOnWallFace (int idx) |
shared edge by two faces.
TODO:
TopoShape ^ AnyCAD::Platform::SharedEdgeShape::GetBaseFace | ( | ) |
Get base face
int AnyCAD::Platform::SharedEdgeShape::GetIndexOnBaseFace | ( | ) |
Get the index on the base face.
int AnyCAD::Platform::SharedEdgeShape::GetIndexOnWallFace | ( | ) |
Get the index on the wall face.
TopoShape ^ AnyCAD::Platform::SharedEdgeShape::GetWallFace | ( | ) |
Get wall face
void AnyCAD::Platform::SharedEdgeShape::SetBaseFace | ( | TopoShape^ | val | ) |
Set base face
val | the face |
void AnyCAD::Platform::SharedEdgeShape::SetIndexOnBaseFace | ( | int | idx | ) |
Set the index on base face.
idx | the index |
void AnyCAD::Platform::SharedEdgeShape::SetIndexOnWallFace | ( | int | idx | ) |
Set the index on wall face.
idx | the index |
void AnyCAD::Platform::SharedEdgeShape::SetWallFace | ( | TopoShape^ | val | ) |
Set wall face
val | the face |