C++
GE_DLLEXPIMPORT AcGeCompositeCurve2d( const AcGeVoidPointerArray& curveList );
Description
Constructs a composite curve from the list of input curves. The input curves should be connected at their endpoints. That is, the start point of each curve in the list (excluding the first curve) should be equal to the endpoint of the previous curve in the list. No check of this is made by the constructor.
Parameters
Parameters | Description |
---|---|
curveList | Input list of curves forming a composite curve |