AcGeCompositeCurve3d::AcGeCompositeCurve3d

C++
AcGeCompositeCurve3d(
    const AcGeCompositeCurve3d& compCurve
);
Parameters
Parameters 
Description 
compCurve 
Input composite curve 
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.  

 

Links