Message 1 of 2

Not applicable
01-28-2019
02:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Recently,I use 3ds Max 2017 Python API to make programme.But something really makes me confused.
For example, I create a cuboid in the interface. Then I draw another same cuboid at different place. I turnd them to TriObject, then I used GetMesh() to turn them to mesh and get the points' coordinates . To my surprise, the coordinate of their points are totally same. Why?Is it because I turned them to mesh? How can I get the correct coordinate relative to (0,0,0)?
The photos below are my objects in 3dmax and a part of the code. The result is that the two sets of coordinates are exactly the same.Why?
Solved! Go to Solution.