Jump to content

How to do this with maxscript?


css20xx
 Share

Recommended Posts

Hello!

 

[ATTACH=CONFIG]37551[/ATTACH]

 

I need to have a parametric "Rectangle" (because i want to modify it) with a modifier "Edit Spline" ( or other modifier that can do this ) to which I can add a Vertex "Bezier" with "Refine" ( or other method ), and move that vertex up.

 

I try in this way, but is not complete, i know:

 

-------------------------------------------------------

rt = rectangle width:100 length:100

es = Edit_Spline()--create an Edit_Spline modifier

 

addModifier rt es --add modifier to the rectangle

 

max modify mode --switch to modify mode

 

select rt --select the plane

 

-------------------------------------------------------

 

but further, i don't have a clue.

 

Maybe someone can help me.

 

Thanks!

Edited by css20xx
Link to comment
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
 Share

×
×
  • Create New...