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 cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

displaying tolerances

  • Thread starter Thread starter phoxeoy
  • Start date Start date
P

phoxeoy

Guest
Is it possible to have the tolerancce displayed in the model but not in
the drawing. When I set the dimension to nominal in the drawing it
changes it in the model as well but I have to have the tolerance
displayed in the model.
 
Use Create Dimension instead of showing the dimension. The dimension will be independent of the model dimension.
 
If you want to use a model driven dimension you set the following config.pro option to not have the tolerances diplayed in the model;


tol_display no


Assuming you have your drawing .dtl file set correctly they will still show up in the drawing.
 

Part and Inventory Search

Sponsor

Back
Top