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

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

What determines 'zoom' of object when view default

msteffke
13-Aquamarine

What determines 'zoom' of object when view default

What determines size of object in screen when you 'view default', or hit
that little magnifiying glass tool button? I want to use
ProRasterFileWrite to dump a tiff of a shaded model. However the model
is always zoomed out too far. And is there a way to zoom the assembly
in closer prior to the rasterwrite?

Thanks for any idea,
Mark Steffke

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.
2 REPLIES 2

You need to use ProViewMatrixSet() to set the zoom of the current view. You can specify a zoom value in the new matrix that you use. Read the API Wizard under User's Guide->Graphics and Object Display->Solid Orientation and additionally User's Guide->Coordinate Systems and Transformations->Coordinate System Transformations. The latter will explain the contents of a matrix.

Patrick Williams | Engineering Systems | Sr. Applications Engineer | Steelcase Inc. | 616.698.4078

[cid:image003.jpg@01CA78BD.E2AD4A00]
msteffke
13-Aquamarine
(To:msteffke)

Thanks Patrick, I'll mess with this a but and see how I like it.

Mark Steffke
Top Tags