![]() |
![]() |
![]() |
DA_MODIFY_EDGE_FORCE modifies the force value and directions of an applied edge 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_EDGE_FORCE)--+
|
+---------------------+
|
+-----+--+--(:LBC)--------|SELECT S_FERRUM_STUDY_DATA|--(*1*)---+-->
| | |
| +--(:STUDY)------|SELECT S_FERRUM_STUDY|---------------+
| | |
| +--(:NAME)-------|string|------------------------------+
| | |
| +--(:REF_ELEM)---|edge|--------------------------------+
^ | |
| +--(:VALUE)------|force per unit|----------------------+
| | |
| +--(: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|------------------+
| |
+-------<-----------<----------<---------<-----------<----+
:STUDY - specifies the study for the edge force.
:NAME - specifies the name of the edge force to modify.
:REF_ELEM - specifies the edge element with the force to modify.
:VALUE - specifies the force value per unit on the edge.
:COORD1 - specifies the force value acting on the edge along the first axis.
:COORD2 - specifies the force value acting on the edge along the second axis.
:COORD3 - specifies the force value acting on the edge along the third axis.
:TOTAL_VALUE - specifies the total force value acting on the edge.
: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 (" ").
![]() |
![]() |
![]() |