Show_Cutting_Plane
Functions | |
void | DShow_Cutting_Plane (HC_KEY key, double *a, double *b, double *c, double *d) |
Similar to Show_Cutting_Plane(), but returns double-precision values. More... | |
void | Show_Cutting_Plane (HC_KEY key, float *a, float *b, float *c, float *d) |
Returns the the coefficients used to define the cutting plane, as referenced. More... | |
Detailed Description
Function Documentation
◆ DShow_Cutting_Plane()
void DShow_Cutting_Plane | ( | HC_KEY | key, |
double * | a, | ||
double * | b, | ||
double * | c, | ||
double * | d | ||
) |
Similar to Show_Cutting_Plane(), but returns double-precision values.
- Parameters
-
key - Unique identifier of the inserted cutting plane. a - The parameters of an equation of the form ax + by + cz + d = 0, defining a plane. Passed by Reference. Returned to the caller. b - c - d -
◆ Show_Cutting_Plane()
void Show_Cutting_Plane | ( | HC_KEY | key, |
float * | a, | ||
float * | b, | ||
float * | c, | ||
float * | d | ||
) |
Returns the the coefficients used to define the cutting plane, as referenced.
- Parameters
-
key - Unique identifier of the inserted cutting plane. a - The parameters of an equation of the form ax + by + cz + d = 0, defining a plane. Passed by Reference. Returned to the caller. b - c - d -
DETAILS
This routine returns the equations used to define the cutting plane that corresponds to the given key.
NOTES
RESTRICTIONS
- See also
- Insert_Cutting_Plane.