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

3D-Plotting problem

  • Thread starter Thread starter -
  • Start date Start date
Status
Not open for further replies.

Guest
When i plot my 3D models using hide objects there appear triangels in every surface that's round .
What must i do to have less (or none) triangels in my round surfaces .
 
Change the DISPSILH variable from the default value (0) to 1. To do this, just type DISPSILH at the command line, and then change the value.

A related problem I've come across is having curved solids look very faceted. This is changed in a twostep process. First, set FACETRES to 1.0. Then set VIEWRES to 2000 or greater. These two steps must be done togeter, as FACETRES only corresponds to VIEWRES setting if the FACETRES value is 1.0.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top