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

Classify the edges for shapes. 更多...

#include <APIEdgeClassifier.h>

Public 成员函数

bool Initialize (const TopoShape &shape)
 
TopoShapeGroup GetSharedEdges () const
 
TopoShapeGroup GetFreeEdges () const
 
TopoShapeGroup GetStandaloneEdges () const
 

详细描述

Classify the edges for shapes.

TODO:

成员函数说明

TopoShapeGroup AnyCAD::API::EdgeClassifier::GetFreeEdges ( ) const

Get the free edges.

返回
the edge list.
TopoShapeGroup AnyCAD::API::EdgeClassifier::GetSharedEdges ( ) const

Get the shared edges

返回
the edge list.
TopoShapeGroup AnyCAD::API::EdgeClassifier::GetStandaloneEdges ( ) const

Get the standalone edges.

返回
the edge list.
bool AnyCAD::API::EdgeClassifier::Initialize ( const TopoShape shape)

Initialize the classifier.

参数
shapethe shape to be classified.
返回
false if failed.

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