| Visual Basic | |
|---|---|
Function Spline() As System.Boolean | |
| C# | |
|---|---|
System.bool Spline() | |
| JavaScript | |
|---|---|
Spline() : Boolean | |
Parameters
- Success[out] or Return Value
- True if the 2D PolyLine is turned into a curve, false if not
Using this method turns the 2D PolyLine into a curve, but it usually does not cause the curve to pass through the vertices. Using IPolyLine::Fit ensures that the curve passes through all vertices of the 2d PolyLine.
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