DA_FORCE_FACE applies a static force to a face on a part.
->(DA_FORCE_FACE)---+--+--(: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|----------+ | | | | +--(:NEXT)-------------------------------------+ | | +-------<-----------<----------<---------<--------+
:STUDY
- specifies the associated study for the face force.
:NAME
- specifies the name of the face force to apply.
:REF_ELEM
- specifies the face element to apply the force.
:VALUE
- specifies a force value per unit area to be applied to the face.
:COORD1
- specifies the force value on the face along the first axis.
:COORD2
- specifies the force value on the face along the second axis.
:COORD3
- specifies the force value on the face along the third axis.
:TOTAL_VALUE
- specifies a total force value to be applied to 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.
:NEXT
- accepts the specifications you have defined for the force and allows you to define the next force on an face.
All input strings must be enclosed by double quotes (" ").