Author Topic: Extract Limits  (Read 1837 times)

0 Members and 1 Guest are viewing this topic.

hudster

  • Gator
  • Posts: 2848
Extract Limits
« on: April 04, 2005, 09:58:37 AM »
how do I extract the limits from a drawing?

I want to write an auto plot routine based on the upper limits but don't know how to get them.

Or can I extract the co-ordinates from the upper right hand corner to find out whether the drawing is an A1 or A0 drawing?
Revit BDS 2017, 2016, 2015, 2014, AutoCAD 2017, 2016, Navisworks 2017, 2016, BIM360 Glue

CADaver

  • Guest
Extract Limits
« Reply #1 on: April 04, 2005, 10:03:37 AM »
Setvars LIMMIN and LIMMAX return "Limits"
and
Setvars EXTMIN and EXTMAX return "Extents"

hudster

  • Gator
  • Posts: 2848
Extract Limits
« Reply #2 on: April 04, 2005, 10:45:55 AM »
Cool, Thanks for that, i'll post the routine when it's done.
Revit BDS 2017, 2016, 2015, 2014, AutoCAD 2017, 2016, Navisworks 2017, 2016, BIM360 Glue