Inside Sabertooth
Learn how Sabertooth uses 3ds Max to create 3D interactive projects, including HBO Go’s Game of Thrones interactive experience
  • 1/3
You are here: Forum Home / Autodesk 3ds® Max® / MaxScript / Get height information on selected objects?
  RSS 2.0 ATOM  

Get height information on selected objects?
Rate this thread
 
63922
 
Permlink of this thread  
avatar
  • Location: colorado
  • Total Posts: 11
  • Joined: 09 August 2009 04:40 PM

Does anyone know how to return property values from an object like its height, width, position etc…

I’ve looked online and in the help files but didn’t see anything for querying these values.

Thanks



Replies: 0
avatar

I’ve tried:

$ as string

and it returns:

"$Editable_Poly:Box002 @ [0.000000,0.000000,30.430077]"

How do I return the height

Thanks



Replies: 0
avatar

I got it, it was simple : )

$.scale.z


Replies: 0