AutoCAD Architecture :: Unable To Edit Custom Pallets

Mar 15, 2012

I created my own tools of own content on my own pallets and then found . you can drag a whole tab into the browser to quickly archive your tools. Having reinstalled I have 'dropped the collections back to ACA12 and all my tools restored.

However I can no longer edit or add to these tool pallets. I cannot edit any properties within tools either. There is no lock symbol on the pallet that I can see, only a refresh symbol.

The .atc file they reference (found from the Content Browser location they came from) is not set to read only.  Permissions seem to be set to allow read, modify, write etc. I first used the 'My Tool Catalog' provided but also copied it all back to a new catalog but it's still locked.  

View 2 Replies


ADVERTISEMENT

AutoCAD Architecture :: Unable To Edit In Viewport (layout Tabs)

Oct 2, 2012

We have an intern that has somehow made it impossible for her to edit inside viewports(switching to model space) on her layouts. None of us has seen this before and do not know how to reverse what she has done.  This happens with any drawing she opens.  She can edit when in the model space tab, but when she goes to one of the layout tabs and double clicks on the viewport she cannot edit.  The viewports are not locked. 

We have had several people look at it and cannot find what command or setting she changed.  She does not have admin rights so I do not think she could have run a script.  She is not familiar with AutoCAD Architecture, her experience has been limited to Revit. 

View 5 Replies View Related

3ds Max :: Unable To Edit Vertices In Edit Poly Mode

Apr 2, 2012

I was trying to play around with the software to get to know it, and... well, I think I made something weird in it. Everything was flowing nicely when I was following the tutorial about Editing Objects: I created a box, I selected that edit poly option from the modify tab and I could edit vertices totally nicely.

But then, I really don't know what happened, but, I don't know exactly when, I suddenly could not move the vertices AT ALL. They are pretty visible, but when I select them, they turn red and the axis are not editable! I'm so confused! I can edit the axis very normally if I'm using an option like Select and Move but... With the edit poly thing I just cannot! I tried everything I thought of: Made a new box, restarted the program, restarted the PC! But NOTHING worked.

EDIT: It took me almost an hour to figure out I wasn’t selecting the Select and Move tool!

View 3 Replies View Related

AutoCAD Architecture :: Add Custom Railing

Jul 25, 2011

I've made a Stainless Steel Glass balustrade.

How do i add this to my Railings cataloge in CAD. I want it to be same as other railings in CATALOG.

I've posted a video on youtube (pleae click on full screen for better view).

[URL]....

i've also been to here but it doesnt make sence at all

[URL]....

View 2 Replies View Related

AutoCAD LT :: Get Pallets Set Up In 09 Into 2013?

Dec 10, 2012

How can I get the pallets I set up in AC lt 09 into 2013?

View 1 Replies View Related

AutoCAD Architecture :: DWG To PDF Custom Paper Size?

Aug 7, 2007

Is there an error in DWG to PDF? When I make a custom paper size A4 with size 210x297 and 0 margins, the pdf comes out wrong, see attached pdf.

I'm plotting extends, center the plot and fit to paper in modelspace. Preview displays correct. This was not an issue in ADT 2007.

View 4 Replies View Related

AutoCAD Architecture :: Lost Custom Toolbar?

May 9, 2012

How can i get my custom toolbar back ?

View 4 Replies View Related

AutoCAD Architecture :: Custom Window Styles

Jan 31, 2013

I tried to load/insert a specific window style through use of the design palette but couldn't find the right type within the generic window styles that came with the software. I needed an 8 Blade x 150 glass Louvre Blades Window with a few standard openings currently used in our industry. In fact I needed to design several standards of these which I did but saved them as blocks with the dwg extensions.

In fact I really desire a way to design one that would be possible to be integrated into the styles drawing in the default location (C:/Program Data/Autodesk/ACA 2013/enu/Styles/Metric/Window Styles (Metric).dwg.

I understand that these default styles can easily be loaded into design palettes, entered into constructed walls and modified to certain specs in the appropriate dialogue boxes.

View 1 Replies View Related

AutoCAD Architecture :: Custom Door Tags

Aug 19, 2013

We do residential design, our doors and windows need to read 3068 and 3050 etc. I have tried everything but I cannot simply get it to work.....This is what I have done:

*Insterted a door tag from AA2014
*I exploded the tag twice and deleted the circle around the text
*Renamed the nested block and edited to include "OORSIZE"
*Went to style manager/the plan/Doc Objects/Door styles/definition/ changed it to read "STD Door Description"...

see attached file.

View 9 Replies View Related

AutoCad :: All Of Pallets In Ribbon Are Funky

Nov 16, 2012

i downloaded this version of cad and before i had only worked with the 2007 version at school and its very different. But what i need is a cool ribbon so i can work but for some bizarre reason all of my pallets in my ribbon is completely weird and funky and the cad came like this

[URL]

View 5 Replies View Related

AutoCAD Architecture :: Custom Hatch Patterns Using Blocks?

Mar 15, 2011

I've not done custom hatch patterns in the past, but I'd like to create a custom hatch pattern using a block I have.  Is there an easy way to do this?

Would like to make a 8" CMU (section) hatch pattern, as an example, to use in automated sections that I generate.

Pretty easy to see where I'm headed w/ this.

Any easy conversion tool or the ability to explode the block, select everything for a hatch pattern and click "OK".

Likely there isn't, but it never hurts to ask when starting out.

View 1 Replies View Related

AutoCAD Architecture :: Modifying Custom Structural Member

Apr 5, 2012

I had created a structural member using the structural member wizard. I used many instances of the member in my drawing. However, the thickness of the member needs to be modified. Is there a method to modify the existing custom structural member without creating a new custom structural member?

View 2 Replies View Related

AutoCAD Architecture :: Creating Custom Reference Keynote?

Jul 15, 2011

I have not had any luck finding support on Auto Cad Architectures Keynoting w/ data base.

The issues I can't seem to resolve are: formatting the reference legend and saviing the format so I can re-use it in all my drawings creating a custom reference keynote?

View 1 Replies View Related

AutoCAD Architecture :: Transfer Custom Toolbars From One Machine To New One

Sep 30, 2012

We have a new MEP engineer starting and we purchased  MEP 2013.

He has some custom toolbars in ACA 2011 and would like to transfer them from one machine to the new machine.

How do I do that?  Can I use the CUI dialog box to transfer it?

View 3 Replies View Related

AutoCAD .NET :: Unable To Get Custom Property Value

Sep 18, 2013

I am using AutoCAD 2014 and VB.NET 2010.  I am trying to get the value of a custom property and cannot seem to do so.

The old command I used for AutoCAD 2010 was:

ThisDrawing.SummaryInfo.GetCustomByKey(strParameter, strValue)

But this does not work anymore. So I created this sub but it does not seem to work either. 

Public

Sub subFindCustomParam(ByVal strUserParameter AsString)    
Dim infoDB AsDatabase =Application.DocumentManager.MdiActiveDocument.Database
Dim infoBuilder AsDatabaseSummaryInfoBuilder = NewDatabaseSummaryInfoBuilder(infoDB.SummaryInfo)       
[code]........  

View 1 Replies View Related

AutoCad :: How To Know About Blocks Which Are Predefined In Tool Pallets

Feb 6, 2012

I wanted to know about Blocks which are predefined in tool pallets.If I want to change height of door in section drawing (aluminium door) as 2.1 m how can I change it.

I used block editor but it changes by scale factor not exactly 2.1.How can I change it to 2.1 m?

Also I wanted to now how to make tiles in hatch for drawing in section as it is not predefined in hatch.How can I make it?

View 9 Replies View Related

AutoCAD Architecture :: Using Wildcards To Edit Text

Aug 24, 2012

How to use wildcards to aid in replacing text.  i have a series of drawings with a few hundred door tags that I need to add an alpha character to the end.  I'm on ACA 2008.

example - change door number 1200 to 1200A, 1203 to 1203A, etc.

View 2 Replies View Related

AutoCAD Architecture :: PLine Edit Using Grips

Feb 25, 2010

Is there a way to add/remove vertices from polylines using the grips method similar to editing hatch boundaries? I know of "Pedit" and "edit vertex" then "add vertex" but this seems like too many steps after working with hatch boundaries.

View 2 Replies View Related

AutoCAD Architecture :: Edit In View Crash

Dec 10, 2010

I was using the 'Isolate Objects in Plan' on my Model when I experienced a fatal error, and my system went down. So I went to my latest Autosave and opened it back up, only lost 5 minutes at the most. No, big deal, right?

But now I have objects missing, and when I go to save it says...

..."Save command is not allowed when edit in view session is active"...

It must still be in Edit in view, the only problem is that the small dialog box which takes me out of edit in view is missing. So, how am I supposed to exit this session? I have nothing active in the ribbon, nothing in the tabs a the bottom of the screen.

View 3 Replies View Related

AutoCAD Architecture :: Make Custom Palette For Structural Members?

Oct 21, 2011

I am trying to make a custom palette for structural members. "Then, temporarily deactivate the link and change the dimension properties of the tool to 4 x 4 x 4 meters. Next, copy the tool back to the Content Browser. The Content Browser catalog is updated with the new tool properties. Finally, reactivate the link from the Content Browser tool to the AutoCAD Architecture palette."

View 5 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 :: Create New Custom Tab Panels In Ribbon 2011

Oct 15, 2011

send me a link to tutorial to create a new cutom tab panels in a ribbon 2011

View 1 Replies View Related

AutoCAD Architecture :: Custom Door Tag Constraint Rotating Upside Down?

Sep 26, 2013

I created a custom door tag I have been using for several years now based on the standard size description (3068). I have always had the constraint set to object so it will be read at 0 or 90 degrees. I am now using ACA2014 and now it puts the tag in at 0, 90, 180 and 270 degrees. how to correct it back so the text is not upside down? I could always set it to zero but I don't like the look.

View 2 Replies View Related

AutoCAD 2010 :: Color Field In Pallets Is Grayed Out

Nov 10, 2012

I am trying to change an objects (a line) color in either quick properties or full properties and the color field is grayed out so I can't change the color.

View 5 Replies View Related

AutoCAD Architecture :: Edit Block In Place Error

Dec 12, 2011

When I try edit block in place this error occurred:

Errors found in references to other objects:

Object reference missing: AcDbXrecord, to AcDbBlockTableRecord

Cancel

View 2 Replies View Related

AutoCAD Architecture :: 2D Elevation Objects Edit Linework

Nov 14, 2013

ACA 2011

So, I extract elevations from my model. No prob. Works perfectly. I then often edit linework to change some linework colors...works fine. However, What if I want to change/edit a Hatch? When I click on 'Edit Linework', the hatch automatically turns off to allow me to edit the linework... Can one edit the Hatching?

View 4 Replies View Related

AutoCAD Architecture :: Globally Edit Lineweights Of Certain Components?

Nov 7, 2011

Is there any easy way to globally edit lineweights of certain components?  Several of the components look fantastic at one scale and terrible at another.  Some we just need to lighten but I cannot find where to edit them.  I can always (of course) edit the block once it is inserted or edit layers in each drawing but would prefer a more permanent solution.

View 1 Replies View Related

AutoCAD Architecture :: Cannot Edit Project Properties 2014 On W8

Nov 18, 2013

I am running Architecture 2014 (PrDS-U) on a Windows8 Pro N.

In Architecture I am a frequent user of the Project Navigator.

After moving to W8, I find that I can not edit Project properties, neither from Project Browser nor the Navigator.

The project resides on my local C:VCC and the folder is being shared on my network. It is not write protected. Everyone has full access.

Others who are connected to the share can edit the project, they are running Windows 7. I cannot.

View 3 Replies View Related

AutoCAD Architecture :: Edit Xref In Place Run Time

May 10, 2012

I'm getting very long run times to edit x refs in place. Once the exref drawing opens,  sometimes after 2 or three minutes, and I make my edit, It can take ten minuted to close the xref.

Drawing are clean, purged, -purged, recovered audited.  Computer is new workstation and dedicated to CAD only. Very little opportunity for corrupted files.

View 3 Replies View Related

AutoCAD Architecture :: Edit Attributes In Numerical Order?

Sep 13, 2013

in 2000 I was able to discover a command that allowed you to renumber a large selection of blocks in order. I have been searching for that command again every time I need to renumber a floor plan due to the addition of new spaces. What this command was and if it is still available in 2010?  It would save a ton of time!

View 2 Replies View Related

AutoCAD Architecture :: How To Edit Propertyset Data Though XRef

Aug 14, 2013

The way it looks I should be able to edit the propertyset data though an XRef... but all the properties are grayed out. I thought it was because I also had the XRef open... so I closed it. Still the same result.

The discription says "Edit property set data in the current drawing or through external references.  Add or Remove property sets."

Am I not understanding the tool - or what?

View 1 Replies View Related







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