API Documentation > Mechanica > Object ProMechmeshcntrl > Function ProMechmcautogemisolateexcludeSolidIsolMaxSizeGet
Function ProMechmcautogemisolateexcludeSolidIsolMaxSizeGet
Description
Obtains the value of maximum element size of isolation of solids for the AutoGEM isolation for exclusion mesh control data. Use ProMathExpressionEvaluate() to evaluate it.
Licensing Requirement
Synopsis
ProMechmcautogemisolateexcludeSolidIsolMaxSizeGet
(
/* (In)
The AutoGEM isolation for exclusion mesh control data.
*/
ProMechExpression max_elem_size
/* (Out)
value of maximum element size of isolation of solids.
*/
ProBoolean* is_max_elem_percent
/* (Out)
PRO_B_TRUE if the expression is a percentage, PRO_B_FALSE if it represents a true measurement.
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
The Creo Simulate session is not initialized.
User Guide References
Was this helpful?