AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
The default reader context. 更多...
Public 成员函数 | |
ShowShapeReaderContext (SceneManager^ sceneManager) | |
virtual void | OnSetFaceColor (ColorValue^ clr) override |
virtual void | OnSetEdgeColor (ColorValue^ clr) override |
virtual void | OnBeginGroup (System::String^ name) override |
virtual void | OnEndGroup () override |
virtual bool | OnBeiginComplexShape (TopoShape^ shape) override |
virtual void | OnEndComplexShape () override |
virtual void | OnFace (TopoShape^ shape) override |
virtual void | OnWire (TopoShape^ shape) override |
virtual void | OnEdge (TopoShape^ shape) override |
virtual void | OnPoint (TopoShape^ shape) override |
![]() | |
virtual void | OnBeginGroup (String^ name) |
Protected 成员函数 | |
void | ShowGeometry (TopoShape^ shape) |
属性 | |
ElementId^ | NextShapeId |
LineStyle^ | EdgeStyle |
bool | NoComplexShape |
float | Tolerance |
The default reader context.
|
inlineoverridevirtual |
Begin to read Compound/SolidCompund/Solid/Shell TopoShape.
shape | the TopoShape |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
End reading the complex shape.
|
inlineoverridevirtual |
End to read group.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
overridevirtual |
|
inlineoverridevirtual |
LineStyle^ AnyCAD::Exchange::ShowShapeReaderContext::EdgeStyle |
The default line style.
ElementId^ AnyCAD::Exchange::ShowShapeReaderContext::NextShapeId |
The shape id counter.
bool AnyCAD::Exchange::ShowShapeReaderContext::NoComplexShape |
Split the complex shape if true.
float AnyCAD::Exchange::ShowShapeReaderContext::Tolerance |
The accurate for visualization.