[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.1.1 (vendor branch), Tue Aug 15 12:55:59 2000 UTC (17 years, 2 months ago) by naaman
Branch: sgi, MAIN
CVS Tags: start, release-2_1_5-9, release-2_1_5-8, release-2_1_5-10, HEAD
Changes since 1.1: +0 -0 lines

Initial check-in based on 2.1.5 (SGI IRIX) source tree.

#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" } }
    }
}