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

Classify the inner wire and outer wires for a face. 更多...

#include <APIWireClassifier.h>

Public 成员函数

bool Initialize (const TopoShape &face)
 
TopoShapeGroup GetInnerWires () const
 
TopoShape GetOuterWire () const
 

详细描述

Classify the inner wire and outer wires for a face.

TODO:

成员函数说明

TopoShapeGroup AnyCAD::API::WireClassifier::GetInnerWires ( ) const

Get the inner wires of the face

返回
the wires.
TopoShape AnyCAD::API::WireClassifier::GetOuterWire ( ) const

Get the outer wire.

返回
the wire of the face.
bool AnyCAD::API::WireClassifier::Initialize ( const TopoShape face)

Initialize the classifier.

参数
facethe face to be classified.
返回
false if failed.

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