IExportContextBase.OnPolylineSegments Method

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



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

Syntax

C#

void OnPolylineSegments(
	PolylineSegments segments
)

Parameters

segments  PolylineSegments
A structure describing the polyline segments.

See Also

Reference

IExportContextBase Interface
Autodesk.Revit.DB Namespace