DA_DISPLACEMENT_FACE sets an enforced displacement on a face on a part.
-->(DA_DISPLACEMENT_FACE)--+ | +---------------------+ | +-----+--+--(:STUDY)------|SELECT S_FERRUM_STUDY|---------+--> | | | | +--(:NAME)-------|string|------------------------+ | | | | +--(:REF_ELEM)---|face|--------------------------+ ^ | | | +--(:VALUE)------|length|------------------------+ | | | | +--(:COORD1)-----|length|------------------------+ | | | | +--(:COORD2)-----|length|------------------------+ | | | | +--(:COORD3)-----|length|------------------------+ | | | | +--(:DIRECTION)--|MEASURE_DIR_3D_SA|-------------+ | | | | | +--(:GLOBAL)--------+ | ^ | | | | | +--(:DA_COORD_SYSTEM)--+--(:LOCAL)---------+-----+ | | | | | | | +--(:CYLINDRICAL)---+ | | | | | +--(:SEL_CS)-----|SELECT S_WORKPLANE|------------+ | | | | +--(:NEXT)---------------------------------------+ | | +-------<-----------<----------<---------<----------+
:STUDY
- specifies the study for the enforced displacement.
:NAME
- specifies the name of the enforced displacement to apply.
:REF_ELEM
- specifies the face element to apply the enforced displacement.
:VALUE
- specifies the length of the displacement.
:COORD1
- sets the length of the displacement in the first axis.
:COORD2
- sets the length of the displacement in the second axis.
:COORD3
- sets the length of the displacement in the third axis.
:DIRECTION
- enables specification of the direction of the displacement.
: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 parameters for the displacement, creates it, and allows you to define the next enforced displacement to apply.
All input strings must be enclosed by double quotes (" ").