Message 1 of 3
Strange behavior of Occurrence.transform when it was assigned
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I've encountered a strange behavior about Occurrence.transform. Sometimes it ignores assigned value and goes to somewhere unpredictable. I feel it is a bug.
My script in the screencast:
from adsk.core import *
app = Application.get()
ui = app.userInterface
ui.activeSelections[0].entity.transform = Matrix3D.create()
ui.activeSelections[0].entity.transform.asArray()