[BACK]Return to menu.iv CVS log [TXT][DIR] Up to [Development] / inventor / apps / samples / linkages

File: [Development] / inventor / apps / samples / linkages / menu.iv (download)

Revision 1.1, Tue Aug 15 12:55:59 2000 UTC (17 years, 2 months ago) by naaman
Branch point for: MAIN

Initial revision

#Inventor V2.0 ascii
Separator {
    RotationXYZ { axis Y angle .3 }
    DEF NEW_LINK_BUTTON Button {
	buttonText       Separator { Text3 { string "NEW LINK" } }
	buttonActiveText Separator { Text3 { string "NEW LINK" } }
    }
    Translation { translation 0 -20 0 }
    DEF NEW_CRANK_BUTTON Button {
	buttonText       Separator { Text3 { string "NEW CRANK" } }
	buttonActiveText Separator { Text3 { string "NEW CRANK" } }
    }
    Translation { translation 0 -20 0 }
    DEF NEW_HINGE_BUTTON Button {
	buttonText       Separator { Text3 { string "NEW HINGE" } }
	buttonActiveText Separator { Text3 { string "NEW HINGE" } }
    }
    Translation { translation 0 -20 0 }
    DEF NEW_DOUBLE_LINK_BUTTON Button {
	buttonText       Separator { Text3 { string "NEW DOUBLE LINK" } }
	buttonActiveText Separator { Text3 { string "NEW DOUBLE LINK" } }
    }
    Translation { translation 0 -20 0 }
    DEF NEW_PISTON_BUTTON Button {
	buttonText       Separator { Text3 { string "NEW PISTON" } }
	buttonActiveText Separator { Text3 { string "NEW PISTON" } }
    }
}