IExportContextBase.OnLineSegment Method

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



Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

void OnLineSegment(
	LineSegment segment
)

Parameters

segment  LineSegment
A structure describing the line segment.

See Also

Reference

IExportContextBase Interface
Autodesk.Revit.DB Namespace