Documentação da API > Solids and parts > Object ProSolid > Function ProSolidMaxsizeGet
Function ProSolidMaxsizeGet
Description
Gets maximum model size of a solid.
Synopsis
#include <ProSolid.h>
ProSolidMaxsizeGet
(
ProSolid p_solid
/* (In)
The solid model.
*/
double* r_max_size
/* (Out)
The possible maximum size for the solid.
*/
)
Returns
The function succeeded
One or more arguments are invalid.
User Guide References
Isto foi útil?