| Visual Basic | |
|---|---|
Function Fit() As System.Boolean | |
| C# | |
|---|---|
System.bool Fit() | |
| JavaScript | |
|---|---|
Fit() : Boolean | |
Parameters
- Success[out] or Return Value
- True if the 2D PolyLine is turned into a smooth curve, false if not
Using this method ensures that the curve passes through all vertices of the 2D PolyLine. Using the IPolyLine::Spline method also turns the 2D PolyLine into a curve, but it usually does not cause the curve to pass through the vertices.
IPolyLine Interface
IPolyLine Members
IPolyLine::Decurve Method
IPolyLine::Type Property
IPolyLine::Split Method
IPolyLine::Straighten Method
IPolyLine Members
IPolyLine::Decurve Method
IPolyLine::Type Property
IPolyLine::Split Method
IPolyLine::Straighten Method
DraftSight V1R1.1
Syntax