DA_MODIFY_FACE_FORCE modifies the force value and directions of applied face force 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_FORCE)--+ | +---------------------+ | +-----+--+--(:LBC)--------|SELECT S_FERRUM_STUDY_DATA|--(*1*)---+--> | | | | +--(:STUDY)------|SELECT S_FERRUM_STUDY|---------------+ | | | | +--(:NAME)-------|string|------------------------------+ | | | | +--(:REF_ELEM)---|face|--------------------------------+ ^ | | | +--(:VALUE)------|force per unit area|-----------------+ | | | | +--(:COORD1)-----|force|-------------------------------+ | | | | +--(:COORD2)-----|force|-------------------------------+ | | | | +--(:COORD3)-----|force|-------------------------------+ | | | | +--(:TOTAL_VALUE)--|total force|-----------------------+ | | | | +--(:DIRECTION)--|MEASURE_DIR_3D_SA|-------------------+ | | | | | +--(:GLOBAL)--------+ | ^ | | | | | +--(:DA_COORD_SYSTEM)--+--(:LOCAL)---------+-----------+ | | | | | | | +--(:CYLINDRICAL)---+ | | | | | +--(:SEL_CS)-----|SELECT S_WORKPLANE|------------------+ | | +-------<-----------<----------<---------<-----------<----+
:LBC
- specifies the LBC associated with the force.
:STUDY
- specifies the name of the associated study for the face force.
:NAME
- specifies the name of the face force to modify.
:REF_ELEM
- specifies the face element with the force to modify.
:VALUE
- specifies the force value per unit area acting on the face.
:COORD1
- specifies the force value acting on the face along the first axis.
:COORD2
- specifies the force value acting on the face along the second axis.
:COORD3
- specifies the force value acting on the face along the third axis.
:TOTAL_VALUE
- specifies the total force value distributed over the face.
:DIRECTION
- enables specification of the direction of the force.
:DA_COORD_SYSTEM
- enables specification of the referential coordinate system.
:GLOBAL
- selects the global coordinate system.
:LOCAL
- selects a local coordinate system.
:CYLINDRICAL
- selects a cylindrical coordinate system.
:SEL_CS
- specifies the reference workplane for the local and cylindrical coordinate systems.
All input strings must be enclosed by double quotes (" ").