HOOPS/3dGS I.M. Interface

     << Back      Full Index      Forward >>


Show_Segment_Path


Functions

HT_Segment_Path * Show_Segment_Path (HT_Rendition *nr)
void Free_Segment_Path (HT_Segment_Path *segpath)

Function Documentation

HT_Segment_Path * Show_Segment_Path HT_Rendition *  nr  ) 
 

Shows the draw path for a specific rendition.

Parameters:
nr - Rendition. Passed by reference.
Returns:
path - Array of keys that specify the complete draw path.

DETAILS

Returns an array of keys which specifies the complete draw path for geometry being drawn with this rendition. HOOPS allocates memory and so users must call HIC_Free_Segment_Path to free up the memory when finished.

NOTES

RESTRICTIONS

See also:

void Free_Segment_Path HT_Segment_Path *  segpath  ) 
 

CAN'T DETERMINE DESCRIPTION FOR THIS VARIANT.

Parameters:
segpath - A pointer to the path returned by Show_Segment_Path.

DETAILS

No additional details. See Show_Segment_Path()
Main Index

HOOPS/3dGS I.M. Interface

     << Back      Full Index      Forward >>