API 설명서 > Mechanica > Object ProMechmeshcntrl > Function ProMechmcautogemminedgeLengthGet
Function ProMechmcautogemminedgeLengthGet
Description
Obtains the minimum length of the edge for the AutoGEM min edge mesh control data. Use ProMathExpressionEvaluate() to evaluate it.
Licensing Requirement
Synopsis
ProMechmcautogemminedgeLengthGet
(
/* (In)
The AutoGEM min edge mesh control data.
*/
ProMechExpression edge_length
/* (Out)
The edge length.
*/
ProBoolean* is_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
도움이 되셨나요?