Author Topic: wireframe/hidden visual display / 3DCLIP  (Read 3627 times)

0 Members and 1 Guest are viewing this topic.

grantech

  • Guest
wireframe/hidden visual display / 3DCLIP
« on: February 23, 2012, 07:54:57 PM »
When I open a new drawing, by default all 3D objects look like the attached ‘bad’ jpg with the white background what it looks like when printed or a print preview and the black background in model space. There is a per drawing setting switch that is active so that they can look like the ‘good’ jpg, what is that command? Short of moving everything into a blank drawing template that already is set up like the good way, there is no way that I know of to change the way the piping looks.

I have one more question. How can you turn front/back clipping on or off without going into the 3DCLIP command?

Thanks in advance.

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: wireframe/hidden visual display / 3DCLIP
« Reply #1 on: February 23, 2012, 08:52:57 PM »
I think you are looking for:



DISPSILH

See AlsoControl the Display of Edges

Type:

Integer



Saved in:

Drawing



Initial value:

0


Controls display of silhouette edges of 3D solid objects in a 2D Wireframe or 3D Wireframe visual style.

0

Off. Do not display silhouette edges

1

On. Display silhouette edges
 

When turned on, DISPSILH also suppresses the mesh displayed when using the HIDE command in the 2D wireframe visual style.

Use the REGEN command to display the results.



and

NO

Be your Best


Michael Farrell
http://primeservicesglobal.com/

grantech

  • Guest
Re: wireframe/hidden visual display / 3DCLIP
« Reply #2 on: February 23, 2012, 09:32:23 PM »
I figured it out!

Thans so much for responding, your solution unfortunately did not solve my problem, however it was half right.

DISPSILH must be set to 1
and
ISOLINES must be set to 0

when both these settings are set it solves my problem completely  :)

if anyone has a solution for turning on/off front and back clip via another command other than 3DCLIP that would be appreciated.

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: wireframe/hidden visual display / 3DCLIP
« Reply #3 on: February 23, 2012, 09:36:48 PM »
glad to half help   ;-)
Be your Best


Michael Farrell
http://primeservicesglobal.com/

Crank

  • Water Moccasin
  • Posts: 1503
Re: wireframe/hidden visual display / 3DCLIP
« Reply #4 on: February 26, 2012, 03:50:35 AM »
[...]
if anyone has a solution for turning on/off front and back clip via another command other than 3DCLIP that would be appreciated.
How about the DVIEW command?
(I don't use Autocad for my 3d-work and don't want to test it, so perhaps this is a stupid idea.   :laugh: )
Vault Professional 2023     +     AEC Collection

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: wireframe/hidden visual display / 3DCLIP
« Reply #5 on: February 26, 2012, 08:45:33 AM »
[...]
if anyone has a solution for turning on/off front and back clip via another command other than 3DCLIP that would be appreciated.
How about the DVIEW command?
(I don't use Autocad for my 3d-work and don't want to test it, so perhaps this is a stupid idea.   :laugh: )
Not a bad idea, only it's the long way to 3DClip-town
Be your Best


Michael Farrell
http://primeservicesglobal.com/

Crank

  • Water Moccasin
  • Posts: 1503
Re: wireframe/hidden visual display / 3DCLIP
« Reply #6 on: February 26, 2012, 09:28:01 AM »
If it's possible, then a short lisp or macro should do the trick.
Vault Professional 2023     +     AEC Collection

dgorsman

  • Water Moccasin
  • Posts: 2437
Re: wireframe/hidden visual display / 3DCLIP
« Reply #7 on: February 27, 2012, 10:32:53 AM »
Yep.  Most of the tools out there to automate view clipping collect and pass arguments to the DVIEW command.
If you are going to fly by the seat of your pants, expect friction burns.

try {GreatPower;}
   catch (notResponsible)
      {NextTime(PlanAhead);}
   finally
      {MasterBasics;}