Author Topic: Flattening drawings.  (Read 48683 times)

0 Members and 1 Guest are viewing this topic.

Kate M

  • Guest
Re: Flattening drawings.
« Reply #240 on: June 11, 2010, 12:32:31 PM »
But there's a macro that approximates it:

Code: [Select]
^C^C_move;_all;;0,0,0;0,0,1e99;_move;_p;;0,0,0;0,0,-1e99;

craigr

  • Guest
Re: Flattening drawings.
« Reply #241 on: June 11, 2010, 12:33:30 PM »
SWEEEET!!

Bless your heart!

craigr

Crank

  • Water Moccasin
  • Posts: 1503
Re: Flattening drawings.
« Reply #242 on: June 11, 2010, 02:44:17 PM »
But there's a macro that approximates it:

Code: [Select]
^C^C_move;_all;;0,0,0;0,0,1e99;_move;_p;;0,0,0;0,0,-1e99;
That solves it for the positive z-values. To remove also the negative z-values this should be:
Code: [Select]
^C^C_move;_all;;0,0,-1e99;0,0,1e99;_move;_p;;0,0,0;0,0,-1e99;
« Last Edit: June 11, 2010, 02:50:19 PM by Crank »
Vault Professional 2023     +     AEC Collection

Matt__W

  • Seagull
  • Posts: 12955
  • I like my water diluted.
Re: Flattening drawings.
« Reply #243 on: June 11, 2010, 02:53:41 PM »
Jumpin' Jesus on a pogo stick!!! This is still going on??
Autodesk Expert Elite
Revit Subject Matter Expert (SME)
Owner/FAA sUAS Pilot @ http://skyviz.io

M-dub

  • Guest
Re: Flattening drawings.
« Reply #244 on: June 11, 2010, 03:15:11 PM »
I just had to flatten a few old plans by unrolling them and placing them under our cutting mat.  They should be nice and flat in a week or so.  :)

(and with any luck, no one will actually cut through the cutting mat)

dgorsman

  • Water Moccasin
  • Posts: 2437
Re: Flattening drawings.
« Reply #245 on: June 11, 2010, 03:17:15 PM »
Just had the image of the Mel Brooks vampire movie (the title escapes me...), when van Helsing hands over the stake and hammer: "There may be a little blood, so I'm going to stand back over here..."
If you are going to fly by the seat of your pants, expect friction burns.

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