DA_MODIFY_EDGE_TCONSTR modifies the translational constraint on an edge 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_TCONSTR)---+ | +-----------------------+ | +-----+--+--(:LBC)--------|SELECT S_FERRUM_STUDY_DATA|--(*1*)--+--> | | | | +--(:STUDY)------|SELECT S_FERRUM_STUDY|--------------+ | | | | +--(:NAME)-------|string|-----------------------------+ | | | | +--(:REF_ELEM)---|edge|-------------------------------+ ^ | | | +--(:FREE1)-------------------------------------------+ | | | | +--(:FIX1)--------------------------------------------+ | | | | +--(:FREE2)-------------------------------------------+ | | | | +--(:FIX2)--------------------------------------------+ | | | | +--(:FREE3)-------------------------------------------+ ^ | | | +--(:FIX3)--------------------------------------------+ | | | | +--(:DA_COORD_SYSTEM)--+--(:LOCAL)---------+----------+ | | | | | | | +--(:CYLINDRICAL)---+ | | | | | +--(:SEL_CS)-----|SELECT S_WORKPLANE|-----------------+ | | +-------<-----------<----------<---------<-----------<---+
:LBC
- specifies the LBC associated with the constraint.
:STUDY
- specifies the study for the translational constraint.
:NAME
- specifies the name of the translational constraint to apply.
:REF_ELEM
- specifies the edge element to constrain.
: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.
: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 (" ").