Declare the start of a polyline defined by two sets of 2D coordinates
lineType | string | Line type "straight" or "spline" |
projectionAngleDegs | double | Projection angle |
rotationAngleDegs | double | Rotation angle |
filletType | string | Fillet type, "none", "inside", or "outside" |
Return value | Pointer to this object | Allows multiple function calls to be chained together |
Back to PolylineDefn
Back to Overview