hi guys.
Two poly object using MAXScript proboolean in trying to build a space.
When I work with the standard primitives objects. Single poly does not work.
standard example:
sdome = sphere name: “imprinted” radius: 10 segments: 60 position [0,0,0]
i = sphere name: “moon1” radius: 10 segments: 60 position [0,5,10]
i2 = sphere name: “MOON2” radius: 10 segments: 60 position [-9,8,10]
ProBoolean.createBooleanObjects sdome # (i2, i) 2 0 0
ProBoolean.SetImprint true sdome
How do I use the poly object.
I’d appreciate if you help me in this matter.