API 설명서 > Miscellaneous > Object ProCavitylayout > Function ProCavitylayoutOutlineGet
Function ProCavitylayoutOutlineGet
Description
Given the Cavity Layout handle of an existing layout get the information about its outline.
Synopsis
ProCavitylayoutOutlineGet
(
/* (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
The information is successfully received.
The entered data is incorrect.
Cannot get the requested info.
Sample Code References
도움이 되셨나요?