API 文件集 > Manufacturing > Object ProRmdt > Function ProRmdtRefModelInfoGet
Function ProRmdtRefModelInfoGet
Description
Retrieves the reference model information for the specified mold layout.
Synopsis
#include <ProRmdt.h>
ProRmdtRefModelInfoGet
(
ProMoldLayout mold_layout
/* (In)
The handle to the mold layout
*/
int index
/* (In)
The index of the reference model
*/
double xyz_plus[3]
/* (Out)
The upper boundaries of the reference model
*/
double xyz_minus[3]
/* (Out)
The lower boundaries of the reference model
*/
double xyz_total[3]
/* (Out)
The outline size of the reference model
*/
)
Returns
The function successfully retrieved the information.
One or more of the input arguments are invalid.
Sample Code References
這是否有幫助?