Dimensions error
From:
Brianfox90
18 Oct 2022 (1 of 2)
10881.1
TypeError: undefined is not a constructor (evaluating 'plane.projectz( moi.view.getCPlane().origin )')
dimhorizontal.js line 36
32: }
33:
34: function SetPlaneOrigin( plane )
35: {
36: >> var origin = plane.projectz( moi.view.getCPlane().origin );
37: return moi.vectorMath.createFrame( origin, plane.xaxis, plane.yaxis );
38: }
39:
40: function DoDimLinear( factoryname )
Reply
More
Post Options
Reply as PM
Print
Mark as unread
Relationship
IP
Logged
From:
Michael Gibson
18 Oct 2022 (2 of 2)
10881.2
In reply to
10881.1
Hi Brian, thanks for reporting this bug. I can't seem to get it to happen over here, could you please show an example of where you're picking when it happens?
Also which version of MoI are you using?
Thanks, - Michael
Reply
More
Post Options
Reply as PM
Print
Mark as unread
Relationship
IP
Logged
Reply to All