DA_GEOMETRIC_CONSTR_LOCAL_EDGE sets mesh element conditions at a point on an edge on a part.
-->(DA_GEOMETRIC_CONSTR_LOCAL_EDGE)--+ | +-----------------------------+ | +-----+--+--(:STUDY)------|SELECT S_FERRUM_STUDY|----+--> | | | | +--(:NAME)-------|string|-------------------+ | | | | +--(:REF_ELEM)---|edge|---------------------+ ^ | | | +--(:COND_SZ)----|length|-------------------+ | | | | +--(:NEXT)----------------------------------+ | | +-------<-----------<----------<---------<-----+
:STUDY
- specifies the study for the mesh condition.
:NAME
- specifies a name for the mesh condition to apply.
:REF_ELEM
- specifies the point on edge geometry for application of the mesh condition.
:COND_SZ
- sets the minimum size of the conditioned elements at the selected point.
:NEXT
- accepts the specifications you have defined for the mesh conditioning and
allows you to define another mesh condition of the same type.
All input strings must be enclosed by double quotes (" ").