Functions | |
void | Show_Cutting_Plane (HC_KEY key, float *a, float *b, float *c, float *d) |
void | DShow_Cutting_Plane (HC_KEY key, float *a, float *b, float *c, float *d) |
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.
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 | - |
This routine returns the equations used to define the cutting plane that corresponds to the given key.
void DShow_Cutting_Plane | ( | HC_KEY | key, |
float * | a, | ||
float * | b, | ||
float * | c, | ||
float * | d | ||
) |
Similar to Show_Cutting_Plane(), but accepts and/or returns double-precision values. This command can only be used when the application source includes the HOOPS double-precision header, hcd.hs.
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 | - |
No additional details. See Show_Cutting_Plane().