I have a part in which one of the folds needs to be done at assembly and not during manufacturing of the other bends.
Is there a way I can show this so that the manufacturing print sees exactly what they need to do and nothing more but then on the unit assembly the assemblers see that the unfolded tab needs to be folded down?
i want to control the scales of my idw views based on the parts size.
Heres a short intro to what we do, using design assistant we copy an existing project to a new project folder and start designing using the old project as a "template" for the new job.
So, lets say the project i just copied has a part that is 100" "tall", on my drawing sheet the view scale is set to .05 and the view fits nicely on our 8 1/2x11 portrait layout.
Now, the new project's part is only 24" "tall" and using a scale of .05 is no good at all, i need to scale the view up so it will fit nicely in the same layout. This also applies to the associated detail and section views that are on the same sheet.
OK then, Im thinking there should be a way to say if dimx is >=100 then view scale is x and so on if the part is smaller and i would like to do this with the details/sections.
As the pics show, when i change to a smaller size/dia, the views scale needs to be increased. How can this be done... (we do not use vault)
ILogic code ,I have had some code done to isolate selected parts in a assembly file that has a specific custom property filled in i.e. : DESC2.It then creates view reps and locks down giving the rep name the same name as part.
What I am after is some code that will place these isolated view reps as views on my dwg that the assembly resides in.With the functionality of picking face to show plan view of parts.
I've had this issue now for quite a while. Seems to only happen with wires that are made in the Cable & Harness module. And the odd part is that not all wires do this and not all View Rep/Detail views do this.
Regardless of wether I have a wire visible or not in a locked View Rep it still shows up in the Detail View on the .idw. And yes, I have the 'associative' check box checked.
I've unchecked the check box, nothing. Rechecked the box, nothing. Updated the views individually, nothing.
I have been working with macros basically making user forms to control the models. The program calls on a part that I use as an actuation template (its just a part with parameters that are then linked to the assembly contraints) then the macro will change the parameters and update the model.
What I need to do is to put in some code in the userforn initialize sub that gets the actuation template from the disk, for example: C:Other StuffActuation Template A.ipt. Then the macro places the part into the assembly. The userform then manipulates the actuation template (and the assembly model). Then when the userform is unloaded the part is deleted from the assembly.
I am messing around with a part at the moment so if I was to put it up as an .ipt file it would be crucified for not being constrained, dimensioned etc etc.
I am trying to get a 25 and 20mm return fold on the back of a curved panel. No matter what I have tried I cannot figure out how to do this, I manged to get the model bend on it however this will not flatten out in Sheet metal correctly and I will need to send a drawing out in a flattened state.
The folds needed are shown in picture as well as the curved part
They need to go on the outer bend of the plate. If I tell the mmanufacturers to weld it in points along the flange that's ok, I just can't seem to model it to get a final drawing out!
how to place part or assembly from the Vault or local Hard drive in to the existing assembly?
Basically I do have a list of parts (wall panels different sizes etc...) I was going to create an iLogic form with drop downs, so engineer can choose wall panel assemblies he needs and qty`s. iLogic will pull these assemblies from the vault/HDD in to the existing assembly. Currently we have to go to so many different folders to pick them up.
I created an assembly in Inventor and now I am creating a drawing for it in Inventor. I have a few views placed of the same assembly.
Is there a way to lock one view in the assembly? For example, my assembly consists of a door, I would like to have one view with the door open and another view with the door closed on the same drawing using the same assembly link.
I'm having a problem with Inventor 2011 professional on a 64Bit machine. I can make any size assembly with no problem but as soon as I go to make an idw the program crashes and shuts down. It doesn't matter if the base view is one part or 1000 parts as soon as I go to place the view inventor shuts down and I get an error.
I order not to hide components, i want to make a break sketch and remove a piece from a part from an assembly in the isometric view in a drawing. can i do that?
I am modeling a P&ID piping system. The system has 10 valves of the same exact type. When I generate my parts list I see a valve count of 10 beside the valve callout. Because each valve has a unique tag that relates to its position in the P&ID I need to be able to show each valve with the count of 1 in the parts list. I will add a custom field thta has the valve tag in it. I don't know how to get the parts list to not total the number of each type of valve. In other words I need to show each valve in its own separate field.
AutoCAD 2013 Inventor 2013 Windows Pro 7 x64 Asus Sabertooth X58 Intel Core i7 960 @ 3.2 GHz 24 GB ram
I am trying to control the parameters contained in a part that is not in my assembly. May sound odd, but I am using the multi body part modeling feature to create all of my bodies in a single part file, then making these components/sub assemblies, and pulling them into my assembly. However, I do not want to have the "control part" in my assembly, I just want it to drive the parts. I cannot figure out how to access these parameters without having the part included in the assembly...
I just wondered if can I assign a particular ITEM number to a particular part, instead of relying on order in the assembly.
I unsterstand I can overrite it in BOM but can I have it controlled from the part, so any time I instert it into an assembly, this particular number in ITEM coulmn pops up?
I create a drawing of an iPart, while doing so I have the iPart model open in the background. When placing a view on the drawing the active factory member is the default option, I have a bad memory so forget to tell Inventor that actually I would like to use a specific iPart member in this particular drawing view. I then spend a long time laying out and dimensioning the drawing. When complete, I create a second sheet and copy all information from sheet 1 onto sheet 2. I then double click on the main drawing view and change the model state to an alternative factory member. At this point I realise that the drawing on sheet one is based on the active factory member and start swearing.
The result of changing to a different member when the existing drawing is based on the active member is that ALL DIMENSIONS DISSAPEAR FROM THE DRAWING AND HAVE TO BE PAINSTAKINGLY REPLACED. At this point I will usually REDRAW SHEET 1 so that further sheets can be created quickly in the future by selecting an alternative factory member.
can I change the software defaults somewhere in the setup to prevent the 'active factory member' being displayed as an option in the first place?
I'm creating a small product configurator using ilogic. It all works fine, but i've i challenge:controlling the visibility of the components in a drawing view
In simple words, every occurrence of my assembly has an custom Ipropertie calles "Positie". there where 4 values (Bodem, Zij, Kop, Deksel and Overig)In a drawing view i only want to see the parts that has a specific value of the ipropertie "Positie".I found a sample code for VBA, but I cann't get it worked in ilogic.:
Sub HideSecond() 'Assumes you have an open drawing 'Assumes that view 1 of the active sheet is an assembly 'Turns off visibility of assembly's second component in open drawing's first view [code]....
hind to turn this into ilogic and add the option to check the ipropertie to turn on the visibility
is there any way using iLogic or other method to automatically control the size of the 'break' in a drawing view? I have built a model which uses iLogic to control virtually everything, however the large variations in the length of the product mean that there are some interesting results when it comes to the broken drawing views updating.
it would be nice to locate the break at the absolute center of the view and then size it as a percentage of the view size along one axis or perhaps according to some other length based rule.
I have an issue with Shrinkwrap/Derive when using a Positional Rep.Open the derived part and try to change it to the "work" positional rep.Everything appears to work fine in the "master" rep.I have this problem in a few of my assemblies and was able to track it down to the positional rep usage in the derived part.
When creating positional reps in Inventor 2012 SP1 it rounds them to a 3 place decimal. So If I want the constraint to be at 1.1875 it rounds it to 1.188. Is there anyway to change this to 4 place decimal?
Does view rep work in part file. I remember few months before some one wrote saying not in part file and it works only in assembly file. Is it still the case. How to turn off few parts in my drawing.
why when the view cube and the view control do not harmonize. When I set the view to front to start a 3D model, the view cube is set to Top. When I change the viewcube to Front, the view has automatically been set to Bottom. Is this a bug or something I am missing?
Also drawing a front view. Is is ok to just turn the view to Front and start drawing on the same XY plane? Or I also need to rotate the UCS to ZX?
Does such initial position important with respect to future rendering?
Is there a quick way to detail parts from an assembly without having to browse to a part and then search through and select a part and insert a Base View?
For instance from within SolidWorks you can insert a view of an assembly and if you need to detail any part within that assembly you can simply click/select on the part in an assembly view and right click insert view then your View Menu pops up and you are moving forward. If you have to detail several parts you can spit out their Base Views in a matter of seconds. Even if you are making a seperate sheet just for the parts it is easier to insert an assembly view off the sheet and select the parts from there insert all of your part views then delete the assembly view if you want. You can also go to the properties of each view and link the balloons to your assembly BOM.
It is very useful if you are generating drawings such as I do with most parts for the assembly being detailed on the same sheets.
So is there a quick way to get the parts detailed?
An IDW view is showing a second iteration of a part instead of one of each. I have tried turning the visibly on / off in the ipn. I have also toggled the associativity on / off. The view shows the correct image during its preview, but when the view is done being created, it shows the wrong part again.
For some multibody parts I use view representation in order to show for example one or more bodies only. For that I lock the view representation. Usually I have more than 3 of them. The part can have different configurations. The problem is that when a new solid is made, it will be visible in the locked view representations also. I thought the lock option should work in the same way like for assemblies, because if you lock the view in an assembly new parts wont be visible.
AIP 2014 Windows 7 x64 Dell Precision T7400 Intel(R) Xeon(R) CPU X5472 @ 3.00GHz (4 CPU's), 8Gb RAM, NVIDIA Quadro FX 5600 1536MB GDDR3
Is it possible to get the "actual" calculated area of the face of a part from a drawing view? I looked at the drawing view object in the api but didn't find what I was looking for. What my goal is, I want to calculate the actual square foot of this piece and then subtract it from the overall square foot so I can calculate waste. Perimeter's of pieces can be in multiple forms, radial, straight or a combination of the two. See image below.