DA_TRANSL_CONSTRAINT_VERTEX sets a translational constraint on a vertex on a part.
-->(DA_TRANSL_CONSTRAINT_VERTEX)--+ | +--------------------+ | +----------+--+--(:STUDY)------|SELECT S_FERRUM_STUDY|-----+--> | | | | +--(:NAME)-------|string|--------------------+ | | | | +--(:REF_ELEM)---|vertex|--------------------+ ^ | | | +--(:FREE1)----------------------------------+ | | | | +--(:FIX1)-----------------------------------+ | | | | +--(:FREE2)----------------------------------+ | | | | +--(:FIX2)-----------------------------------+ | | | | +--(:FREE3)----------------------------------+ | | | | +--(:FIX3)-----------------------------------+ | | | | | +--(:GLOBAL)--------+ | ^ | | | | | +--(:DA_COORD_SYSTEM)--+--(:LOCAL)---------+-+ | | | | | | | +--(:CYLINDRICAL)---+ | | | | | +--(:SEL_CS)-----|SELECT S_WORKPLANE|--------+ | | | | +--(:NEXT)-----------------------------------+ | | +-------<-----------<----------<---------<------+
:STUDY
- specifies the name of the associated study for the translational constraint.
:NAME
- specifies the name of the translational constraint to apply.
:REF_ELEM
- specifies the vertex element to apply the constraint.
:FREE1
- sets the constraint as free to move in the first axis.
:FIX1
- fixes the constraint against movement in the first axis.
:FREE2
- sets the constraint as free to move in the second axis.
:FIX2
- fixes the constraint against movement in the second axis.
:FREE3
- sets the constraint as free to move in the third axis.
:FIX3
- fixes the constraint against movement in the third axis.
: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 you have defined for the constraint and allows you to define the next vertex constraint to apply.
All input strings must be enclosed by double quotes (" ").