Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations JAE on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Product View Express viewing size - how to change?

  • Thread starter Thread starter PhilWaters
  • Start date Start date
P

PhilWaters

Guest
Hi,

First post - go easy....



Just loaded Product View Express and I know I read somewhere that you can increase the viewing sieze within Explorer, but I can't find it now. I have searched all the PTC info and have given up. Can anyone tell me how to do it? Running Win NT, Pro 2000i2.



Also, is it possible to change one component within an assembly to wireframe, while retaining shaded viewing on the rest? We work on large trucks and need to be able to show customers the insides... is it possible?



Cheers,



Phil
 
You can get a mixture of shaded and wireframe view by utilizing component display . In assembly mode access View-Model Setup-Component Display. Next create a component display state. You can assign any component to be shaded or wireframe or hidden line ect.
 
Sorry, I should have been clearer. I meant within Product View Express, again. I use component display all the time for the same reasons as I would now like to.

The best I have come up with is to modify the colour of the particular part to nearly transparent. The PTC webiste clearly shows a plane with a mixture though...



Phil
 
You can increase the size add the system variable:



PTCPVX_HEIGHT=768

PTCPVX_WIDTH=1024
 
Ok, now where are these variables ??
 
dougr - you read my mind...

euro can you help out again.. :-)
 
At this site:



http://www.ptc.com/products/pvexpress/doc_english.htm



I found this statement:



Controlling the Size of the Viewing Area



The viewing area within the Web browser can be changed using the following environment variables. The variables must be set before starting the browser:



PTCPVX_WIDTH
 
These variables are your Windows system variables. Located under Control Panel - System - Environment Variables. Just add these statements in the System variables window.



Hope this helps.
 
How about for Win98 systems? I can't seem to locate Environment Variables anywhere...
 
Great - works for NT... thanks a lot.



Phil
 
Is this good for XP too ??
 
Yes, this works in XP too.
 
I've been looking for this for months, many thanks...
 
Anyone know how to change these variables in Win98?
 
Guess not many people use Win 98 any more...
 
My memory is shakey but I believe for Win 98 you edit either the autoexec.bat or config.sys files (Ithink it's config.sys but I'm not 100% positive). Add these two lines:


SET PTCPVX_HEIGHT=800
SET PTCPVX_WIDTH=1000


Hope that helps!


smiley4.gif
 

Part and Inventory Search

Sponsor

Back
Top