Share

Curve.Tessellate Method

Valid only if the curve is bound. Returns a polyline approximation to the curve.


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

Syntax

C#

public IList<XYZ> Tessellate()

Return Value

IList<XYZ>

Remarks

Tolerance of approximation is defined internally by Revit to be adequate for display purposes.

See Also

Reference

Was this information helpful?