Brief Index      Full Index      Events Index      I.M. Reference

Show_Cutting_Plane


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)

Function Documentation

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.

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.

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

No additional details. See Show_Cutting_Plane().

Brief Index      Full Index      Events Index      I.M. Reference