DA_MODIFY_VERTEX_FORCE modifies the parameters for an applied vertex 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_VERTEX_FORCE)-----+ | +---------------------+ | +-----+--+--(:LBC)--------|SELECT S_FERRUM_STUDY_DATA|--(*1*)---+ | | | | +--(:STUDY)------|SELECT S_FERRUM_STUDY|---------------+--> | | | | +--(:NAME)-------|string|------------------------------+ | | | | +--(:REF_ELEM)---|vertex|------------------------------+ ^ | | | +--(:VALUE)------|force|-------------------------------+ | | | | +--(:COORD1)-----|force|-------------------------------+ | | | | +--(:COORD2)-----|force|-------------------------------+ | | | | +--(:COORD3)-----|force|-------------------------------+ | | | | +--(:DIRECTION)--|MEASURE_DIR_3D_SA|-------------------+ | | | | | +--(:GLOBAL)--------+ | ^ | | | | | +--(:DA_COORD_SYSTEM)--+--(:LOCAL)---------+-----------+ | | | | | | | +--(:CYLINDRICAL)---+ | | | | | +--(:SEL_CS)-----|SELECT S_WORKPLANE|------------------+ | | +-------<-----------<----------<---------<-----------<----+
:STUDY
- specifies the associated study for the vertex force.
:NAME
- specifies the name of the vertex force to modify.
:REF_ELEM
- specifies the vertex element with the force to modify.
:VALUE
- specifies the total force value acting on the vertex.
:COORD1
- specifies the force value acting on the vertex along the first axis.
:COORD2
- specifies the force value acting on the vertex along the second axis.
:COORD3
- specifies the force value acting on the vertex along the third axis.
: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 (" ").