add coordinates to the 2 sets of 2d coordinates polyline definition
| setType | integer | 1 = first set of 2d coords, 2 = second set of 2d coords | 
| type1 | integer | coordinate type, 1 = x, 2 = y, 3 = z | 
| crd1 | double | coordinate value corresponding to type1 | 
| type2 | integer | coordinate type, 1 = x, 2 = y, 3 = 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