AutoCAD Civil 3D :: Updating Sheet Set Custom Properties
Dec 2, 2013
I have a set of drawings with a large number of sheets. I need to do a mass edit of the properties for each sheet (for example update the revision number, date, checked/design/approved/drafting initials, description). The updated properties are largely similiar.
Is it necessary to update each sheet's custom properties individually, or is there an easier method?
View 2 Replies
ADVERTISEMENT
Jan 3, 2013
Is there a way to include custom sheet properties in the sheet list table?
AutoCAD Civil 3D 2012 (Primary),
Dell Percision T3500: MS Windows 7 64-bit SP1;
Intel Xeon CPU W3505 @ 2.53GHz, 12.00 GB RAM, NVIDIA Quadro 600
View 4 Replies
View Related
Sep 6, 2012
It took me a long time & effort to add all 190 custom sheet set properties (Our Frame/template is complex). When i found out that I could not re-order the sheet set custom properties I was really pleased.
My problem;
I'm trying to add a FIELD with some of the sheet set custom properties. Why are the field not seing ANY of the 190 properties I added to my sheet set? see picture
I really love all of thoses fancy new feature Autodesk add year after year, I mean, you know, NURBS modeling & stuff... Trully great work Autodesk!
View 6 Replies
View Related
Nov 7, 2013
I have a SSM set up with both Sheet Custom Properties and Sheet Set Custom Properties.
When I start a new project, i can populate both areas of the main SSM. I'll create my sheets and have them self populated by the "root" SSM settings (if you will)well now, lets say i need to change the date of the sheets from the past.. to the future submittal date. I set it in the "Sheet Custom Properties" in the "root" SSM and then I have to go to each sheet; right click --> Properties each sheet and change the custom properties.
Basically, is there a way to have the sheets (after created) to automatically update to the new date?
View 1 Replies
View Related
Aug 9, 2013
How can I stack text in a custom sheet set property without editing custom properties and adding another line. The clients name is much longer than normal.
View 1 Replies
View Related
May 15, 2012
Now that I have all my custom properties set up I can't seem to update the custom ones that I made. The custom properties I have added do not seem to work when I update them the through the Sheet Set Manger properties.
View 5 Replies
View Related
Aug 7, 2012
Is it possible to use a custom properties within part builder to calculate pipe sizes?
Within part builder I have created a new parametric part under the rectangular pipe chapter.
This new parametric will represent a electrical conduit ductbank that will vary in size depending on the number of conduits in the ductbank. For example a 2 x 3 ductbank would have 2 columns and 3 rows of a 3" conduit. So the width and height of the rectangualr duct bank would be calculated this configuration. I will have up to 12 rows and coluimns in a single ductbank, so I might have a 10x10, 3x12, 12x 1, etc.
I have a custom pipes catalog and within the AeccPartParamCfg.xml I have created 2 custom propertes named ROWS & COLUMNS.
My question is can this custom property be used to calculate the the height & width on the rectangular pipe within part builder? Once I draw my pipe I would like the ability to edit ROWS & COLUMNS within the Pipes Properties to change its size. is this possible? See image below.
View 3 Replies
View Related
Sep 6, 2012
Has used ssmpropeditor with civil3d 2012. I see that it's approved for 2013 on the autodesk exchange sever, but no mention of how it works with 2012. We are looking at using this to make SSM more user friendly to manage our keynotes and general notes as custom properties in the SSM. We already use SSM to plot large jobs, populate title blocks and when notes reference other sheets.
View 1 Replies
View Related
Sep 25, 2013
I am trying to create a sheet set with sheet set properties for title blocks but every time I close sheet set manage I lose the properties I typed in .
View 1 Replies
View Related
Sep 20, 2013
I have an older drawing with an outdated sheet format. I'm wanting to update to a new custom sheet format without having to redimension and recreate views. Is it possible to just update the sheet format?
View 1 Replies
View Related
Oct 29, 2012
I'm trying to set up a title block template that will be used between several different sheet sets. I have entered the custom properties, then when I go to the title block and try to insert the fields with current sheet set custom the drop down box is empty and then when I try to type in the custom property name the link still does not function. Is there some trick that I'm missing, or is this function broken on AutoCad 2013?
View 6 Replies
View Related
Jan 9, 2014
We have changed the color, line weight and description of specific layers. We used to use Layer state to update the layers, now we use the design center.
Changes made in Example 1. Example 2 has the wrong layers - so Design center is open, layers from Example 1 are dragged and dropped into Example 2.
Layers still wrong.
Example1.dwg
This is the Example 1.
View 0 Replies
View Related
Feb 14, 2012
I am trying, to make a data extraction with Link External data with linking to a excel sheet. Everything works fine, with the data extraction.
Then I try using upload to source/download to source update, but end up with this msg. every time:
1 object(s) found.
1 data link(s) do not allow their data to be written out.
0 data link(s) written out successfully.
I have tried when it said, successful all the way, but nothing have happen in the excel sheet at that time.
What I am trying to do, is make it automatic or manual update in the attributes in the drawing. If I change something in my excel sheet and ofc. the other way around to if possible.
View 9 Replies
View Related
Jun 4, 2013
Currently we have about 30 sheets where we xref the same construction note and legend. The client is asking us to remove notes that don't apply to each sheet. For example, sheet 1 will not need note 2, 6, 10, 11. Sheet 2 will not need 3, 5, 10, and 11, etc.
Same goes for the legend- they don't want to see something if it does not apply to the sheet.
Other than bringing in those notes and legend into each sheet and modifiying it, I can't think of another way to do this. Previously, if I needed to change the wording of note 4, I change it once and I'm done. If I need to change anything now, I will need to open up 20 sheets.
Also, they want to remove the note completely, and not just cover up the note with "Not used this sheet."
View 9 Replies
View Related
Sep 5, 2013
updating the source of a custom table in a drawing. I wrote a design copy rule that takes a template "module" and saves all the files off into the customer's project folder. This latest module has an orientation chart that details the location of key features and is displayed on the drawing. We're driving the chart using an external excel file. I can get the reference in the assembly to update with no problem by just telling the driving rule to look for an excel with matching project and assembly numbers in the same folder as the assembly.
However, when I try and update the reference in the drawing, I can get the "3rd Party" link to change, but it doesn't change the actual link in the table. Here's a pic of the tree and my part of the current code. How can I make it update the actual link?
TryDim oSht As Sheet = oDwgDoc.Sheets.Item(1)Dim oChart As CustomTable = oSht.CustomTables.Item(1) MsgBox(oChart.Title)Dim oChartDesc As FileDescriptor = oChart.ReferencedDocumentDescriptorchartDocName = oDwgDoc.ReferencedDocumentDescriptors.Item(1).FullDocumentNameIf chartDocName.Contains("OrientationChart") ThenMsgBox("The dude contains")End If orientChartName = Left(iProperties.Value("Custom", "OldName"),
[code]....
View 1 Replies
View Related
Jul 4, 2011
So I am Loving the use of Attout and Attin for updating block attributes from a spread sheet...Currently I am producing drawings with names on desks. I have created a block with the attributes of Name and desk.
I am currently updating the drawings blocks so that I can input an excel spreadsheet with over 1500 names into the drawing using Attin (changed the .xls to .txt and roberts your mothers brother)
Unfortunately the spreadsheets I have been given have the name as one field. i.e name: Joe Bloggs, Ideally I would have the information as First Name: Joe last name: Bloggs and create two associated attributes which would enable a nicely displayed block..
is there any way that I can format the block so that the attribute displays as a multi line..e.g.
Joe
Bloggs
not
Joe Bloggs.
I know I can go into each attribute (although trying to remember that command "A something Edit" I think) and edit it like a piece of txt. I would rather not have to go and do that if there is another work around..
View 3 Replies
View Related
Nov 21, 2011
In fact, some of the things I've found online refer that you cannot automatically replace entire Titleblock Templates for existing Sheets in the Sheet Set Manager. So, here's my question:
Can you replace all existing Sheets in a Sheet Set with an entirely new Template file automatically, without opening each Sheet and re-inserting the Title block?
Example:
Let's say I have a Sheet Set. Inside the Sheet Set, I already have 20 sheets created. I then realize that my Template file is missing our company logo. I then have to open the Template file and insert my company logo. Well, this works for all newly created sheets from that point forward, but how can I get this change to automatically populate in the existing 20 Sheets that are already in the Sheet Set?
View 9 Replies
View Related
Mar 26, 2013
When inserting a Content Center part into an assembly as a custom part instead of as a standard one, then opening and modifying the part, the thumbnail for the new file is not updating to show the modifications. In this particular instance: a pipe blind flange with an off-center hole drilled through the face. The thumbnail still shows as the original (and fairly pixelated) CC blind flange. forcing the thumbnail to update?
View 4 Replies
View Related
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
Sep 10, 2013
For the last couple weeks I've been unable to view object properties or quick properties. If I right click on an object and select quick properties, a blank window comes up:
Similarly, if I bring up a properties window and select an object, the selection field remains blank and the object property fields are not populated with information relating to the selected object:
View 2 Replies
View Related
Nov 19, 2012
I'm using Inventor 2011 and when I go to change parameters using iLogic in an assembly model, (sometimes it is a component suppression, other times it is an iPart component change) it won't update the associated drawing file. I need to go into the BOM on the drawing and renumber the balloons, or change something else in order for the custom iProperties to update in the drawing template. If I just change the iPart component, then the BOM doesn't need to update making the renumbering of balloons redundant.
I'm using iLogic to update all of the iProperties and component references, then reattach balloons. What I would like to do is automatically update the custom iProperties drawing template fields, and renumber the drawing BOM.
View 2 Replies
View Related
Jan 21, 2013
I am able to access(list & modify) custom sheet properties within a sheet set via .GetCustomPropertyBag. How are the OOTB sheet properties accessed?
View 6 Replies
View Related
Feb 21, 2012
I’m currently in the process of creating new tool palettes and all the components blocks I’m storing, I know the weights of, is there a way to add a custom field in the properties box say the weight for example, so I know how much something will weigh by clicking on its properties .
View 8 Replies
View Related
Jan 3, 2013
I'm pretty sure there's a way to do this but I am not sure on what code to use. I would like to have the "number" field on my title block template always get the "part number" attribute from the first base view (or first part/assembly) on sheet 1. This will be regardless of what sheet I am using the title block on. I could even store it as a custom property or something as I won't ever have two different part numbers in one drawing.
To clarify on that, we may have a welded assembly that has one single part number, but as I'm designing it, I just add a -1, -2, etc. to the end of the part number for each component being made. In the end when they're all welded together, it's one part number. Since no one else needs to see my -1, -2 etc, I'd like it to pull the part number from the assembly on sheet 1 for every sheet.
View 2 Replies
View Related
Feb 16, 2012
I have two problems. I want to change the text size, font, and color to be consistent with my office standards. However I can not find where the Sheet List Style is stored or edited. Which brings me to the second issue, the HELP in Exchange is bogus. Like MANY of the help entries, it refers to incorrectly named or non existent features and commands. In this case it says to "Select the sheet list in the drawing, right-click, and click Edit Sheet List Table Settings." which would be fine, except there is no option in the right click menu named "Edit Sheet List Table Settings".
Clicking on the Manage tab on the ribbon and selecting style Manager, the selecting Documentation objects, then schedule table styles, yeilds...nothing. How can I edit something that has no options?
Hiding the style manager so that all you get when you click on help is a ding that tells you there is a command open, but does not bring the command window to the fore.
View 2 Replies
View Related
Apr 2, 2013
I am writing a program acts on the current drawing by using data in the SSM. If the current drawing is found to be a member of a sheet set (using sysvar SSFOUND) it cycles through all the sheet in the sheet set looking for a sheet entry that matches. Sometimes a match is not found because the layout name in the SSM does not match the layout name in the current tab (sysvar CTAB). Is there a more directly way...and one that works? I just need a reliable way to get the AcSmSheet object the correlates to the current drawing.
View 5 Replies
View Related
Jan 17, 2014
I have a big custom swatch library that I'm continually making additions and corrections to. I have it set as persistent, and the library works fine, but it doesn't update when I make changes to it. As far as I can tell, it's still stuck at the point where I upgraded to CC a few months ago. I've tried unchecking persistent, closing the library and Illustrator, then reopening and reinstalling the library, and it's still reverting to the old version.
View 2 Replies
View Related
Aug 7, 2012
I saw that I can add Fields or store data in dictionaty, but those data are not showed in Properties Windows.
In not Acad-application (but .net application) I can create property description and add "virtual" properties with the use of designer. In Aced it doesn't work.
Is it possible to add custom properties from .NET?
View 4 Replies
View Related
Dec 30, 2011
In Solidworks they had something called custom properties that were generally setup in the models where you had the property names and then values would be filled in to automatically populate drawing titleblocks. I found this, but I can't get the drawing description to keep changes and update the drawing.
View 9 Replies
View Related
Dec 21, 2011
I have been programming our document and version control values into the sheet set object, as a result the custom property list per drawing is getting a little large and is becoming a bit hard to manage. There are now properties with values that are no longer needed. Is there a way to delete or clear or maybe reset the customproperty bag per sheetset object / sheet object?
I have been playing around with code that looks like this:
Private Sub DeleteCustomProperties(ByRef myItem As IAcSmPersist, Optional ByVal Lock As Boolean = True) ''Throw New NotImplementedException Dim myDB As AcSmDatabase = myItem.GetDatabase Try Select Case myItem.GetTypeName Case "AcSmSheetSet" If True Then Dim mySheetset As AcSmSheetSet = myItem mySheetset.GetCustomPropertyBag.Clear() End If Exit Select Case "AcSmSheet" If True Then Dim mySheet As AcSmSheet = myItem mySheet.GetCustomPropertyBag.Clear() End If Exit Select End Select Catch ex As Exception End Try End Sub
but when i get to "set" the new custom properties (which works normaly when updating a custom property or adding a custom property to a custom propertybag that I have not "cleared"), I am getting a object not set to an instance error...
Do I have to "recreate" the custom propertybag with the InitNew(ByVal pOwner as IAcSmPersist).
View 1 Replies
View Related
Aug 13, 2013
Is there any (non programming) solution where I can add custom data/properties to objects in plain AutoCAD?
(I know I can in Civil 3D though, using Notes/Extended Properties etc etc)
We want to allow users to add their own unique ID to all their drawn objects, and we don't want to use Entity Handle as that is not anything we can choose ;-)
We're using that ID to connect other datasources (ODBC) to Navisworks and we would like it to work even from AutoCAD, even though we have Civil 3D inhouse.
using plain AutoCAD straight out of the box?
View 9 Replies
View Related