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 | |||||||||||||||||||||||||||||
TOOLKIT for Mechanica | |||||||||||||||||||||||||||||
Synopsis | |||||||||||||||||||||||||||||
#include <ProMechMeshControl.h> | |||||||||||||||||||||||||||||
ProError | ProMechmeshcntrlElemsizedataSet | ( | |||||||||||||||||||||||||||
ProMechItem* item | |||||||||||||||||||||||||||||
/* (In) | |||||||||||||||||||||||||||||
The mesh control item. | |||||||||||||||||||||||||||||
*/ | |||||||||||||||||||||||||||||
ProMechMeshCntrlType control_type | |||||||||||||||||||||||||||||
/* (In) | |||||||||||||||||||||||||||||
minimum or maximum element size. (MIN_ELEMENT_SIZE or MAX_ELEMENT_SIZE) | |||||||||||||||||||||||||||||
*/ | |||||||||||||||||||||||||||||
ProMechMCElemSizeData data | |||||||||||||||||||||||||||||
/* (In) | |||||||||||||||||||||||||||||
The data. | |||||||||||||||||||||||||||||
*/ | |||||||||||||||||||||||||||||
) | |||||||||||||||||||||||||||||
Returns | |||||||||||||||||||||||||||||
|