Author Topic: Using Wipeouts in Dynamic Blocks  (Read 10175 times)

0 Members and 1 Guest are viewing this topic.

ELOQUINTET

  • Guest
Using Wipeouts in Dynamic Blocks
« on: August 05, 2009, 09:22:57 AM »
I am trying to solve a problem using Wipeouts in Dynamic Blocks and want your opinion on it. Basically I have cases which come with a set number of components in them so it makes sense for me to show them in my elevation blocks. However, The client may not actually use all of the components and for custom shop they want the elevation to look as it really would. I already know how I can make the parts movable and removable. The tricky part has been trying to figure out the best way of hiding the beadboard behind as the shelves are moved. Yesterday I was playing around with putting wipeouts inside of the component blocks and setting them to back using draworder. This way whatever I lay the shelf on top of will not appear. It works but I’m just not sure if I want to use wipeouts as we may send these drawings to people not using Autocad or previous versions and I’m not sure how they will appear. Do you think this is a good idea or bad?

ELOQUINTET

  • Guest
Re: Using Wipeouts in Dynamic Blocks
« Reply #1 on: August 05, 2009, 09:33:08 AM »
I may be using a different method for placing the shelves (i.e. a lookup table) in 2010 as my nodes do not cover all of the possible positions but that's not really what I'm focusing on at this point.

ELOQUINTET

  • Guest
Re: Using Wipeouts in Dynamic Blocks
« Reply #2 on: August 05, 2009, 09:36:47 AM »
Hmmm What I suspected might happen is already. The wipeout is masking the graphics on all blocks. I went into one and sent wipeout to back again and now it's working but for how long who knows.

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
Re: Using Wipeouts in Dynamic Blocks
« Reply #3 on: August 05, 2009, 09:45:06 AM »
The real issue is going to be the draworder of the objects in the block and how the dynamic block gets redrawn once it is modified.

Wipouts are essentially the same as images, but without the image, so any software that recognizes images presumably could recognize the wipeouts, but I wouldn't bet on it.
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

ELOQUINTET

  • Guest
Re: Using Wipeouts in Dynamic Blocks
« Reply #4 on: August 05, 2009, 10:42:37 AM »
I was thinking about Andrea's DHLINE routine in the beginning and tried it but I don't think it does what I need. Is there any way to just tell Autocad that if I place a block with a certain name on objects on a certain layer that it mask them? Thanks Keith

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
Re: Using Wipeouts in Dynamic Blocks
« Reply #5 on: August 05, 2009, 10:45:43 AM »
That probably could be accomplished with a reactor, but that would also dictate that the person who has your drawing also had the reactor ... and AutoCAD, which kind of makes the exercise pointless.

I suspect that there isn't going to be a simple solution
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

Krushert

  • Seagull
  • Posts: 13679
  • FREE BEER Tomorrow!!
Re: Using Wipeouts in Dynamic Blocks
« Reply #6 on: August 05, 2009, 11:29:45 AM »
I have no problem with wipeouts in DBs but they were simple DBs with stretch actions.  Like an ceiling access panel in a GWB ceiling.   What you will run into is when and if you need to print to PDF.  Not all PDF writers and/or Readers and/or Printers can handle wipe outs.  I would not go hog wild in using them at first  Just my two cents
I + XI = X is true ...  ... if you change your perspective.

I no longer CAD or Model, I just hang out here picking up the empties beer cans

ELOQUINTET

  • Guest
Re: Using Wipeouts in Dynamic Blocks
« Reply #7 on: August 05, 2009, 01:13:00 PM »
Yeah that's the conclusion I came to. I've abandoned the idea of using wipeouts. I'm thinking more along the lines of constructing the blocks so they can explode them and modify as needed because I also have the issue of there being so many variations that it would get messy. Thanks for the feedback

drizzt

  • Guest
Re: Using Wipeouts in Dynamic Blocks
« Reply #8 on: August 05, 2009, 03:29:27 PM »
instead of wipeout, use a layer colored 255

ELOQUINTET

  • Guest
Re: Using Wipeouts in Dynamic Blocks
« Reply #9 on: August 06, 2009, 08:35:41 AM »
So you're saying the vertical lines would run through the horizontal shelves but it would not be emphasized as much because it would be ghosted if on 255. That's a thought but this may require the creation of an additional layer which they are very reluctant to do around here. Thanks for the thought though I'll propose it.

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
Re: Using Wipeouts in Dynamic Blocks
« Reply #10 on: August 06, 2009, 08:40:16 AM »
the color thingy might be doable ... except instead of using a special layer for it, put it on layer 0 with an entity color of 255 this way it won't be modified by the drafter or laymerged or any other process that would render the block unusable.

I can imagine a closed polyline with an associated solid hatch then when the block is stretched, the hatch fills the area. I am not sure how this would work for plotting though, it probably would just be a black spot on the plans.
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Using Wipeouts in Dynamic Blocks
« Reply #11 on: August 06, 2009, 09:09:05 AM »
have you considered obscured linetype?
Be your Best


Michael Farrell
http://primeservicesglobal.com/

drizzt

  • Guest
Re: Using Wipeouts in Dynamic Blocks
« Reply #12 on: August 06, 2009, 09:37:51 AM »
I put mine on layer "wipeout" and color it 255. If you ever need the blocks to pop a bit more, you can then change the color of that layer to yellow or something.

grush

  • Guest
Re: Using Wipeouts in Dynamic Blocks
« Reply #13 on: August 06, 2009, 10:05:07 AM »
I set mine to color 255 with a screening of 1-2%.
That works fine when printing to pdf's.

drizzt

  • Guest
Re: Using Wipeouts in Dynamic Blocks
« Reply #14 on: August 06, 2009, 10:10:08 AM »
Quote
I set mine to color 255 with a screening of 1-2%.

great idea!