TheSwamp

CAD Forums => CAD General => Topic started by: Royalchill on March 22, 2007, 01:51:20 PM

Title: Revision Cloud and insert delta to scale
Post by: Royalchill on March 22, 2007, 01:51:20 PM
Need some help. What Im trying to do here is make a layer draw a revision cloud. After I draw the revision cloud I would like to insert a revision delta to scale on it own layer. What happens here is the delta comes in and skips the revcloud altogether. Im am missing something after the _revcloud command which would allow me to insert the block after I draw the revcloud. My brain is getting tired. Thanks


^C^C-layer;make;G-REVS-5;color;yellow;;;_revcloud;^C^Cattreq;0;ortho;on;-insert;rev5;\(getvar "dimscale");;

Title: Re: Revision Cloud and insert delta to scale
Post by: David Hall on March 22, 2007, 02:34:44 PM
-insert doesnt work?
Title: Re: Revision Cloud and insert delta to scale
Post by: Royalchill on March 23, 2007, 07:32:28 AM
If I add the -insert command it cancels out the cloud routine. I have tried adding all kinds of commands after the revcloud command and I just can't figure out what to use.
Title: Re: Revision Cloud and insert delta to scale
Post by: hudster on March 23, 2007, 07:47:13 AM
a copy of mine

Code: [Select]
*^C^C-layer;make;REVISION;c;2;;;rectangle;\\revcloud;a;5;10;object;l;no;;
for the delta, have you tried a tool palette, specify the alternative scale as dimscale?