Copying a curve description
Curve descriptions created with constructors or curve descriptions read in from the CamEditor can be copied. A prerequisite for copying a curve description is that the curve description is consistent.
The "CamDescription" object provides the "Copy" method for this purpose. The curve description transferred to the method is copied to the calling "CamDescription" object when the method is called. "TRUE" is returned after successful copying.
The following sample code shows how to create a copy of a curve description. In the free curve description, a curve is created using constructors. This curve is then copied to a separate curve description.