Description | ||||||||||||||||||||||||||
Sets the edge distribution 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 | ProMechmeshcntrlEdgedistrdataSet | ( | ||||||||||||||||||||||||
ProMechItem* item | ||||||||||||||||||||||||||
/* (In) | ||||||||||||||||||||||||||
The mesh control item. | ||||||||||||||||||||||||||
*/ | ||||||||||||||||||||||||||
ProMechMCEdgeDistrData data | ||||||||||||||||||||||||||
/* (In) | ||||||||||||||||||||||||||
The data. | ||||||||||||||||||||||||||
*/ | ||||||||||||||||||||||||||
) | ||||||||||||||||||||||||||
Returns | ||||||||||||||||||||||||||
|