pub unsafe extern "C" fn gaiaCloneDynamicLine(
org: gaiaDynamicLinePtr,
) -> gaiaDynamicLinePtrExpand description
Duplicates a dynamically growing line/ring object
\param org pointer to dynamically growing line/ring object [origin].
\return the pointer to newly created dynamic growing line/ring object: NULL on failure.
\note the newly created object is an exact copy of the original one.