AutoCAD Architecture :: Associative Spaces And Usable Area Boundaries

Oct 18, 2012

We work in space management and deal with associative spaces every day. As a platform we use ACA 2012, with out own Add-on tool (whch simply groups ACA's own tools in one).

We have issues on a daily-basis with the usable boundaries of associative spaces (the green line indicated in the example attachment). Generally when a floorplan is simple, consisting mainly of 90-degree angles wall intersections, everything works fine. However when we work with floorplans consisting of arched, or even more often slanted walls or walls that meet at different angles, the usable boundaries' lines tend to create a "spike" (labled B. on the attachment) which extends outward from the plan, thus creating i.e a 28m2 space out of a 13m2 space (labled A). We use our own calculation standard, however using BOMA or SIS the issue occurs in the same manner, using SIS its even worse.

Generally we solve these issues by changing wall justifications, deleting and re-creating spaces, etc, etc. This can be a very tedious process, one which takes a long time and time is of the essence! 

We are aware that by making the spaces non-associative, we can then manually edit the usable boundary, however this is not an option as we handle a great deal of different floorplans each day, and these plans are updated frequently, so we do not want to send out a drawing which has a problem like this because the next person who edits some of the spaces will most likely come across the same problem again.

View 3 Replies


ADVERTISEMENT

AutoCAD Visual LISP / AutoLISP :: Associative List With Strings And Spaces

Aug 16, 2013

I'm making a program that reads a property file that follows the format:

"key=value"  for each line on the text file.

One specific line has the key "file" and the value is some file path that includes a space.file=C:/my folder/my file.txt
 
Now I can extract what the key and value is for any given line in the file.However, I want to put all of the data into an Associative List so that I will not need to keep opening the file each time I search for information. I've been using the cons function in order to create a dotted list, which is successful.  However I have an issue when I add this dotted list to the end of my associative list.

Suppose I have a key and a value already stored inside variables.  Below I have two lines of code, first the dotted list portion is printed, and works as expected.  The second line adds that dotted list to the associative list:

(princ "Cons: ")(princ (cons key val)) (princ "") ;Prints (file . C:/my folder/my file.txt)(setq assocList (append assocList (cons key val))) ;Error message here.
 
The error that I receive says "; error: bad list: "C:/my folder/my file.txt"..Here is the change:

(setq assocList (append assocList (list (cons key val))))

 Now, the dotted list is inserted properly and looks like this after printing the whole associative list: ((version . 1.0.1) (file . C:my foldermy file.txt))

View 1 Replies View Related

AutoCAD Architecture :: Sync Inventor / No Usable Geometry When Imported

Mar 21, 2013

I am wondering if there is a way that you can use the geometry from Architecture in Inventor other than just a visual concept. I am trying to create buildings in Architecture then import them into Inventor. I have tried the "Sync Inventor" command but there is no usable geometry when it is imported into Inventor. I have used Navisworks to show the building layouts but I am needing to be able to take measurements and possibly constrain to walls or other solid objects. 

View 3 Replies View Related

AutoCAD 2013 :: HATCH Within Boundaries Of Area To Be Hatched

Aug 30, 2012

When I was using AutoCad 2010 I could HATCH within a cube, circle or within any object that was joined together even if it had text in it would HATCH within the boundaries of the area to be hatched. Now that I use AutoCad 2013 this option does not work as if there is text in the object only a partial area will become hatched. This means I have to MOVE the cube or whatever shape to a place where there is no text inside it, HATCH and then move it back to where I wanted it in the first place.

View 1 Replies View Related

AutoCAD Architecture :: Associative Hatch - Select Polyline As Well

Mar 20, 2012

My Computer just recently jusst got switched to a new server...

Somethings are just acting weird now, like my hatching...

All my old hatches that were associative are acting like one seltions like if i hatch a polyline now when i go to select that hatch it now selects the polyline as well.

This never happened before abd the only way to edit it now is to either make it in the properties not associative then i lose my boundary or just to explode it then i a ihave an exploded hatch...before i made it assoc. and i could just edit or select the hatch only i think its an option setting...

View 1 Replies View Related

AutoCAD 2010 :: Application Has Suddenly Started To Link Hatch Pattern To Area Boundaries?

Jan 17, 2013

My application has suddenly started to link the hatch pattern to the area boundaries.

The objects remain on their own layers, but I am not able to delete the hatch pattern without deleting the boundaries.

I cannot edit the hatch pattern either as the application no longer recognises the hatch pattern.

Have i changed a setting unwittingly?

View 2 Replies View Related

AutoCAD Architecture :: Applying Themes To Spaces?

Feb 18, 2011

I have found the theme legends on the documentation tool palette, but I was wondering how the themes are assigned to the individual spaces?  I would have expected additional spaces to be loaded into the file at the time the legend was brought in.

Is the active connection between the legend and the individuals spaces?  or is the legend only a static representation?

Will i need to create these space types or are they hidden within the Design Center or a catalog?

View 3 Replies View Related

AutoCAD Architecture :: Assigning Furniture To Spaces?

May 24, 2011

Is it possible to assign furniture and other objects to specific spaces similar to the assigning of doors and windows?

View 2 Replies View Related

AutoCAD Architecture :: Spaces That Include Doors?

Jun 20, 2011

When the spaces are auto created, is there a way they would include doors? I mean, doors are also floor area and they should be also scheduled/added to the space.

View 3 Replies View Related

AutoCAD Architecture :: Get Spaces To Be On Same Level As The Walls?

May 26, 2011

Is there a trick to get spaces to be on the same level as the walls? On my 2nd floor plan located at 12'-8", the spaces are generating at the ground floor level.

View 2 Replies View Related

Revit :: Area Boundaries In Groups - Levels And Schemes

Oct 15, 2012

Having some very strange issues with area boundaries used in groups.
 
I have tested it in RAC 2011, 2012 and 2013 and they all seem to be doing similar things.
 
grouping them and pasting them is fine - even between levels and even schemes. when i edit them items are excluded on sketch close and even disappear from one scheme to only appear in the scheme that i edited them in. the area still remains in both but only boundaries in one scheme.

View 1 Replies View Related

AutoCAD Architecture :: Export Data From Spaces And Blocks

Feb 7, 2012

I have questions about exporting data for drawings.We make use of spaces to create a list with room numbers, room use and the area.

we also create plans with office furniture.we have blocks with attributes to extract data like workstation numbers, department, roomnumbers etc.for the info from the spaces we use export property data to create an database file.for the export of the attributes we use dataextraction to crete an .xls file

Is there a way to combine the work so that we can export the attribute data with the export property data?Is there a way to link the blocks (who are within a closed pline) to the pline (space)? Can it be done with lisp or VBA?

View 4 Replies View Related

AutoCAD Architecture :: Door Tags Assigned To Spaces?

Apr 11, 2012

I have created custom spaces and I have been able to build room with doors and then add a door tag that updates automatically with the info of the door.  But for some reason, I am unable to assign the door to the space.  I am not using project and I think that may be my problem.  I feel as though I am almost there, but I can't assign the door to the space so that when I add a door tag it recognizes that the door is in a wall in a space and then gives me those numbers.  If I click on the tag, I am able to anchor it to the space and then the room number appears in the tag, but I was hopnig to have it do it automatically.  I have the door squiggle inside the space but I don't know how to attach it and also the space seems to have a number project based assigned to it, but that is not what I want since the drawing is not project based.

View 2 Replies View Related

AutoCAD Architecture :: Total SF Of Multiple Spaces (same Style)

Mar 14, 2012

Any way to add all the areas of a space style to get a total SF#? Is there a way to add this information to a display theme style legend?(preffered)  Is there a way to get this information in to a schedule? (less desirable)

View 1 Replies View Related

AutoCAD Architecture :: 2014 Spaces Display Representations

Sep 30, 2013

I have a file with several Space Styles.  As I progress on the drawings I would like to modify some of the display properties, primarily color of the fill.  I would think I could set the overall appearance of each Space Style in one location and then adjust elements of various display representations.  In my case have a red hatch for a space style but in one display rep it would be solid and in another it would be a diagonal hatch. 

As I see it, if I wish to modify the color I have to go into each display rep and adjust the color of the base hatch and click on the Style Override check box.  It seems like duplicative work.  Is there another method of setting the color of each Space Style so that it shows the same in all display reps?

View 2 Replies View Related

AutoCAD Inventor :: Set The Drawing View To Be Associative Or Non-associative By Default?

Mar 4, 2013

Is there a way to set the drawing view to be associative or non-associative by default in my .idw template?

Inventor 2013
Windows 7 Professional 64-bit SP1
HP EliteBook 8470w
Processor: Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz
Memory: 16 GB
AMD FirePro M2000
3D Connexion SpacePilot

View 6 Replies View Related

AutoCAD Architecture :: Adding Spaces To A Plan Just In Lines And Arcs?

Dec 13, 2012

I've looked at adding spaces to a plan that is simply lines and arcs... no intellegent objects.

It could get somewhat messy doing Generate Spaces... if the doors and swings are frozen the bounding objects don't get found... but if the doors and swings are on... the spaces go in fairly well... but then the door swing is used as a boundardy.

View 4 Replies View Related

AutoCAD Architecture :: Custom Property Set Definitions To Add Information To Spaces

Dec 13, 2013

I am using some custom property set definitions to add information to spaces.  However as I insert spaces I find that I have to go to the extra step to add the property set to the object using the Extended Data tab in the Properties Palette. 

It is not a huge deal but sometimes it is forgotten and schedules are not reporting properly, or the display theme is not correct.  Although there are tools to quickly add them I would like to know if there is an automatic way to add them while creating the spaces/zones.

On a related note.  There is a property set definition that is in each file by default called RoomFinishObjects.  Is there a way to purge this?  I don't want to attach finishes to my objects.  But it seems to be embedded in the file.

View 4 Replies View Related

AutoCAD Architecture :: Split A Space Object Resulting In 2 Spaces

Oct 9, 2013

Is there a command to split a space object?... if so, what is it?

View 2 Replies View Related

AutoCAD Architecture :: Create Space Style Similar To BOMA With Multiple Boundaries?

Jan 27, 2011

I want to create a space style similar to BOMA with editable boundaries to use for LEED Daylighting calculations. I figured out how to make a new property set definitions, new space style, etc., but I can't get the boundaries to read as the LEED boundaries. I want the Base area to remain as is, but I want NET to be Daylit, Useable to be Sidelit, and Gross to be Toplit.

I could do the workaround and just use the OOTB BOMA style, but then others editing will have to constantly translate which means what as we edit the drawings. When you look at the display display Properties for the space style, the boundaries and hatches read as net, useable, etc. I can't figure out where to redefine those and when you right click the space and Edit Boundary, I need to be able to display the correct properties, not the BOMA properties.

View 1 Replies View Related

AutoCAD 2010 :: Set Associative Dimensions To Be Non-associative?

Aug 20, 2009

Is there a way to set associative dimensions to be non-associative without exploding them?

I have a large drawing with a bucket load of dimensions. I did not realise until too late that my dimensions styles were set to be associative by default. Now whenever I alter the drawing such as breaking a polyline that a dimension is associated to the dimension sometimes goes haywire. If I select affected dimensions I can see in the properties window that the dimension is associative but the field is greyed out and I can't alter it.

Is there a global or per-object way to change this association? Exploding is not an option.

View 9 Replies View Related

AutoCad :: Differences Between Associative And Non-associative Hatch?

May 5, 2013

What is the concept and differences between associative and non associative hatch, dimension etc?

View 7 Replies View Related

AutoCad :: Associative Leaders Becoming Non-associative?

Jul 20, 2012

We have been having a problem with our leaders for the last few weeks. We are running Acad2009LT and Acad2009 full versions. Our leaders are becoming non-associative. I made a drawing yesterday and was the only one editing the drawing. I made some leaders with text. I know they were working fine because I had to move some text and the leaders went with it. This morning when I opened the drawing. Some, not all, of the leaders that I made yesterday have become non-associative. I made some new leaders and they are working properly. Other people in the office have been having the same issue. Nothing has changed on our systems. We have been using the same program since 2009.

View 6 Replies View Related

AutoCAD Architecture :: Can't See Area Where Write Commands

Feb 12, 2011

I can't see the area where I write commands any more, may be  a configuration thing because never happened to me before.

View 2 Replies View Related

AutoCAD Architecture :: Schedule With Area And Perimeter

Mar 4, 2011

The architect has a schedule set up that will schedule his room numbers and names. He draws spaces for each room.

I want to add perimeter and area to this. I copied this room schedule in the tool pallete, renamed it with "trial", added columns for perimeter and area, BUT STILL GET ? FOR VALUES!

I've looked everywhere and it should work. When I look at "properties" of the space it shows area and perimeter, but I can't figure out how to extract the info.

View 3 Replies View Related

AutoCAD Architecture :: Room Area Calculations

Aug 11, 2013

Any routine or tool that simplifies calculating and labeling floor areas?

Currently, I draw a polyline around the desired area, list it to get the square footage and then create a text line and type in the square footage.  This method takes multiple steps and is easy to mistype the area.

 I would love a simple tool that would let you draw a polyline and automatically label it for you.

View 1 Replies View Related

AutoCAD Architecture :: Fixed Area Rectangle

Dec 27, 2012

I would like to draw a rectangle of a certain size (150 s.f.) then stretch it from a corner but have it automatically adjust to maintain the size desired.  So I would  start with a 10 x 15 shape, then have ability to stretch to 12.5' x ?  and as I stretch say the 10' width toward 12.5' the other end of rectangle (15) reduces to 12. 

View 4 Replies View Related

AutoCAD Architecture :: Printable Area In Layout

Mar 16, 2011

When I make a new Layout a new Page Setup called *Layout1* is created and assigned to the new Layout.  Our plotter is assigned as the plot device, and a dashed rectangle showing printable area appears near the borders of the white sheet area represented in the Layout. 

If I choose to Modify the layout, and I change the Paper size, the dashed rectangle disappears, and now I don't know how to position and size a title block to ensure that it stays within the printable area.  What controls the presence of the dashed print area rectangle?

View 4 Replies View Related

AutoCAD Architecture :: Area Schedule Grouping

Oct 20, 2013

Is subtotaling still impossible with ACA 2014?

Is there a workaround to what I am trying to do?  I just want to create a table that has a list of all the spaces sorted by name, give a quantity of the spaces and the combined area of all those spaces in one row of the table.

Roughly:

King      4  2000sf

Queen   2 1000sf

Suite     4  3000sf

My attached schedule gives a row for each space, except that it groups spaces of exact same areas.  I want a single row for each room type. 

Also, when working with spaces sometimes using Space_Add, Generate I am met with the response that a space already exists and no space can be added.  The "phantom" space does not show up in the schedule, thawing all layers does not reveal any space and I've tried all my selection tricks to parse a space from the closed boundary that appears empty.

View 4 Replies View Related

AutoCAD Architecture :: Hatch Rotated Area - Alignment

May 10, 2011

Not sure if this is possible, but a coworker said he remembers doing something like this.  I want to hatch an area that has been rotated.  But without knowing what the angle, is it possible to hatch the rotated area so the hatch is orthogonal?  I've attached a pdf to show what I want.

View 5 Replies View Related

AutoCAD Architecture :: Details In Drawing Area Invisible?

Jan 8, 2014

I am having a problem with AutoCad Architecture 2014 on my Mac Pro running Parallels and Windows XP.

The crosshair, grid lines,and actual drawing do not show up on my work space, either Model or Paper. When I installed the software two days ago, the software was working properly. I could see what I was supposed to on the drawing space. Something happened that has caused those items to disappear. I have uninstalled and reinstalled the software two or three times but continue to have the problem. Since I am new to ACA, there is likely a setting that I have overlooked or accidentally changed.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved