Brief Index      Full Index      I.M. Reference

Copy_Geometry


Functions

void Copy_Geometry (HC_KEY key, const char *segment)
HC_KEY KCopy_Geometry (HC_KEY key, const char *segment)

Function Documentation

void Copy_Geometry ( HC_KEY  key,
const char *  segment 
)

Copies the geometry referred to by key to the given segment.

Parameters:
key HOOPS key the the geometry in question.
segment Name of the segment to which the geometry should be moved.

DETAILS

No additional details.

See also:
Copy_Segment

HC_KEY KCopy_Geometry ( HC_KEY  key,
const char *  segment 
)

Similar to Copy_Geometry() but returns the key to the newly created geometry.

Parameters:
key HOOPS key the the geometry in question.
segment Name of the segment to which the geometry should be moved.
Returns:
new_key - Key to the newly created geometry.

DETAILS

No additional details.

See also:
Copy_Segment

Main Index
Brief Index      Full Index      I.M. Functions