![]() |
![]() |
![]() |
DA_FORCE_VERTEX applies a static force to a vertex on a part.
-->(DA_FORCE_VERTEX)---+--+--(:STUDY)------|SELECT S_FERRUM_STUDY|-----+-->
| | |
| +--(:NAME)-------|string|--------------------+
| | |
| +--(:REF_ELEM)---|vertex|--------------------+
^ | |
| +--(:VALUE)------|total vertex force|--------+
| | |
| +--(:COORD1)-----|force|---------------------+
| | |
| +--(:COORD2)-----|force|---------------------+
| | |
| +--(:COORD3)-----|force|---------------------+
| | |
| +--(:DIRECTION)--|MEASURE_DIR_3D_SA|---------+
| | |
| | +--(:GLOBAL)-------+ |
^ | | | |
| +--(:DA_COORD_SYSTEM)--+--(:LOCAL)--------+--+
| | | | |
| | +--(:CYLINDRICAL)--+ |
| | |
| +--(:SEL_CS)-----|SELECT S_WORKPLANE|--------+
| | |
| +--(:NEXT)-----------------------------------+
| |
+-------<-----------<----------<---------<------+
:STUDY - specifies the associated study for the vertex force.
:NAME - specifies a name for the vertex force to apply.
:REF_ELEM - selects the vertex element where the force is to be applied.
:VALUE - specifies a total force value to be applied to the vertex.
:COORD1 - sets a force value on the vertex along the first axis.
:COORD2 - sets a force value on the vertex along the second axis.
:COORD3 - sets a force value on the vertex along the third axis.
:DIRECTION - enables specification of the direction of the force acting on the vertex.
: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 specifications you have defined for the force and
allows you to define the next force on a vertex.
All input strings must be enclosed by double quotes (" ").
![]() |
![]() |
![]() |