See attached pic what is supposed to be a "D" size format/border is now an "E" size. I have many sheets in this idw and every D size was like this. it was not like this when i closed it a couple of days ago.
win 7 64 bit sp1
cpu intel xeon E5-2687W0@3.106
eight core
two solid state hard drives
32 gig of ram
Autodesk product design
suite premuim 2014 64bit
Nvida quadro 4000
Space Pilot ver. 1.6.2 2010
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?
Im trying to get a sheet format to save and stay in the sheet format folder under drawing resources for every drawing i make. i've watched videos and read books and searched on here but just couldn't find the right fix.
i have made the title block, border, and sheet size. named them and saved them. while its open everything is where it should be, then if i open a new sheet it is not in the list of sheet formats to pick from .
How to change drawingnote text format in vba? such as color, font, size.
call drawingnote.text.color.setcolor (255,0,0)
seems not working.
Autodesk Inventor Professional 2014 Autodesk Product Design Suite Standard 2013 Microsoft Office 2007 & 2013 Windows 7 64bit Synergis Adept 2013 Visual Studio Express 2010
I've seen snipppets of code to get the Sheet name but is there a way to set it via code? I'm thinking it might be useful to set the sheet names to the chosen sheet format (as opposed to just 'Sheet').
I'm sprucing up my drawing template...
Rule #1 is for selecting sheet format (which title block/sheet size / orientation) Rule #2 is for setting iproperty values to populate the titleblock with info. (if required) Rule #1 was based on code from S.Bixler & inventortrenches Rule#2 was based on more code taken from here.
I am having an issue with changing sheet sizes using VBA. Due to the constraints under which my borders and title blocks were created, inventor forces me to delete the current border before changing the sheet size. I have 5 different borders and 2 title blocks.
I'm in sketch mode and my drawing dimensions are all in decimal format. How do I change that to a fractional format?
I thought it would be in the styles editor, but when I open that up, I don't see ANY dimension style listed (see picture). I also tried right clicking the actual dimension to view the properties, but that only lets me change the decimal precision (also attached). The help file mentioned the "ANNOTATE" tab, but I don't even have that tab on my ribbon so I'm guessing it's unique to autocad?
how to change the bend radius on a flange that has several different bend radii with the same metal thickness. For example, I have a sheet metal part that is 1/4" thick and has one bend radius that needs to be .030". How can I change the bend radius?
In versions prior to Inv. 2009 the sheet metal rules were contained in the template and in 2009 they are in the styles library. In the past year we have changed some of our material and I would like to be able to look for certain sheet metal rules on legacy drawing and change them to a new one. Both styles are fairly close but I want to keep things consistant going forward. This way I can purge the style if it is not in the style library. Just can't figure out the code for changing the active style.
I have a frame fabrication / assembly with a Custom iProperty called "FINISHED MATERIAL SIZE". I have set the following parameter for this property:
FINISHED MATERIAL SIZE = <Stock Number> x <G_L>mm
This returns the stock size and length to my drawing cutlist. The problem is that the <G_L> Parameter returns the trailing zeros and unit string.
I would like to set all the frame members in the assembly such that the G_L parameter returns a value rounded off to 0 decimal places with no trailing zeros and removes the unit string as well.
Is there a way I can achieve this from the assembly so I don't have to manually open each frame member and make the changes in the fx parameters dialog one at a time?
I would like to change the color of the sheet in the drafting environment to white. At the moment it's a light tan or light yellow color; the default. How do I do this?
I have Autodesk Inventor on a student license, and I use the metric system.
I've been able to change the settings for parts, presentations and assemblies to use millimeters, but for some reason the drawing sheets still use inches.
How do I change the unit settings for drawing sheets?
I want to change the material of a sheet metal part using inventor api.I tried something like code
Dim partDoc As PartDocument partDoc = inventorApp.Documents.Open(FilePath & filename, False) If partDoc.SubType = "{9C464203-9BAE-11D3-8BAD-0060B0CE6BB4}" Then Dim smDef As SheetMetalComponentDefinition smDef = partDoc.ComponentDefinition Dim style As SheetMetalStyle style = smDef.SheetMetalStyles.Item("sheetMetalRule")
a customer has a title block with a revision table ( standard vault revision table) add on top of it.
If you change the sheet size the revision table remains his position.
If found the way to reposition the table with a ilogic rule.:
'point afstand in cm PointX=(ActiveSheet.Width/10)-13 PointY=5.5 'punt vanaf rechtonder gemeten in cm
[Code]....
This is working perfectly. But now the challange how to trigger this rule to run if you change the sheet size?
if tried:
trigger=Activesheet.size
or
to create a userparameter and added this line in my rule : Size=ActiveSheet.size, normaly is you change parameters it triggers the rule to rule. but both way didn't work.
Can event triggers from the API be used? Do i need the "Onchange" event? Any example for a ilogic rule?
I am using this code placed in the .ipt file to change Sheet Metal material
If Material_SM=1 TheniProperties.Material="Steel"SheetMetal.SetActiveStyle("RB_Mild Steel")ElseiProperties.Material="AISI316"SheetMetal.SetActiveStyle("RB_Stainless")End If
It works fine presuming code placed in every .ipt file to be ruled.
Is it possible to modify code in a way so when it placed in top assebly it runs through entire assembly finds all Sheet Metal parts and applys Material prpperties/Sheet metal style according Material_SM parameter.
Inventor 2013 SP2 Windows 7, 64 bits RAM 18GB Core TM2 Duo CPU 2,99 Gz
What is the best export/import format for sending 3D files. I need some neutral format files, possibly Solidworks but I am not sure. Also any export settings to make sure I get decent quality files.
Nothing like getting a surface model when you want solid model.
IV2014 sp1.2 PDSU / Sim Mech 2014 / Win7-64 EVGA X79 - Classified, iCore7 3930k 32Gb Quad-Channel 950Gb (2 x 500Gb Sata III SSD RAID0 Adaptec 6805E Controller) Nvidia GTX-690 Classified - 331.82 SpacePilot Pro 3.17.1, 6.17.7, 4.11
I've started using tables linked to excel files for drawing index on cover sheets. My problem is when I delete or add lines on my excel sheet it changes the format on some of the cells changing font size and justification on some cells of my table. The changes to my table seems random.
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.
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.
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?
I am making some new business cards in Gimp 2.6.11 on Windows OS. What is the best way to place the card image onto a format that prints a sheet of Avery labels? Is that an external plugin? Where would I find that resource?
I made a stand up paddle board in a program called ACU shaper which is a .brd extension, I know a guy with a hotwire to cut my foam but he needs it in CAD format.
I'm trying to learn autocad and I just downloaded the 2012 version. I can't figure out how to make the modelspace look the format in all the tutorial videos. I don't have a big menu bar on the top or bottom. It's so hard for me to follow videos when nothing looks the same and I can't find the buttons/commands.
Is there a way to change the material definitions to CTB format in the plot style under the material style? See attached image.
I have a client that wants everything in CTB format and in AutoCAD Architecture. I can get the drawings into CTB but the materials plot way too heavy and when I go in the styles they show Full Saturation or Wide, Thin from the STB plot styles.
The Drawing is in CTB and I am pulling my hair out trying to get the couple materials used set to Color based plotting.