State:New|TargetRelease:No Target|icon_bug|icon_modo|database:public|Resolution:Fixed|BugID:518034|
Problem summary
lx.object.View3D returns inconsistent values.
Customer reported version
modo.15.2v2
Customer reported platform
windows10
Steps to reproduce
1) Open Modo and create a cube.
2) Set the X,Y and Z Positions to 1, 2 and 3 respectively.
3) Press the "A" key inside of the 3D viewport to focus on the cube.
4) Select Layout > Palettes > Scripting to open the Script Editor.
5) Run the following script inside of the Script Editor:
view_service = lx.service.View3Dport() view = lx.object.View3D(view_service.View(view_service.Current())) distance, position, direction = view.EyeVector() print(distance) We're sorry to hear that
Please tell us why