|
M
OnCurve(CurveNode)
|
RenderNodeAction
|
This method is called when a Curve is being output. (Inherited from IExportContextBase )
|
IExportContextBase
|
|
M
OnElementBegin2D(ElementNode)
|
RenderNodeAction
|
This method marks the beginning of an element to be exported.
|
|
|
M
OnElementEnd2D(ElementNode)
|
None
|
This method marks the end of an element being exported.
|
|
|
M
OnFaceEdge2D(FaceEdgeNode)
|
RenderNodeAction
|
This method is called when a Face edge is being output.
|
|
|
M
OnFaceSilhouette2D(FaceSilhouetteNode)
|
RenderNodeAction
|
This method is called when a Face silhouette is being output.
|
|
|
M
OnLineSegment(LineSegment)
|
None
|
This method is called after unhandled curve was tessellated to line segments and sent to the output. Note for 2D export: if the export is performed for the view in non-Wireframe display style, then this method is called outside of view, instance and link begin/end calls but still between OnElementBegin2D/OnElementEnd2D calls this method is never called for annotation elements, i.e. their geometry should be processed in methods OnCurve and OnPolyline (Inherited from IExportContextBase )
|
IExportContextBase
|
|
M
OnPolyline(PolylineNode)
|
RenderNodeAction
|
This method is called when a Polyline is being output. (Inherited from IExportContextBase )
|
IExportContextBase
|
|
M
OnPolylineSegments(PolylineSegments)
|
None
|
This method is called after unhandled curve was tessellated to polyline segments and sent to the output. Note for 2D export: if the export is performed for the view in non-Wireframe display style, then this method is called outside of view, instance and link begin/end calls but still between OnElementBegin2D/OnElementEnd2D calls this method is never called for annotation elements, i.e. their geometry should be processed in methods OnCurve and OnPolyline (Inherited from IExportContextBase )
|
IExportContextBase
|
|
M
OnText(TextNode)
|
None
|
This method is called when a text annotation object is being output. (Inherited from IExportContextBase )
|
IExportContextBase
|