AutoCAD Inventor :: Copying Sheet Formats / Replace Existing?
Mar 13, 2012
I also need to copy sheet formats and have it replace existing like it would with Titleblocks or Borders. All it does at the moment it create Copy of Titleblock. Here is the current code.
Function CopySheetFormat(SecretDrawingName As String, Titlename As String, ActiveDrawingDoc As DrawingDocument) As SheetFormat
Dim SecretDrawing As DrawingDocument
Dim I As Integer
'Find the number of Standard Resources in the Documents collection.
[code]....
View 1 Replies
ADVERTISEMENT
Apr 13, 2012
I'm working on setting up some sheet formats for a few of our common drawing types. I'm running into an issue where even though I set them up with all the projected views having "Style from Base" checked, when the sheet is generated from the layout they don't carry that setting over.
The particular one I'm working on needs all the views shaded - as it currently works, both of the base views come in correct, but the two projected views are unshaded because this setting is being lost. The format is usable, but currently requires an additional step of turning "Style from Base" back on, so it's not where I want it to be.
If I use one of the Autodesk-created sheet formats from the "standard.idw" template, they all seem to work, yet any I create don't. Am I missing something, or does this just not work?
Inventor 2010, SP1
Inventor 2013
Windows 7 64 Bit
View 3 Replies
View Related
Feb 14, 2013
I am attempting to create a series of drawing templates in Inventor 2013.
I have successfully created four unique Sheet Formats with Border, Title Blocks, Revision Table, and text populated by iProperties.
I have a bunch of text that I want to have inside a square on the first page of a series of drawings. I draw the square in sketch mode, Create Sheet Format, and the sketch ends up as a separate AutoCAD Block ("SheetTemplates_XXX_Sketch1") rather than in the Sheet Format. I can place the block on the new sheet, but it can be placed anywhere as the block floats.
View 1 Replies
View Related
Feb 6, 2013
I would like to edit an existing sheet. The size is "C" and the height is 17 and the width is 22. I would like to change the exiting dimensions of that sheet to be 18 and 24. How do I do this to the existing sheet instead of creating a new one named something else?
View 6 Replies
View Related
Jul 2, 2013
Just trying to add an existing symbol to a drawing sheet. I know i'm not formating the point correctly and i get a position error. How can i get the point location of two intersecting lines in my border to hard code the location?
Error:
Error on Line 18 : Argument not specified for parameter 'Position' of 'Public Function Add(SketchedSymbolDefinition As Object, Position As Inventor.Point2d, [Rotation As Double = 0.0], [Scale As Double = 1.0], [PromptStrings As Object]) As Inventor.SketchedSymbol'.
Error on Line 18 : End of statement expected.
DimoApp As Inventor.Application=ThisApplication
DimthisIDW As DrawingDocument=oApp.ActiveDocument
oSheet=thisIDW.ActiveSheet
DimoSymDef As SketchedSymbolDefinition
oSymDef=thisIDW.SketchedSymbolDefinitions.Item("APPROVAL STAMP")myPoint=ThisApplication.TransientGeometry.CreatePoint2d(1, 6)
oSheet.SketchedSymbols.Add(oSymDef) ,myPoint
View 3 Replies
View Related
Jun 20, 2012
I need to replace an existing attribute value by a new one.
The problem is that I don't know the current value. Is there a way to use a wild-card statement when asked to "Enter string to change: ". I can only manage to do it if I know the existing value of the attribute.
I am using Autocad LT 2012.
View 1 Replies
View Related
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
Mar 3, 2011
A way to substitute the contents of a text throughout the drawing easily? What I want to do is substitute all existing elevations in the drawing with the same contents, but enclosed in parentheses, so that: xxx.xx becomes (xxx.xx)
View 8 Replies
View Related
Jun 30, 2009
I have run into a problem with AutoCAD 2010 while trying to copy paste within 2 different drawings. Copying blocks from 1 sheet to another causes this error message "_pasteclip *Invalid*" It wont let me copy in the blocks. Sometimes after that happens all i need to do is a regen command and it fixes it. Other times im forced to switch to model space and then back to paperspace which then lets me paste the objects. This is not isolated to my computer, it happens on other computers here in the office.
View 2 Replies
View Related
Jun 28, 2012
Is there a way to access text boxes in an existing document and replace them with a new value taken from an excel table? I've been able to create new documents from scratch and populate them with excel data, but formating these new documents to look like those we already made is proving more difficult than I thought using just Javascript.
Ideally I'd be able specific an index for each text box and replace them in order as i itterate through the excel(or CSV) document.
I already have a way to pull from the table, another question asked here, but can't figure out the object model to put the new info in a specific place.
Below is what I came up with to create a very rough looking document from scratch:
#target Illustrator
var csvFile = new File('C:/users/whatever/spreadsheet.csv');
if(!csvFile.exists){
alert('notafile');
app.quit(); }
[Code].....
View 3 Replies
View Related
Feb 22, 2013
If you look at the attached drawing you will see my drawing sheets. The problem I have is regarding the attributes used for the 'Checked By' section of my sheet.
Yesterday I added a 'Size' tag to my sheet so this shows whats size paper the sheet is to be printed at. To make this fit I needed to move all the existing attributes over to the right.
Everyone except the 'Checked by' tag moved. I cannot now get this tag to move over even if I open the block up and move it.
I've attached an image to show you what I mean.
View 3 Replies
View Related
Oct 11, 2012
I have an existing drawing with numerous viewports. I would like to know if there is a way to link those existing viewports to the set as "sheet views" without having to delete them and re-create them using the normal sheet set process.
I've noticed that each viewport has a variable in its properties display called "link to sheet view" with a yes or no entry, but it doesn't seem changable.
Is this possible, or must I re-create them from scratch?
View 3 Replies
View Related
Apr 24, 2012
I'm attempting to create a sheet set from existing drawings, but when I point the "New Sheet Set Wizard" to the folder containing my 8 or so drawings (with 24 or so associated layouts), only 2 drawings appear with 6 associated layouts for import. The other layouts don't even show up as being part of another sheet set. How do I get the New Sheet Set Wizard to "see" the layouts?
View 4 Replies
View Related
Mar 11, 2013
A blank sheet automatically opens along with an exisitng DWG file opening. How do I stop autocad from adding a blank sheet into an existing file opening and closing ???
View 1 Replies
View Related
Aug 29, 2012
I am in the process of creating the cross section sheets and including them to an existing sheet set manager. When I try to create them I get an error saying "Sheet Set not created" which is odd because I selected add to existing ssm. If I save and exit out of the drawing and then get back into it, the sheets are created correctly in my layout tabs, but aren't added to my ssm.
View 1 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
Jul 26, 2010
I've created a new sheet set with some existing drawing files. These files have several layout tabs in each drawing. The Sheet Set Manager (SSM) seems to import the layout tabs in random order, not in the order they appear on the drawing, nor in alphabetical or numerical order. In addition, the SSM imports and numbers all of my drawings in reverse order. Any system variable setting, or some other property setting somewhere that will change this back to ascending order?
View 7 Replies
View Related
Mar 1, 2013
I have the following
strFile = ThisDoc.FileName(False) & "-Rev " & iProperties.Value("Project", "Revision Number")ThisDoc.Document.SaveAs(strFile & (".dwg"), True)ThisDoc.Document.SaveAs(strFile & (".pdf"), True)
And it works like a charm for pdf, but it does not export to .dwg?
And also, is it possible to decide where in the name the "-Rev " &iPro....should appear?
Ex. if the filename should be : "12345 - Rev 02 - Section cut"
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
Sep 12, 2013
A collegue asked me about this as he has been given a part to model and the details are for the flat sheet not the finished model. Is this possible in 'sheet metal'? I had a quick play but couldn't work it out. Im used to creating the finished part and 'un-folding' to get the flat pattern.Detail supplied below.
View 4 Replies
View Related
Apr 16, 2012
I have a dwg file with three sheets in, just default names, I can access sheets 2 and 3 but get the attached errors when trying to access sheet 1 form either sheet 2 or 3
This file was originally created in IV2009 I've had no problems then or with the various conversions of it.
It seems to be memory related so here's the sitrep as for memory 8GB DDR2 RAM, and Virtual Memory set at min of 8192MB and a Max of 16384MB, I did have it set a systems managed but that gave a warning of low virtual memory with almost every drawing file that I opened.
View 1 Replies
View Related
Aug 5, 2013
I am using Inventor 2010 (I know this is my first problem, but you have to use what you're given!) and I need to use the sheet number in a calculation that will display the result in a text box. =((<SHEET NUMBER>-1)8)=1 displays a result of ((11-1)8)+1. I suspect that the sheet number is being brought in as text instead of a number. I tried adding atoi to the equation to convert the sheet number to an integer, but it did not work.Is there an alternate source for the sheet number that will return a number? Is my syntax wrong?
View 1 Replies
View Related
May 9, 2013
Snap a screen shot of both Import and Export CAD File formats?
View 3 Replies
View Related
Nov 5, 2013
I'm trying to use iLogic Design Copy to copy an assembly and all its associated parts to another directory. The assembly contains content center parts. Inventor warns me that the destination file of one of the CC parts (and 18 others) will be overwritten. When I go ahead and copy anyway, the copying process stops at that specific CC part. The Design Copy Progress dialog box states there is an error copying that CC part. When I close the Design Copy Progress dialog box, Inventor crashes.
The error copying the CC part: I'm allowed to use content center parts in iLogic Design Copied stuff, right? I searched some related topics and I'm under the impression that Inventor keeps the CC parts in its own directory and shouldn't be trying to overwrite them.
View 3 Replies
View Related
Feb 23, 2012
i have a csv file that has 6 columns, PNEZD and a 6th column which is my notes..i type a star in the data collector after my code, make my note, and then find/replace after i export it and replace star with a column..that gives the desired 6th column in excel that my boss wants....problem is he also wants to see that next to the Full Description in Civil 3d 2012...i tried adding a Point File Format with a 6th Column, User Defined, String for type...named the column Notes...but if i go to edit the point there is no 6th column in the Tool Palette.
View 1 Replies
View Related
May 3, 2012
A while back I saw a video about using the video editing capabilities. In particular the video showed a car with a colored sheet over it and the in the video the sheet was either pulled off the car or the car moved out from under the sheet (I cant remember which). Then the video showed how to use the color replace tool to change the color of the sheet throughout the entire video.
View 2 Replies
View Related
Jan 29, 2009
Is it possible to save a Table in a idw template? Also can you somehow copy & paste a table into another drawing?
View 8 Replies
View Related
Feb 5, 2013
I am changing the PC on which i store my Vault. i have successfully installed vault server onto the new pc but cannot find a way to migrate the data from the vault on my old PC. I initially tried to restore vault from a backup but this was not successful. Can i just copy and drop the files into the same location on the new pc?
View 1 Replies
View Related
Apr 6, 2012
So I make a line and then make an arc on that line. I dimension the arc so that it is 180 degrees and I dimension it with a specific length. I then use the rectangular pattern command to copy multiple arcs onto this line. I now need to trim the bottoms of the arcs away (the parts of the line under each arc) But once I select the trim command I cannot trim this area! The lines I need to trim won't even highlight. It appears they are locked by a dimension made when I copied the arcs across the line. This dimension doesn't appear to be able to be deleted.
View 5 Replies
View Related
Oct 30, 2013
is it possible to replace a model from .iam to ipt in idw?
View 2 Replies
View Related
Oct 31, 2013
Whats the best way to save and replace many ipts and iams with a new name. I would like to select many files in the tree and then loop through each of them.
View 2 Replies
View Related