AnyCAD SDK PRO  2020
The Professional Graphics SDK for .Net and C++ Developers
Public 成员函数 | 所有成员列表
AnyCAD::Platform::TopoShapeReaderContext类 参考

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

类 AnyCAD::Platform::TopoShapeReaderContext 继承关系图:
AnyCAD::Exchange::ShowShapeReaderContext

Public 成员函数

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

详细描述

The reader context to collect TopoShape. -since R2014UR1.

TODO:

成员函数说明

virtual void AnyCAD::Platform::TopoShapeReaderContext::OnBeginGroup ( String^  name)
virtual

Begin to read group.

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

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

参数
shapethe TopoShape
返回
true to explore sub-shapes.

AnyCAD::Exchange::ShowShapeReaderContext 重载.

virtual void AnyCAD::Platform::TopoShapeReaderContext::OnEdge ( TopoShape shape)
virtual

Read edge TopoShape.

参数
shapethe TopoShape

AnyCAD::Exchange::ShowShapeReaderContext 重载.

virtual void AnyCAD::Platform::TopoShapeReaderContext::OnEndComplexShape ( )
virtual

End reading the complex shape.

AnyCAD::Exchange::ShowShapeReaderContext 重载.

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

End to read group.

AnyCAD::Exchange::ShowShapeReaderContext 重载.

virtual void AnyCAD::Platform::TopoShapeReaderContext::OnFace ( TopoShape shape)
virtual

Read Face TopoShape.

参数
shapethe TopoShape

AnyCAD::Exchange::ShowShapeReaderContext 重载.

virtual void AnyCAD::Platform::TopoShapeReaderContext::OnPoint ( TopoShape shape)
virtual

Read point TopoShape.

参数
shapethe TopoShape

AnyCAD::Exchange::ShowShapeReaderContext 重载.

virtual void AnyCAD::Platform::TopoShapeReaderContext::OnSetEdgeColor ( ColorValue clr)
virtual

Set the edge color.

参数
clrthe color

AnyCAD::Exchange::ShowShapeReaderContext 重载.

virtual void AnyCAD::Platform::TopoShapeReaderContext::OnSetFaceColor ( ColorValue clr)
virtual

Set the surface color.

参数
clrthe color

AnyCAD::Exchange::ShowShapeReaderContext 重载.

virtual void AnyCAD::Platform::TopoShapeReaderContext::OnWire ( TopoShape shape)
virtual

Read wire TopoShape.

参数
shapethe TopoShape

AnyCAD::Exchange::ShowShapeReaderContext 重载.


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