Class Hierarchy
AcGeEntity2d AcGeCurve2d AcGeCompositeCurve2d
C++
class AcGeCompositeCurve2d : public AcGeCurve2d;
File
gecomp2d.h
Description
Represents a composite curve, which is a single curve that consists of any number of component curves that are connected end-to-end. For instance, a composite curve could consist of four straight line segments that form a square. Each of the component curves must be bounded curves, which means that infinite lines and rays may not be used as component curves of a composite. A composite curve object stores a list of pointers to the component curves.
The start parameter of a composite is 0.0. The parameter value at the endpoint of the first component curve is the approximate length of the first curve (call this value l1). The parameter value at the endpoint of the second curve is l1 plus the approximate length of the second curve, and so forth.
Links
AcGeCompositeCurve2d Constructor, AcGeCompositeCurve2d Methods, AcGeCompositeCurve2d Operators