Autodesk.AutoCAD.DatabaseServices Namespace > Polyline3d Class > Polyline3d Methods > Straighten Method
Polyline3d.Straighten Method
Description

 

This function removes all spline and curve-fit vertices from the polyline or mesh and sets all remaining vertices to be simple vertices. This operation performs the same modification as the PEDIT command "Decurve" option.

Visual Basic
Public Function Straighten() As void
C#
public void Straighten();
Links
   Comments?