API 文件集 > Mechanica > Object ProMechmeshcntrl > Function ProMechmcautogemminedgeLengthSet
Function ProMechmcautogemminedgeLengthSet
Description
Sets the minimum length of the edge for the AutoGEM min edge mesh control data.
Licensing Requirement
Synopsis
ProMechmcautogemminedgeLengthSet
(
/* (In)
The AutoGEM min edge mesh control data.
*/
ProMechExpression edge_length
/* (In)
The edge length.
*/
ProBoolean is_percent
/* (In)
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.
這是否有幫助?