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

The reader context to collect TopoShape. -since R2014UR1. 更多...

#include <APITopoShapeReaderContext.h>

Public 成员函数

virtual void OnSetFaceColor (const ColorValue &clr)
 
virtual void OnSetEdgeColor (const ColorValue &clr)
 
virtual void OnBeginGroup (const String &name)
 
virtual void OnEndGroup ()
 
virtual bool OnBeiginComplexShape (const TopoShape &shape)
 
virtual void OnEndComplexShape ()
 
virtual void OnFace (const TopoShape &shape)
 
virtual void OnWire (const TopoShape &shape)
 
virtual void OnEdge (const TopoShape &shape)
 
virtual void OnPoint (const TopoShape &shape)
 

详细描述

The reader context to collect TopoShape. -since R2014UR1.

TODO:

成员函数说明

virtual void AnyCAD::API::TopoShapeReaderContext::OnBeginGroup ( const String name)
virtual

Begin to read group.

参数
namethe group name
virtual bool AnyCAD::API::TopoShapeReaderContext::OnBeiginComplexShape ( const TopoShape shape)
virtual

Begin to read Compound/SolidCompund/Solid/Shell TopoShape.

参数
shapethe TopoShape
返回
true to explore sub-shapes.
virtual void AnyCAD::API::TopoShapeReaderContext::OnEdge ( const TopoShape shape)
virtual

Read edge TopoShape.

参数
shapethe TopoShape
virtual void AnyCAD::API::TopoShapeReaderContext::OnEndComplexShape ( )
virtual

End reading the complex shape.

virtual void AnyCAD::API::TopoShapeReaderContext::OnEndGroup ( )
virtual

End to read group.

virtual void AnyCAD::API::TopoShapeReaderContext::OnFace ( const TopoShape shape)
virtual

Read Face TopoShape.

参数
shapethe TopoShape
virtual void AnyCAD::API::TopoShapeReaderContext::OnPoint ( const TopoShape shape)
virtual

Read point TopoShape.

参数
shapethe TopoShape
virtual void AnyCAD::API::TopoShapeReaderContext::OnSetEdgeColor ( const ColorValue clr)
virtual

Set the edge color.

参数
clrthe color
virtual void AnyCAD::API::TopoShapeReaderContext::OnSetFaceColor ( const ColorValue clr)
virtual

Set the surface color.

参数
clrthe color
virtual void AnyCAD::API::TopoShapeReaderContext::OnWire ( const TopoShape shape)
virtual

Read wire TopoShape.

参数
shapethe TopoShape

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