Revit :: Modify Properties Palette?

Jul 26, 2013

can we modify the properties palatte to show fewer (or no) "most recently used types" when insterting or changing items (...families?)?

View 1 Replies


ADVERTISEMENT

Revit :: Properties Palette Has Changed

Jan 30, 2014

When I open a project or family file (new or old) the properties palette is not the one I am used to seeing. Usually one can view sheets, 3D views, and elevations in a project file and (while I have located some of these options in the tool bar) they are not located conveniently on the properties palette as usual. When I open a family file, I can usually go to different elevations and create extrusions/model from different views. There is currently no option for viewing different elevations and when I go to toggle in a 3D view I can't go back to the reference plan (the only view I can model in). Attached are images of what I currently see as my properties palette. If there is a way to get the normal one back,

View 2 Replies View Related

Revit :: How To Show Information On Properties Palette Under Dimensions

Jul 25, 2013

Is there any way to turn on the information ,which can be obtained from schedules, on properties palette? For example, the length for the structural columns can be seen on the schedule created. However, it is not seen on the properties palette. How can I show that information on properties palette under dimensions?

View 1 Replies View Related

AutoCAD .NET :: Adding Properties Palette To Custom Made Palette Set

Feb 2, 2012

Is it possible to add the Properties Palette to a custom made palette set in .NET? And how to do this?

View 3 Replies View Related

AutoCAD Civil 3D :: Properties Palette Started Only Showing Current Properties For The Drawing

May 22, 2013

the properties palette started only showing the current properites for the drawing and not the properties  of the entity selected. what causes this i am using autocad civil 3d 2013.

View 9 Replies View Related

AutoCAD Architecture :: Properties Palette Not Wide Enough / Can't Read Actual Properties

Feb 13, 2013

Somehow the Properties Palette has gotten less wide- such that I can't read teh actual properties.  Previously I was able to make it wider just by hovering over it, clicking on an arrow and dragging it wider.  Not now. 

View 1 Replies View Related

AutoCAD Architecture :: Properties Palette In 2014 Shows Only Current Settings Of General Properties

Aug 13, 2013

It's not just the layer that isn't being displayed in the Properties Palette.    My 2014 Properties Palette isn't contextual--displays only the general info--none of the object specific information. 

View 2 Replies View Related

AutoCAD Architecture :: Properties For AEC Objects Not Displaying In Properties Palette?

Jan 16, 2012

A user showed me today that she cannot see any properties for a wall, door, or other AEC object in the Properties palette.

Some options like height, width, etc. are shown, but not layer, style, etc. from the General portion of the Basic tab.

Is this going to be a reinstall scenario or is there a fix for this?

View 9 Replies View Related

AutoCAD LT :: Many Perimeters For Dimension Properties Not Showing In Properties Palette

Mar 8, 2013

I recently had to reinstall my AutoCAD LT 2008 and now when I open the properties palette to make adjustments to dimensions and fine tune, many peramiters that used to be visible are no longer there and accessible.  I used to be able to adjust the dimscale as needed in the properties window, but can't now.  How do I get it back?

View 7 Replies View Related

Illustrator :: Can't Add Neither Modify Brushes In Brush Palette

Nov 8, 2013

I just can't add neither modify brushes in the brush palette. The little pencil in the bottom right corner is barred and I can't figure how to free it.

View 6 Replies View Related

Photoshop :: Cannot Modify Properties Of TIF File

Feb 24, 2008

It seems that any picture saved in TIF format using Photoshop Elements 5.0 cannot later have the Summary section of its properties modified. I discovered this when trying to add comments to pictures after using Photoshop to modify them. Windows XP gives the following error message when you try to change anything in the Summary tab of the file's properties:

"Changes to Summary properties could not be saved; access has been denied.

The file may be marked read-only or may be in use by another application."

The file is not marked as read-only, and Photoshop is not open. Rebooting does not fix it. Even copying the file to another computer does not fix it. The error stays with the file. It should not be an issue with permissions, since I'm logged on as Administrator on both computers. It's not a problem with TIF files, since I can modify the Summary properties of TIF files that were created with other programs, for instance my scanner. And it doesn't happen with files saved by Photoshop in any format except TIF. Something Photoshop is doing when it saves a TIF file results in modification of the Summary properties being permanently disabled.

I'm scanning old family photos to digital format and use the lossless TIF format for the master copies, so using another format is not an option. But I want to be able to go back and add comments to the master copies as new facts about the people and places in the photos come to light. I can keep a separate text file for descriptions of the photos, of course, but that always runs the risk of the comments getting separated from the picture.

View 2 Replies View Related

AutoCAD .NET :: Modify Dynamic Block Properties Before Jig

Jun 3, 2013

Is there a way to modify the properties of a dynamic block after the insert and before a jig?

I've tried a quite a few things but here is some code as a starting point. The blocks are affected by the change but not in a good way. The blocks have several parametric constraints. I wonder if this is part of the problem.
 
<CommandMethod("TestEntityJigger7")> _ Public Shared Sub TestEntityJigger7_Method() Dim ed As Editor = Application.DocumentManager.MdiActiveDocument.Editor Dim db As Database = HostApplicationServices.WorkingDatabase Dim pr As PromptResult = ed.GetString(vbLf & "Block name:") If pr.Status = PromptStatus.OK Then Using tr As Transaction = db.TransactionManager.StartTransaction() Dim bt As BlockTable = TryCast(tr.GetObject(db.BlockTableId, OpenMode.ForRead), [code].........

View 8 Replies View Related

AutoDesk Smoke :: Modify Properties Of Multiple Gmask Geometries

Mar 14, 2013

I have more than 50 geometries in my Gmask module, now I want to change all color to 0. Select all geometry and change the value doesn't work. I know I can always invert it in the next node, but I just wonder if there's any button that I missed.

View 2 Replies View Related

AutoCad :: Change Overall Linetype Scale Using Modify Properties Dialogue Box

Apr 19, 2013

Quicker way to change the overall linetype scale than using the 'modify properties' dialogue box that comes with Autocad 2008? I've attached an image that specifically shows what I am trying to change, but I get tired of always having to scroll down in the box to find this variable. I would love to have something simple like the old DDCHPROP dialogue box (see smaller image). LISP routine or something where I click on the toolbar button, and simply change the overall scale without having to navigate through the native one?

2013-04-19_114756.jpg2013-04-19_114732.jpg

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Modify Properties On Multiple Drawings

Nov 6, 2012

Any lisp routine on how to change "Drawing Properties" (fields via Mtext) on multiple single drawing files?

There are several instances where we would need to take a project to create another one and simply change the title block description.

As of now, we are opening each drawing (there could be hundreds) and modifiying the drawing properties on each drawing to change the customer name and other project descriptions.

These are not attributes, but fields. I've researched alot on here and couldnt find anything.

The drawing is attached.

View 3 Replies View Related

AutoCAD Inventor :: Modify Properties Of Existing Materials Without Changing Material Name

Dec 8, 2011

how Inventor Materials are used in your companies, what is your customization level and usage level.Do you use Inventor Materials as they come out of the box ?Do you create your own materials?

Do you modify the properties of existing Inventor materials without changing the material name?Do you show material names on 2D drawings (in parts list etc)?

View 7 Replies View Related

AutoCAD Map 3D :: Properties Palette Has Disappeared?

May 31, 2012

Installed Map 3D 2013 this week. Have been using it with no problems for a few days. 

I occasionally turn the properties palette on/off.  Now I cannot get it to appear at all.

View 3 Replies View Related

AutoCAD Map 3D :: Text Properties In Palette

Sep 10, 2013

I'm working in AutoCAD Map 3D 2014, just upgraded in fact.  I'm working with older drawings that had their text added by a trained chimp in simple text (Command: TEXT as near as I can figure).  In updating these specification drawings, I'm making fonts the same size, updating material lists, correcting typos and just generally wiping off the banana chunks and drool.

Unfortunately, the properties palette no longer populates with all the text info like it did back in my 2010 version.  In fact, the displayed values won't actually change when I select ANYTHING.  Except it does go blank if I select something and then hit Ctrl 1 to get the palette.

I've hunted through Customize Palettes and Options under the Tools Menu (Map Classic workspace customized).

View 2 Replies View Related

AutoCAD .NET :: Responding To The Properties Palette

Nov 7, 2011

I am writing in the process of writing a AutoCAD/Civil3D plug-in (in VB.Net) product that needs current detects all of the updates (modified, erased , Unmodified, etc) on my own Entities and then only act on these once. So to this end I am maintaining a list of the affect entities and then processing the 'queue' on Document.CommandEnded.

This worked perfectly for me until I realized that the Properties Palette (and probably others) do not actually perform a command so the command end event is never caught. Obviously the queue will be processed on the next command but it looks sloppy that my data is not updated straight away.

I have seen various blog posts and a similar post on here that suggest using DocumentManager.DocumentLockModeWillChange or Editor.EnteringQuiescentState as the event to detect the end of the edit. However I am finding that no matter which of there I use I am unable to apply my Document Lock and this leads to Access Violations no matter what checks I do passed on the EventArgs.

I believe I have all the right Document locks in place, all in Using Statements so they should be disposed of correctly.

View 9 Replies View Related

AutoCAD Civil 3D :: Add / Remove Tab To Properties Palette

Jul 22, 2013

How can you remove or add a tab to the properties palette? I somehow have an extra Display tab on my properties palette and I can't find a way to remove it.

View 1 Replies View Related

AutoCAD VB :: Extended Data In Properties Palette

Mar 20, 2012

Possible to add custom fields to an AutoCAD object and be able to view those fields and contens in the extended data tab on the properties palette?

If it's not possible with VBA is it possible with .NET?

View 1 Replies View Related

AutoCAD Civil 3D :: Properties Palette Tabs?

Apr 1, 2012

Question of curiosity.  The Properties Palette in C3D 2012 has four tabs:  Design, Display, Extended Data, and Object Class.  The Design tab obviously has a lot of valuable information and allows you to edit and manipulate entities within the program.  But do the other tabs really have much value? 

OK, it seems that there may be times when the Extended Data tab is of use as you can associate hyperlinks, notes, and documents with an drawing object; so I can buy into that.  Are there folks finding those features to be useful?  

Now I don't know about the Display and Object Class tabs.  Whenever I select an item, and happen to check these tabs out, there just doesn't seem to be any useful information.  Perhaps I am not selecting the right types of objects.  If they are not listing any valuable information, why are they so prominent instead of being buried deep somewhere.  Any insight into the usefulness of the two tabs?,

View 6 Replies View Related

AutoCAD Architecture :: Properties Palette Not Available When Roll Over It

Jun 29, 2011

AutoCAD Architecture 2009 - Something new started today!!! Working in either design or construction workspace the Properties tool bar will not operate.  When I select an object and roll over to the Properties Pallette it simply starts to blink and does not open.  Also, the Quick Properties panel will not open.  Background, the new file I am working on was last saved on my laptop and transfered via a thumb drive.  I have done this often with out a problem.  However, the laptop is a new one with Windows 7 and my desktop has Windows XP. 

View 1 Replies View Related

AutoCAD Architecture :: Properties Window / Floating Palette

Nov 7, 2011

I'm having a problem with my properties window or floating palette. When I select an object, such as a "line", my properties palette refreshes itself for about 3 seconds. When I hit esc, or deselect the line, it takes another 3 seconds to refresh itself. You can even see the properties palette start at the top and go blank as it travels downward.  Very slow process, I can not get anything done. IF I close my properties palette, it does not have the delay, but I can not work without it. When I reboot, it works fine for about 5-6 selections, then jams back up.

ACA 2012 sp1 with Win 7 Pro 64bit sp1
Intel i7 hex 3.0
16 gb ram
Nvidia Quadro 4000

View 9 Replies View Related

AutoCAD Architecture :: Display No Selection In Properties Palette

Oct 27, 2010

i got one problem with properties palette. that is when i select line in the drawing, it display no selection in the properties palette. but display other objects except lines.

View 5 Replies View Related

AutoCAD .NET :: Update Layer Properties Manager Palette

Oct 17, 2011

I've created a VB.NET routine to update blocks, layers and layer filters from a source drawing.

After updating filters and when the command is finished (dialog closed), the Layer Properties Manager palette MAY not update to show the new set of filters although visually you can see that it does appear to refresh itself.

Whether it updates seems to depend on which filter is active and which filters are added.For example, I have properties filters A, B, C, D and E, and B and E have subfilters B1-B8 and E1-E9.

If Filter E3 is removed as a test and the parent filter E is active, when the command is done, E3 should appear back in the list, but it does not show until the palette is closed and reopened. If filter B is active, then the list will refresh and E3 will show immediatlely after the command exits.

I have added a dialog to my routine to inform the user they may have to close the palette and reopen to get the proper display.

I have tried Editor.UpdateScreen() but that does not work.

View 2 Replies View Related

AutoCAD 2010 :: Slow Picking And Properties Palette?

Aug 4, 2010

What setting would cause a huge, well about 5-second, delay when any entity is selected without a command active and only with the Properties Palette on-screen but autohidden? If command is given first, verb-noun, no hesitation after selecting at Select Objects: prompt. But, selecting any entity first, noun-verb, causes the 5-second delay before the mouse is again active. Very annoying. Closing the Properties Palette completely seems to cure the delay problem, but at a different cost in editing time.  The workstation is running WinXP Pro with 4 gigs of ram.

View 9 Replies View Related

AutoCAD Civil 3D :: Layer Properties Manager Palette Won't Appear

Jun 4, 2013

One of my CAD techs is having an issue with the Layer Properties Manager Palette.  When she opened AutoCAD, the palette was gone.  When she tried to bring it up with "LAYERPALETTE", she gets the "unknown command" message.  When she tried to bring it up using "LA" or "LAYER" or the button on the ribbon, she gets a bunch of options in the command line.

How can we get the Layer Properties Manager Palette back?

C3D 2013
Windows 7
64 bit

View 9 Replies View Related

AutoCAD 2013 :: Hidden Properties Palette Disappeared

Jun 12, 2012

I went to hide the properties palette and now it disappered. I type properties in the command line and right click on an object and select properties and nothing. No palette. What do I need to do to get the palette back?

View 4 Replies View Related

AutoCAD Architecture :: Properties Palette Docking In 2012?

Apr 20, 2012

I like to have all my palettes docked, however, the Properties Palette won't stay docked after closing and reopening AutoCAD.  Every time I open AutoCAD, the Properties Palette reverts to its undocked status (all other docked palettes stay put).  Is there any way to remedy this?  It's a pain to have to redock it every time I open the program.

View 3 Replies View Related

AutoCAD .NET :: Change Object Name In Overruled Objects In Properties Palette?

Sep 20, 2011

I have some blocks which were overruled. Now I would like in properties palettes show some thing else  instead of" block reference "  for those overruled objects. Is it possible ?

View 4 Replies View Related







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