![]() |
![]() |
![]() |
DA_MODIFY_FACE_DISPL modifies an enforced displacement on a face of 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_DISPL)-----+
|
+-----------------------+
|
+-----+--+--(:LBC)--------|SELECT S_FERRUM_STUDY_DATA|--(*1*)-+-->
| | |
| +--(: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|----------------+
| |
+-------<-----------<----------<---------<-----------<--+
:LBC - specifies the LBC associated with the displacement.
:STUDY - specifies the study for the enforced displacement.
:NAME - specifies the name of the enforced displacement to modify.
:REF_ELEM - specifies the face element with the enforced displacement to modify.
:VALUE - specifies the combined effective 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.
All input strings must be enclosed by double quotes (" ").
![]() |
![]() |
![]() |