| Description |
| Sets the value for the minimum cutoff radius for the AutoGEM edge length by curvature mesh control data. |
| Licensing Requirement |
|
TOOLKIT for Mechanica
|
| Synopsis |
| #include <ProMechMeshControl.h> |
| ProError | ProMechmcautogemedgelencrvMinradiusSet | ( |
| ProMechMCAutogemEdgeLenCrvData data | |
| /*
(In) |
| The AutoGEM edge length by curvature mesh control data. |
| */ |
| ProMechExpression min_crv_radius | |
| /*
(In) |
| The cutoff value for local radius of curvature below which the mesh control will not be applied. |
| */ |
| ProBoolean is_percent | |
| /*
(In) |
| PRO_B_TRUE if the expression is a percentage. PRO_B_FALSE if it represents true measurement in current units. |
| */ |
| ) |
| Returns |
|
|