Message 1 of 3
how can I setup owner target relationship for surface constraints?

Not applicable
09-14-2015
12:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I wanted to set a surface constraint in maxscript
so in my case i have defined the surface constrain and its parameters.
How do I setup the owner and target relationship?
I just want theball to constrain to the surface of theball2 or visa versa.
thanks
theball = sphere name:"ball" position:[0,0,0] theball2 = = sphere name:"ball2" position:[100,100,100] jack = surface_position() jack.surface = theball jack.u = 3.5 jack.v = 24.5 jack.align = 1