![]() |
![]() |
![]() |
DA_GEOMETRIC_CONSTR_GLOBAL_FACE sets mesh element conditions over a face on a part.
-->(DA_GEOMETRIC_CONSTR_GLOBAL_FACE)----+
|
+-----------------------------+
|
+-----+--+--(:STUDY)------|SELECT S_FERRUM_STUDY|----+-->
| | |
| +--(:NAME)-------|string|-------------------+
| | |
| +--(:REF_ELEM)---|face|---------------------+
^ | |
| +--(:COND_SZ)----|length|-------------------+
| | |
| +--(:COND_NO)----|number|-------------------+
^ | |
| +--(:NEXT)----------------------------------+
| |
+-------<-----------<----------<---------<-----+
:STUDY - specifies the study for the mesh condition.
:NAME - specifies the name of the mesh condition to apply.
:REF_ELEM - specifies the face for application of the mesh condition.
:COND_SZ - sets the minimum size of the conditioned elements on the selected face.
:COND_NO - specifies the number of elements on the selected face.
:NEXT - accepts the specifications you have defined for the mesh condition and
allows you to define the next mesh condition on a face to apply.
All input strings must be enclosed by double quotes (" ").
![]() |
![]() |
![]() |