C++
GE_DLLEXPIMPORT AcGeCompositeCurve2d( const AcGeCompositeCurve2d& compCurve );
Description
Constructs a copy of the input composite curve. Each of the component curves is copied and the constructed composite contains a list of pointers to these copies and not to the original component curves.
Parameters
Parameters | Description |
---|---|
compCurve | Curve ownership |