PolylineDefn.add2dCrdsToSet


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

Add coordinates to a polyline defined by two sets of 2D coordinates

whichSetinteger1 = first set of 2D coordinates, 2 = second set of 2D coordinates
type1string Coordinate type, "x", "y", "z"
crd1doubleCoordinate value corresponding to type1
type2string Coordinate type, "x", "y", "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