EdgeTessellate Method

Returns a polyline approximation to the edge.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IList<XYZ> Tessellate()

Return Value

IListXYZ
Remarks
Tolerance of approximation is defined internally by Revit to be adequate for display purposes.
See Also