Add coordinates to a polyline defined by two sets of 2D coordinates
whichSet | integer | 1 = first set of 2D coordinates, 2 = second set of 2D coordinates |
type1 | string | Coordinate type, "x", "y", "z" |
crd1 | double | Coordinate value corresponding to type1 |
type2 | string | Coordinate type, "x", "y", "z" |
crd2 | double | Coordinate value corresponding to type2 |
radius | double | Fillet radius |
Return value | Pointer to this object | Allows multiple function calls to be chained together |
Back to PolylineDefn
Back to Overview