Jump to content
Sign in to follow this  
Guest A_Delta_Sierra

MAXSript 4 MIRROR about the X axis.

Recommended Posts

Guest A_Delta_Sierra

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!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...