![]() |
![]() |
![]() |
DA_MODIFY_FACE_GLOBAL_CONSTR modifies mesh conditioning on a face on a part.
*1* - The variable LBC is not visible for the user. It is the variable
which is set when the dialog is called. It is the LBC to be modified.
-->(DA_MODIFY_FACE_GLOBAL_CONSTR)--+
|
+-----------------+
|
+--+--(:LBC)--------|SELECT S_FERRUM_STUDY_DATA|--(*1*)--+--->
| | |
| +--(:STUDY)------|SELECT S_FERRUM_STUDY|--------------+
| | |
| +--(:NAME)-------|string|-----------------------------+
| | |
| +--(:REF_ELEM)---|face|-------------------------------+
^ | |
| +--(:COND_SZ)----|length|-----------------------------+
| | |
| +--(:COND_NO)----|number|-----------------------------+
| |
+-------<-----------<----------<---------<-----------<---+
:LBC - specifies the LBC associated with the mesh.
:STUDY - specifies the study for the mesh conditioning.
:NAME - specifies the name of the mesh conditioning to modify.
:REF_ELEM - specifies the face for the mesh conditioning.
:COND_SZ - sets the minimum size of the conditioned elements on the selected face.
:COND_NO - sets the number of finite elements to be created over the selected face.
All input strings must be enclosed by double quotes (" ").
![]() |
![]() |
![]() |