Functions | |
void | Copy_Geometry (HC_KEY key, const char *segment) |
HC_KEY | KCopy_Geometry (HC_KEY key, const char *segment) |
void Copy_Geometry | ( | HC_KEY | key, | |
const char * | segment | |||
) |
Copies the geometry referred to by key to the given segment.
key | HOOPS key the the geometry in question. | |
segment | Name of the segment to which the geometry should be moved. |
HC_KEY KCopy_Geometry | ( | HC_KEY | key, | |
const char * | segment | |||
) |
Similar to Copy_Geometry() but returns the key to the newly created geometry.
key | HOOPS key the the geometry in question. | |
segment | Name of the segment to which the geometry should be moved. |