API Documentation > Mechanica > Object ProMechmeshcntrl > Function ProMechmeshcntrlElemsizedataSet
Function ProMechmeshcntrlElemsizedataSet
Description
Sets the elem size data for the mesh control item. Note: If you are creating a new mesh control using this type of data, you should assign the model as a reference using the function ProMechmeshcntrlReferencesSet().
Licensing Requirement
Synopsis
ProMechmeshcntrlElemsizedataSet
(
/* (In)
The mesh control item.
*/
/* (In)
minimum or maximum element size. (MIN_ELEMENT_SIZE or MAX_ELEMENT_SIZE)
*/
/* (In)
The data.
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
This item does not contain this type of data.
Cannot access the object in the current mode.
Subtype cannot be changed.
The Creo Simulate session is not initialized.
The input ProMechItem solid pointer is invalid.
A general error is encountered.
Cannot modify the item.
User Guide References
Was this helpful?