Object ProCavitylayout

Function ProCavitylayoutOutlineGet


Description
Given the Cavity Layout handle of an existing layout get the information about its outline.
Synopsis
#include <ProCavitylayout.h>
ProErrorProCavitylayoutOutlineGet(
ProCavityLayout cvlayout
/* (In)
Pointer to the layout handle
*/
double* min_x
/* (Out)
minimal value along X axis
*/
double* min_y
/* (Out)
minimal value along Y axis
*/
double* min_z
/* (Out)
minimal value along Z axis
*/
double* max_x
/* (Out)
maximal value along X axis
*/
double* max_y
/* (Out)
maximal value along Y axis
*/
double* max_z
/* (Out)
maximal value along Z axis
*/
)
Returns
PRO_TK_NO_ERRORThe information is successfully received.
PRO_TK_BAD_INPUTSThe entered data is incorrect.
PRO_TK_GENERAL_ERRORCannot get the requested info.

Sample Code References:

  1. pt_examples ( TestCavityLayout.c )