IExportContextBase
Description:
An interface that as common base for IModelExportContext and IExportContext2D.
An interface that as common base for IModelExportContext and IExportContext2D.
public interface IExportContextBase : IExportContext
| Name | Return Type | Description |
|---|---|---|
| OnCurve(CurveNode) | RenderNodeAction | This method is called when a Curve is being output. |
| OnLineSegment(LineSegment) | None | This method is called after unhandled curve was tessellated to line segments and sent to the output. |
| OnPolyline(PolylineNode) | RenderNodeAction | This method is called when a Polyline is being output. |
| OnPolylineSegments(PolylineSegments) | None | This method is called after unhandled curve was tessellated to polyline segments and sent to the output. |
| OnText(TextNode) | None | This method is called when a text annotation object is being output. |