| Description |
| Given the Cavity Layout handle of an existing layout get the information about its outline. |
| Synopsis |
| #include <ProCavitylayout.h> |
| ProError | ProCavitylayoutOutlineGet | ( |
| 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 |
|
|