aca88
@aca88
New Member
Joined: Feb 15, 2024
Topics: 16 / Replies: 44
Reply
RE: Script newbie needs help with moving object to snap to vertex

No worries. I used to ask a lot in the beginning, as I do now. You is always something to learn. Try this… surfaceToAttach = Plane width:140 length:…

10 years ago
Forum
Reply
RE: Script newbie needs help with moving object to snap to vertex

I see. Align to surface is a boolean, so you can just add in my code snippet something like ctrl.align = true or false. 2.3. If you mean to set the p…

10 years ago
Forum
Reply
RE: Script newbie needs help with moving object to snap to vertex

You change parameters in the script using all the available methods that MAXScript provides. Check the Help File of Maxscript and write in the search …

10 years ago
Forum
Reply
RE: Script newbie needs help with moving object to snap to vertex

This will get you going: surfaceToAttach = Plane width:140 length:150 lengthsegs:14 widthsegs:14 wirecolor:[140, 140, 90] noiseMod = Noisemodifier() …

10 years ago
Forum
Reply
11 years ago
Forum
Reply
RE: Material Controlled by Script

Just saying $Box001.material = green will produce error because you are telling max to assign a material called “green” to a node. Maybe you mean so…

11 years ago
Forum
Reply
RE: Curve (not straight line) – Plane intersection

Ok, so there is indeed a question in the Geometric Computing thread about finding the intersection of a 3d spline and a plane. Didn’t see it before. I…

11 years ago
Forum
Reply
RE: Curve (not straight line) – Plane intersection

I figured out this method but its not working properly. The getLinePlaneIntersect function returns a bunch of collinear points. If someone has time ju…

11 years ago
Forum
Topic
Forum
Replies: 2
Views: 17
Reply
RE: txt export in MAXScript HelpFile

Oh you right ! Thats the trick. I didnt write the extension when I saved the file (and as you pointed, I couldn’t see the file – but the file was ther…

11 years ago
Forum
Topic
Forum
Replies: 2
Views: 16
Reply
RE: height cylinder controlled by current object

So, you want both sphere&cylinder to move to a <NewSphere>’s position. Maybe doing the following ? s.parent = c c.pos = <NewSphere>…

11 years ago
Forum
Reply
RE: height cylinder controlled by current object

I think that your question is not very clear Andreseloy ! Or at least I cannot figure out what you want to achieve !

11 years ago
Forum
Reply
RE: Bezier handles not changing spline – maxscript

If you mean that with #corner #line you cant get a curvy rectangle, that is true. Because you explicitly declared your intentions. But you can use #co…

11 years ago
Forum
Reply
RE: Nearest vertex near point

Right, I got it. Thanks for the reference! By building the kd tree we will be able to eliminate a large amount of the search space – and hence the com…

11 years ago
Forum
Page 1 / 4