![]() |
![]() |
![]() |
DA_DISPLACEMENT_VERTEX sets an enforced displacement on a vertex on a part.
-->(DA_DISPLACEMENT_VERTEX)--+
|
+---------------------+
|
+-----+--+--(:STUDY)------|SELECT S_FERRUM_STUDY|-------+-->
| | |
| +--(:NAME)-------|string|----------------------+
| | |
| +--(:REF_ELEM)---|vertex|----------------------+
^ | |
| +--(: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 name of the associated study for the enforced displacement.
:NAME - specifies a name for the enforced displacement to apply.
:REF_ELEM - specifies the vertex element to apply the enforced displacement.
: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.
: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 (" ").
![]() |
![]() |
![]() |