ScriptSpot is a diverse online community of artists and developers who come together to find and share scripts that empower their creativity with 3ds Max. Our users come from all parts of the world and work in everything from visual effects to gaming, architecture, students or hobbyists.
Submitted by JokerMartini on Wed, 2011-02-09 08:10
I would like a way to find the distance between two objects. What is the best way to go about doing this through maxscript?
Using the measuring tool, getting the distance value between the two objects and then deleting it?
Comments
distance()
Hey John,
the distance between 2 objects or 2 points? Max distance() function accept both.
when pass nodes to the function it computes the distance between their pivot points.
my recent MAXScripts RSS (archive here)