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

shared edge by two faces. 更多...

#include <APISharedEdgeShape.h>

Public 成员函数

TopoShape GetBaseFace () const
 
void SetBaseFace (const TopoShape &val)
 
int GetIndexOnBaseFace () const
 
void SetIndexOnBaseFace (int idx)
 
TopoShape GetWallFace () const
 
void SetWallFace (const TopoShape &val)
 
int GetIndexOnWallFace () const
 
void SetIndexOnWallFace (int idx)
 

详细描述

shared edge by two faces.

TODO:

成员函数说明

TopoShape AnyCAD::API::SharedEdgeShape::GetBaseFace ( ) const

Get base face

返回
the face
int AnyCAD::API::SharedEdgeShape::GetIndexOnBaseFace ( ) const

Get the index on the base face.

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

Get the index on the wall face.

返回
the index.
TopoShape AnyCAD::API::SharedEdgeShape::GetWallFace ( ) const

Get wall face

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

Set base face

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

Set the index on base face.

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

Set the index on wall face.

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

Set wall face

参数
valthe face

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