Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

MAXSript 4 MIRROR about the X axis.

Featured Replies

GreetingsHere is a little MaxScript for gmax that will take your selected object and mirror it about the X axis as you often need to do for wings, wheels, elevators and such. The "normals" need no adjustment using this script.COPY FROM THE NEXT LINE-- clone the originalactionMan.executeAction 0 "40213" -- save current X value as aa = $.pos.x $.pos.x = -1 * a -- position on the opposite side of the origin -- Time negative 1 does it everytime-- **********************************************************-- * YOU MUST SELECT a OBJECT BEFORE RUNNING THIS MAXSCRIPT *-- **********************************************************modPanel.addModToSelection (MIrror ()) ui:on-- *************************-- * RESamuelson July 2004 *-- * NO COPYRIGHTS HERE *-- * ENJOY *-- *************************COPY TO THE ABOVE LINEHow do you get it into gmax?In the MAXScript, select New Script... MAXScript.......New ScriptPaste the section above into the NEW SCRIPT.Save the NEW SCRIPT with a name of your choice.Select/hi-lite all of the text in the NEW SCRIPTCLICK/DRAG (left mouse button down) to the tool bar location of your choice.An icon will appear that looks like text. RIGHT click on this new icon. Select EDIT BUTTON APPEARANCE. Fill in your blanks for the tool tip, select an icon of your choice and then click OK.This ONLY works for objects about the X axis in Gmax.DO SELECT YOUR OBJECT BEFORE EXECUTING.Regards,BobSSeems the rage to talk about the "size and speed" of each others computer. Beat this if you can for solving novel/unique problem anywhere in the cosmos. ..Have K&E and know how to use it!

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.