Google Answers Logo
View Question
 
Q: Lofting in Maxscript ( No Answer,   0 Comments )
Question  
Subject: Lofting in Maxscript
Category: Computers
Asked by: irishman_abroad-ga
List Price: $2.00
Posted: 04 Feb 2004 06:02 PST
Expires: 05 Mar 2004 06:02 PST
Question ID: 303460
How do I loft a rectangle to a nurbs curve in MaxScript?

given the following code:


nset = NURBSSet() 

 c = NURBSPointCurve numPoints:11 closed:true

p1 = NURBSIndependentPoint [93,38,0]
p2 = NURBSIndependentPoint [350,26,0]
p3 = NURBSIndependentPoint [498,30,0]
p4 = NURBSIndependentPoint [611,96,0]
p5 = NURBSIndependentPoint [566,246,0]
p6 = NURBSIndependentPoint [357,250,0]
p7 = NURBSIndependentPoint [430,105,0]
p8 = NURBSIndependentPoint [190,94,0]
p9 = NURBSIndependentPoint [211,254,0]
p10 = NURBSIndependentPoint [58,248,0]
p11 = NURBSIndependentPoint [32,90,0]


setPoint c 11 p11
setPoint c 10 p10
setPoint c 9 p9
setPoint c 8 p8
setPoint c 7 p7
setPoint c 6 p6
setPoint c 5 p5
setPoint c 4 p4
setPoint c 3 p3
setPoint c 2 p2
setPoint c 1 p1

appendObject nset c 

n = NURBSNode nset pos:[0,0,0]
myrect = rectangle length:10 width:20
Answer  
There is no answer at this time.

Comments  
There are no comments at this time.

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy