Skip to main content
14-Alexandrite
September 22, 2015
Question

How to create new views in AFX

  • September 22, 2015
  • 1 reply
  • 1993 views

Hi,

I have a question abour creating new views in new components when using AFX.

I know I can create them in the "start_mdl.cfg", but views are controlled by matrices, and I don't understand how they work... By now, and trying wothout much understanding, I've managed to create 4 standard views (FRONT, BACK, RIGHT and LEFT), but I can't create views for TOP and BOTTOM orientations. By now this is what I have:

CREATE_VIEW FRONT

1    0    0

0    1    0

0    0    1

CREATE_VIEW BACK

-1    0    0

0    1    0

0    0    1

CREATE_VIEW RIGHT

0    0    1

0    1    0

1    0    0

CREATE_VIEW LEFT

0    0    -1

0    1    0

1    0    0

Anyone could help with the matrices to create TOP and BOTTOM views?

Thank you!

Advanced Framework Extension - AFX


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.

1 reply

10-Marble
July 29, 2016

I will also like the understand this more.

Did you get any answers?