PolylineDefn.add2dCrdsToSet


add2dCrdsToSet(setType, type1, crd1, type2, crd2, radius)

add coordinates to the 2 sets of 2d coordinates polyline definition

setTypeinteger1 = first set of 2d coords, 2 = second set of 2d coords
type1integercoordinate type, 1 = x, 2 = y, 3 = z
crd1doublecoordinate value corresponding to type1
type2integercoordinate type, 1 = x, 2 = y, 3 = z
crd2doublecoordinate value corresponding to type2
radiusdoublefillet radius
Return valuePointer to this objectAllows multiple function calls to be chained together

Back to PolylineDefn

Back to Overview