C++
GE_DLLEXPIMPORT AcGeCompositeCurve3d( const AcGeCompositeCurve3d& 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 | Input composite curve |