2022 Interface
Changes 0
I

IExportContextBase

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