Brief Index      Full Index      I.M. Reference

Show_Cutting_Section


Functions

void Show_Cutting_Section (HC_KEY key, int *count, float *planes)
void Show_Cutting_Section (HC_KEY key, int *count)

Function Documentation

void Show_Cutting_Section ( HC_KEY  key,
int *  count,
float *  planes 
)

Returns the array of coefficients used to define a cutting section.

Parameters:
key - Unique identifier of a cutting section.
count - The number of planes in the planes array. Passed by reference. Returned to user.
planes - An array of (a,b,c,d) quadruplets which define the separate planes within the cutting section. Passed by reference. Returned to user.

DETAILS

This routine returns the plane coeffecients used to define the planes that form the given cutting section.

See also:
Show_Cutting_Plane, Insert_Cutting_Section, Edit_Cutting_Section, Insert_Cutting_Plane, Edit_Cutting_Plane

void Show_Cutting_Section ( HC_KEY  key,
int *  count 
)

Main Index
Brief Index      Full Index      I.M. Functions