AutoCAD .NET :: Sheet Stock List In PaperSpace

Nov 30, 2012

Dim acDoc As Document Dim acCurDb As Database Dim acBlkTbl As BlockTable Dim acBlkTblRec As BlockTableRecord Dim acText As DBText = New DBText() acDoc = Application.DocumentManager.MdiActiveDocument acCurDb = acDoc.Database Using acLckDoc As DocumentLock = acDoc.LockDocument Using acTrans As Transaction =
[code].......

I'm trying to fill out a sheet stock list in paperspace. What is the trick to get the new text object located in the proper place? When I run the attached code, the text always is located at 0,0,0. Is there an offset I need to apply?

View 5 Replies


ADVERTISEMENT

AutoCAD Inventor :: Stock Number For Different Sheet Metal Rules

May 9, 2013

I'm trying to come up with a way to automate the filling of the stock number field in the iproperties for different sheet metal rules.  Currenlty I have linked the name of the rule to the description field using the =<Sheet Metal Rule>. So using that varible is out. 

A quick solution was to make custom materials for all of the stock numbers and then link that to the sheet metal rule using the material box.  This will work except I need to show material name on the parts list. 

If only each sheet metal rule had its on iproperties, this would be so easy.

Can this be done with Ilogic? 

Forgot to add Inventor pro 2013

View 4 Replies View Related

AutoCAD 2010 :: Include Custom Sheet Properties In Sheet List Table?

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

AutoCAD 2010 :: Unable To Open Sheet List In Sheet Set Manager

Sep 6, 2012

I am not able to open Sheet list in Sheet Set Manager.......

View 3 Replies View Related

AutoCad :: PROS Changing Out Sheet Sets In Paperspace

Aug 31, 2011

I want to start printing some of this stuff I've created, I used a sheet set I downloaded from somewhere but now that I'm further down the road I want to change the layout, title blocks and such. What's the best way you pros would handled this. I know there's times when a customer of yours walks in and says we want to change how the sheet looks, they have new logos, title block request and other things they want changed, they also want to change the sheet size, how would you handle these things, I'm really interested in how you would change the sheet size in the middle of a project.

View 9 Replies View Related

Revit :: Adding Placeholder Sheet To Existing Sheet List?

Jul 24, 2012

Using Modify Sheet List Tab - Rows Panel - New. It will not add a new row to my Sheet List.

View 2 Replies View Related

AutoCAD Architecture :: Sheet List Insertion From Project Navigator To Architecture Sheet

Jun 15, 2011

Often when I attempt to insert a sheet list from the project navigator to a sheet, nothing happens.  The sheet index will not insert.   Why does this happen?  Better yet, how can I fix it?

View 2 Replies View Related

AutoCAD 2013 :: Sheet List Table

Jun 3, 2013

I am trying to solve a problem. My company uses AutoCAD 2013. We set up a sheet set manager template that has custom properties linked to fields in an attribute block. Now we want to finish configuring a sheet list table. The problem is that we cannot get the sheet list table to look the way we want it.

In the sheet list table we add the drawing number, the revision, and then three titles (all from left to right). The three titles come from three separate attributes in the title block. The titles say the discipline (electrical) then the system type, then the particular drawing itself. We want to figure out how if possible, to have these three separate attributes in the same sheet list table cell.

We tried to do a multi-line text, which did place all three titles into one table cell, but then had issues with the multi-line text placing the three different titles into position on the title block.

View 1 Replies View Related

AutoCad :: Spread Sheet List Coordinates X / Y / Z

Feb 1, 2012

When you extract information from attribute blocks to form a spreadsheet can you specify that the spreadsheet also lists the co-ordinates x,y, z for that block? For example, you have an attribute block with information regarding, station number, chine number. When I extract the information I would like to list the x, y co-ordinate point of the circle block .

View 2 Replies View Related

AutoCAD Architecture :: Insert Sheet List Table?

Aug 28, 2012

I am insert a sheet list table - Two Columns "Dwg #" and "Sheet Title" under the first category (building 1) each column works fine) then under category 2 (building 2) it gets the file name under the dwg #.

View 2 Replies View Related

AutoCAD Architecture :: Insert Sheet List Table?

Dec 21, 2011

From Project Navigator, I R-click the Project in the SHEET tab. This is not "lit up" to choose.

I am in my cover sheet, paper space, with 51 sheets in the set.

I tried to use the Sheet Set  Manager, but I have the same problem.

View 6 Replies View Related

AutoCAD 2010 :: Sheet List Table Won't Insert

Jun 26, 2012

We are experiencing a case where the sheet list table will not insert into a page. It works on all other jobs, but this one won't let a sheet list table insert into any page, by any body.

I even tried inserting a block of the table from another set and then updating - all the lines disappeared.

We have done about 200 jobs with these, without trouble and this is the one giving us problems now.

View 9 Replies View Related

AutoCAD Inventor :: Drawing Sheet In Parts List

Aug 22, 2012

Any way to make the drawing "sheet number", on which a "part" or "assembly" detail appears, show up in the "parts list"/"bom"?

I need to automate that information in order to prevent errors during revisions, and for company purposes.

IV 2010 Suite
Digital Storm PC:
EVGA & Intel components
Win 7 Pro 64 bit

View 7 Replies View Related

AutoCAD Architecture :: Changing Sheet List Properties

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

AutoCAD Inventor :: Export Parts List To CSV / Sheet Error

May 3, 2013

Inventor Professional 2012.like many companies we export our parts lists (in our case, .csv) for our MRP system. I borrowed and modified Curtis' ilogic code that I found in previous posts on these forums to fit our needs. The only thing I'm getting hung up on is the sheet in which the parts list is found.

Right now the code is pointing only to sheet 1 to find the parts list. Unfortunately some of our assembly drawings have many sheets and the parts list can be on any of them. So whenever I run the rule in a drawing that doesn't have the parts list on sheet 1 I get an error. Is there some way for Inventor to search all the sheets? or at the least search on the active sheet?
 
'name for .csv file
name = iProperties.Value("Project", "Part Number")
'path for .csv file
folderName = "L:CadLink"
Dim oDoc As Inventor.DrawingDocument
oDoc = ThisDoc.Document

[code]....

View 1 Replies View Related

AutoCAD 2010 :: Delete Sheet Sets From Recent List

Dec 17, 2013

I am in ACAD 2012 and want to delete sheet sets from my "recent" list.  Many of them are invalid now.  How can I do this?  I would expect it is a registry entry but I don't know where.

View 2 Replies View Related

AutoCAD Inventor :: How To Link To Another Drawing Sheet / Parts List

Feb 15, 2011

Let's say I have two independent drawings one with a single part and 1 with an assembly + parts list containing the single part.

So I would like to have an item note on the drawing sheet with the single part referring to the assy drawing, part number & Quantity for this item in the parts list.

View 5 Replies View Related

AutoCAD 2010 :: Sheet List - Drawing Revision Number

Jan 20, 2011

I am using the sheet list table to generate a table of contents. I add the "Drawing Revision Number" column to the table, but when it generates the list it does not include the field.

Is there any way to add the "Sheet Revision Number" instead since this is what property is actually adjusted in the sheet's properties? (i never change the "Drawing Revision Number")

OR is the solution to change the "Drawing Revision Number"? Where do I change this property at? Is this property applied to all sheets within a drawing?

View 2 Replies View Related

AutoCAD Inventor :: Create Customized TXT From Part List And Sheet - VBA

Feb 8, 2012

I need do a customized TXT file create with some data the Part List and some data from Sheet.

Our ERP software read this TXT and register the Assemby in our database.

The final TXT result must be like red lines below:

C 100000-GS-005  100000-GS-005  5 Conjunto placas                     CJ
E 100000-GS-005  100000-GS-056  01
E 100000-GS-005  100000-GS-055  01

The columns where each text starts must be column 1, column 3, column 18, column 33, column 71.

Letter "C" means that this line is an Assembly

Letter "E" means that is a part.

Number "5" in the first line not change.

The number "01" in the lines 2 and 3, means the quantity of each part on the assembly.

View 2 Replies View Related

AutoCAD 2013 :: Insert Sheet List Table Is Not Active?

Nov 6, 2013

“insert sheet list table” is not active, 

I couldn’t figure out in which cases the “insert sheet list table” (attached) gets not active.

This command is supposed to provide table of contents for the layouts specified in the set of sheets pane

Software: AutoCAD 2014, AutoCAD C3D, AutoCAD M3D, Revit
Windows 7 (Ultimate 64 bits),
Firefox 20.0,
Kaspersky 2013.

View 9 Replies View Related

AutoCAD 2010 :: Edit Date Format In Sheet List Table

Apr 4, 2013

I have a sheet list table setup and want to change the format for how the date shows up in a row. Is there a way to format each row/column?

View 9 Replies View Related

AutoCAD 2010 :: Insert Sheet List Table - Empty Command Line

Dec 7, 2011

I am having an issue with the sheet set manager's tool to insert sheet list table.  I have a new sheet set for a new project that was created entirely in Autocad 2012.  When I try to insert a new sheet list table, after I click OK in the Sheet list Table dialoge box, it simply closes to an empty command line with nothing inserted.  Why nothing is inserted?

View 2 Replies View Related

AutoCAD Inventor :: Connect Parts List Data From One Sheet To Detail View In Another?

Mar 9, 2012

Background:  Our company has decided to switch from drafting in AutoCAD to Inventor (which we already use to model) and we have started looking at making our templates intuitive using iProperties, parameters, and functions to reduce manual entry of part information in turn to reduce human error.  None of us have any experience coding besides a bit of LISP.

Problem: Perhaps it is a pipe dream, but one thing I would really like resolved is we have no connection between the Parts list information (specifically item number and quantity) on the assembly sheet and the part detail on another sheet.  Our custom part detail title block pulls the material information and "Inventory Part Number" from custom iProperties we have set up at the part level, but we still need to reference the parts list in the other sheet and then manually enter the item number and quantity.  Is there a way to use the "Inventory Part Number" property (which shows up in the parts list on a different sheet) to populate our custom block?

View 1 Replies View Related

AutoCAD Inventor :: Printing Drawing Sheet Sets From Assembly BOM Parts List

Nov 27, 2012

I have created an assembly that has a parts list, and in this parts list I have up to 100 mono detail drawings. I would like to know if there is a way to print all of these drawing from that list in a massive plot.

At my previous company we had something like this in AutoCAD where a script was created to look at the drawings and print all drawings mentioned in the assembly BOM and subsequent sub-assemblies, it worked beautifully.

I find that I have to print all drawings to paper or PDF individually.

View 7 Replies View Related

AutoCAD Inventor :: How To Use Sheet Metal Style / Material Appearance In A Parts List

Mar 29, 2013

We use different types of sheet metals, from stainless to bronze, and different thicknesses.

Currently, in order to show the correct material on a parts list, I have to duplicate the material Stainless Steel, and rename it to say 20 Gauge Stainless Steel. Then again for 16 Ga, 14Ga, 12 Ga, etc...

I'd like to have the parts list show the common material such as "Stainless Steel", with another column for the sheet metal style such as "20 Gauge."

We also use items such as Plastic Laminate. I'd like to create a generic material for the physical properties of "Plastic Laminate", and then change the material appearance to say "Formica #1234 Walnut". Again, i'd like to be able to put this in (2) columns on the parts list.

View 1 Replies View Related

AutoCAD 2013 :: Convert Sheet List Table Into Editable Excel Or Word Document

Jun 5, 2013

I am trying to convert my Sheet List Table into an editable Excel or Word document.

View 1 Replies View Related

Revit :: Scale In Sheet List

Dec 19, 2011

Today I adjusted our title block. Scale is automated by the scale view of the views placed. It becomes 'as indicated' is multiple scale are used. No problem, that part I can live with (/ workaround).
 
Sadly the scale doesn't appear on a sheet list schedule. Which surprises me . With revit 2012 I was wondering: I am wrong? If not: do you have a nice workaround which doesn't mean I have to manually input it.

View 2 Replies View Related

Revit :: Sheet List With Keys

Jan 16, 2012

I was wondering if it's possible to create a sheet list that uses keys.  I'm trying to create a sheet list that will also have key dates listed with whether or not changes occurred to that sheet (something our project managers like to see).  In the attached image you can see how we're doing it today.
 
I can get everything with the exception of the dates that allow a yes/no style for them.  Is there anyway to recreate this in Revit?  If not could I make a separate key schedule for just the date portion and align it with the sheet list.  In essence creating two separate schedules aligned so it looks like one schedule?  I tried setting up that, but cant seem to create a key schedule that will allow me to use sheet items for sorting purposes. 

View 4 Replies View Related

Revit :: Style Sheet List Schedule

Nov 7, 2011

I've been trying to style my sheet list schedule. ... trying.Is it true that I can't

* style (fontsize, fontweight etc) a 'sorting header'?
* style the scheduleborder to only underline the sheetlist-rows
* seperate the header styles from sheetlist styles? (I don't want the header to have a border.... while sheetlist-row should be underlined)
* format the height of a row

View 2 Replies View Related

Revit :: Sheet Label To Drawing List

Jul 17, 2011

I have a Revit problem that seems straightforward, but not to me at the moment. We have a label in the title block. The label comprises 3 parameters concatenated with “-“ separators:

Project NumberDisciplineSheet Numbereg:
123456789-A-001
 
Of those 3 parameters
Project Number: is inbuilt Revit Project InformationDiscipline: is Shared ParameterSheet Number: is inbuilt Revit Project Information In our Drawing List, for each sheet listed, we want one field to display the full label value: 123456789-A-001

View 3 Replies View Related

Revit :: Possible To Create Sheet List From Linked Models?

Jun 29, 2012

We have a project where we have the model separated by discipline, arch, struct, mech and Elec. As I work on the arch model, I have all other models linked, each has generated its sheets. When I create a sheet list I only get the sheets on my model.  Is it possible to create a sheet list from linked models?

View 4 Replies View Related







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