Message 1 of 3

Not applicable
11-21-2017
07:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I moved an object using the transform property:
trans = occ.transform
trans.translation = adsk.core.Vector3D.create(100, 0, 0)
occ.transform = trans
If I then export the occurence to STL this translation is not considered. In contrast, moving an object directly in the scene is considered for export.
How can I change the position of an object in the coordinate frame of the exported STL?
Solved! Go to Solution.