cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

creo viewer orientaion

mbrorsson
2-Guest

creo viewer orientaion

I have a problem when adding a new orientaion view.

It will not add the shown orientation only the default.

 

Thank´s in advance.

Mia

5 REPLIES 5
llie
16-Pearl
(To:mbrorsson)

Mia,

Your Admin could have the view creation locked. Are you trying to get something like the attached image?

CV_Orientation.jpg

Before the values from the shown view were following when rotate model.

Now it´s stucked at default and has to be added manually.

As you can see from picture model_1 has the sam values as ISO 1 (default).

llie
16-Pearl
(To:mbrorsson)

If you have admin rights on your computer you can just add it to the admin_prefs.xml in the loadpoint\preferences\Productview.

Add this in the code under this section  <preferenceList name="ViewOrientationsTable">

Change the last value line to the view name desired from "DEFTop" to "DEFXxxxxxx". You have to have DEF before the name.

      <preferenceItem>

        <preference name="locked"

                    value="false" />

        <preference name="IsXYZ"

                    value="true" />

        <preference name="DegZ"

                    value="-53.837" />

        <preference name="DegY"

                    value="14.008" />

        <preference name="DegX"

                    value="-18.324" />

        <preference name="OrientName"

                    value="DEFTop" />

      </preferenceItem>

Sorry but I don´t have this string, preferenceList name="ViewOrientationsTable"> in my ProductView_prefs.xml (creo viewer 3.0)

Thanks for the effort you making!!!

llie
16-Pearl
(To:mbrorsson)

Send me your productview_prefs.xml to - and I will take a look at it.

Top Tags