Jump to content

Hiding 3d objects when plotting


noxit

Recommended Posts

Simply put, I want to hide a 3d object in a viewport without having to turn its layer off.

 

Just imagine a box and a sphere 3 units apart in the x axis. My viewport from the right should not show the sphere, just the box behind it. Normally I would do this using layers and freeze the sphere layer in the current viewport, but I'm developing an application running on AutoCAD and am trying to figure out the best way to do this.

 

Other applications have something called a "clipping pane" and I'm wondering if AutoCAD has this.

Link to comment
Share on other sites

AutoCAD indeed has clipping planes.

 

DVIEW

 

"You can create cutaway, or section, views of your drawing by positioning front and back clipping planes that control the visibility of objects based on their distance from a theoretical camera."

Link to comment
Share on other sites

There is one other way to make an object invisible and that is to turn off its visibility property with a little lisp routine called Hide&Show.lsp (not a part of regular AutoCAD). If you are interested I'll tell you where to find it.

 

BTW...Welcome to the CADTutor forum noxit.

Link to comment
Share on other sites

...a little lisp routine called Hide&Show.lsp...

 

I'd be very interested in it, if you could! And thanks for the Welcome!

 

DVIEW

 

Ahhh a new command - well, new for me anyway! This looks promising as it also clips objects, which is the exact behavior that I'm looking for!

 

Thanks guys!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...