Functions | |
void | Show_Cutting_Section (HC_KEY key, int *count, float *planes) |
void | Show_Cutting_Section (HC_KEY key, int *count) |
void Show_Cutting_Section | ( | HC_KEY | key, | |
int * | count, | |||
float * | planes | |||
) |
Returns the array of coefficients used to define a cutting section.
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. |
void Show_Cutting_Section | ( | HC_KEY | key, | |
int * | count | |||
) |