%MOVE_ProjectionOfMovementOfAnotherPart%

follow the movement of another geometry part

MOVE($MOVE_index$) = ( %MOVE_ProjectionOfMovementOfAnotherPart%, $MOVE_RefMove$ )
The movement of the geometry with MOVE-flag $MOVE_RefMove$ is mapped to the geometry with MOVE-flag $MOVE_index$ by a perpendicular projection. Example:
begin_alias{} ' "A1" = " ... MOVE$MOVE_A1$ ... " ' # definition of alias A1 ' "A2" = " ... MOVE$MOVE_A2$ ... " ' # definition of alias A2 end_alias MOVE($MOVE_A1$) = ( %MOVE_TranslationRotation%, ... ) MOVE($MOVE_A2$) = ( %MOVE_ProjectionOfMovementOfAnotherPart%, $MOVE_A1$ )
MOVE($MOVE_index$) = ( %MOVE_ProjectionOfMovementOfAnotherPart%, $MOVE_RefMove$ )
The movement of the geometry with MOVE-flag $MOVE_RefMove$ is mapped to the geometry with MOVE-flag $MOVE_index$ by a perpendicular projection. Example:
begin_alias{} ' "A1" = " ... MOVE$MOVE_A1$ ... " ' # definition of alias A1 ' "A2" = " ... MOVE$MOVE_A2$ ... " ' # definition of alias A2 end_alias MOVE($MOVE_A1$) = ( %MOVE_TranslationRotation%, ... ) MOVE($MOVE_A2$) = ( %MOVE_ProjectionOfMovementOfAnotherPart%, $MOVE_A1$ )