Results 1 to 2 of 2

Thread: Space Creation Tool

  1. #1
    stck2mlon Guest

    Space Creation Tool

    I do some facility management work and have a question about making a utility.

    I am given floor plans that have 2d line work for walls. I would like to be able to pick the interior walls, set a distance and have the walls offset to the distance set, then extend and trim as needed, then join ala Pedit. Maybe in plain English. I would basically like to calculate the area of a space to the center lines of all walls. Doing this one office at a time.

    Any help even getting started would be awesome. I have some experience in LISP and VBA, so please be gentle.

  2. #2
    Rob Guest
    I know you will get better answers, but here's something to consider in the
    meantime.

    If the wall lines are contiguous, look into the use of the BPOLY command to
    do a ray trace. You'd have to isolate the wall layers first. BPOLY delivers
    a closed polyline from a point picked inside a closed boundary of line and
    arc segments. You would then offset a new polyline to a point outside the
    closed polyline using a point created opposite the original pick point
    (original pick being INSIDE, you calculate to and return a point OUTSIDE).
    All of this could be accomplished with a single pick.

    The advantage of starting with polylines is that an offset of a closed
    polyline is a closed polyline. The first is temporary (traced walls), the
    second is the keeper (centerlines), based on your note. Personally, I would
    calculate the interior square footage of each room, not the square footage
    to the centers of walls.

    Rob Smith

    "stck2mlon" <nospam@address.withheld> wrote in message
    news:18431917.1102737051544.JavaMail.jive@jiveforu m2.autodesk.com...
    I do some facility management work and have a question about making a
    utility.

    I am given floor plans that have 2d line work for walls. I would like to
    be able to pick the interior walls, set a distance and have the walls offset
    to the distance set, then extend and trim as needed, then join ala Pedit.
    Maybe in plain English. I would basically like to calculate the area of a
    space to the center lines of all walls. Doing this one office at a time.
    Any help even getting started would be awesome. I have some experience in
    LISP and VBA, so please be gentle.

Similar Threads

  1. ucs in paper space and model space
    By Richard Fox in forum AutoCAD
    Replies: 3
    Last Post: 07-10-2005, 05:10 PM
  2. Line styles from model space to paper space
    By A Carta in forum AutoCAD
    Replies: 1
    Last Post: 06-30-2005, 05:10 PM
  3. Paper Space vs. Model Space
    By Vlad in forum Drafting
    Replies: 49
    Last Post: 03-23-2005, 08:38 PM
  4. Model space vs. Paper Space
    By totoropi in forum Printing
    Replies: 1
    Last Post: 02-04-2005, 11:56 PM
  5. Replies: 4
    Last Post: 12-07-2004, 12:09 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other forums: Access Forum - Microsoft Office Forum - Exchange Server Forum