Isometric And Trimetric view of current WCS?
Isometric And Trimetric view of current WCS?
(OP)
Hi everyone, that's my first thread.
I have no idea how to write a journal that sets Isometric or Trimetric view of current WCS.
Default views are assigned with Csys. I can get the matrix of the Isometric view by recording a journal, but I don't know how to translate the matrix from main csys to wcs.
Any ideas?
I have no idea how to write a journal that sets Isometric or Trimetric view of current WCS.
Default views are assigned with Csys. I can get the matrix of the Isometric view by recording a journal, but I don't know how to translate the matrix from main csys to wcs.
Any ideas?





RE: Isometric And Trimetric view of current WCS?
matrix.Xx = 0,63121905864763
matrix.Xy = 0,775604602874429
matrix.Xz = 0
matrix.Yx = -0,291176881826266
matrix.Yy = 0,236971772169955
matrix.Yz = 0,926855114181588
matrix.Zx = 0,718873092756943
matrix.Zy = -0,585048612676443
matrix.Zz = 0,375419228750255
And my WCS matrix3x3 is:
WCS.Xx = 0
WCS.Xy = 1
WCS.Xz = 0
WCS.Yx = 0
WCS.Yy = 0
WCS.Yz = 1
WCS.Zx = 1
WCS.Zy = 0
WCS.Zz = 0
RE: Isometric And Trimetric view of current WCS?
goto PNT open the view navigator rmb on the modelview container create a new view set - activate the projections you like to have from the current view
RE: Isometric And Trimetric view of current WCS?
For the simple position of your wcs example which is such that the wcs x axis is the abs z axis, the wcs y axis is unchanged as the abs y axis and the wcs z axis is the abs x axis. Therefore in this case you need only interchange the trimetrc row 1 and row 3 in the trimetric matrix. Doing the matrix multiplication (in the correct order) will show you that you get the above result.
Is this what you are looking for or did you want the journal code?
Frank Swinkels
RE: Isometric And Trimetric view of current WCS?
I wrote a journal and it works fine, here is a code:
CODE -->