AutoCAD Inventor :: Section View Only For Selected Parts In An Assembly
Sep 1, 2011
Is it possible to define a View Representation in an assembly such that a half section view is active, but only for a certain set of parts within the assembly?
View 5 Replies
ADVERTISEMENT
Jun 12, 2012
When I make a half section view in an assembly the frame generator members do not section, they remain full length. Is this normal or something with my setup?
2012 SP2.
View 2 Replies
View Related
Nov 4, 2013
I want to create a rule with CommandManager.pick who see the name of assembly and send a custom ipropertie to all parts of this assembly view in drawing, this is my none finish rule.
Dim doc = ThisApplication.ActiveDocument
Dim entity = ThisApplication.CommandManager.Pick(
SelectionFilterEnum.kDrawingViewFilter,
"SÉLECTIONNE UNE VUE")
modelName = IO.Path.GetFileName(ActiveSheet.View(entity.Name).ModelDocument.FullFileName)
PART = Left(modelName, 11)
EXT = Right(modelName, 3)
FIRST = Left(modelName, 3)
[code]....
I have the rule "SEND TO PARTS" in my assembly but i have this error message
MEMBER NOT FOUND. (Exception from HRESULT: 0x80020003 (DISP_E_MEMBERNOTFOUND))
View 8 Replies
View Related
Sep 4, 2013
I have a question about getting CoG of my assembly. The only problem is that i only need 2 parts (the rest are just dummy solids with 'default material'.
When i control select two parts, right click and go 'iproperties' - the physical tab doesn't let me determine CoG of the two parts combined.
View 3 Replies
View Related
Mar 13, 2013
Is there a way to save a section view in the assembly as a view rep? Am using 2011.
View 9 Replies
View Related
Aug 19, 2012
Is there a way using ilogic,that when you select/highlight a part within an assembly and run the code that it will turn on the Origin planes only and also turn turn them off ?
View 5 Replies
View Related
Sep 16, 2013
I often do section views in my 3D model (not drawing) to visually check interference, etc. I noticed today that some parts are excluded from this and do not get sectioned. I'm sure it's an easy fix but a search turned up nothing. How do I include/exclude specific parts from this view?
View 2 Replies
View Related
Jun 5, 2012
In inventor 2013 professional I have a problem using the section view in my assemblies files. When I active the section view it works well, as soon as I open a command (for example the measure of a distance) the section view disappear and the assembly appear in entire view.I didn't modified any configuration on my software.
View 4 Replies
View Related
Jun 26, 2013
Just got updated from IV 2012 to 2013 with a new Dell (yawn) workstation to boot. OK, I did a section view of a pretty complex assembly and when I tried to take a measurement, the section view just dissapeared and it went back to full view. One of the primary uses of using section views is to view / inspect / measure, that which cannot be seen in the normal full view.
Why did this break in 2013 ? and is there a patch to fix it ?
View 9 Replies
View Related
Sep 5, 2012
I have a section view of an assembly. The parts of the assembly that are completely remove via the section no longer show up in the browser. Is there a way to make them show back up in the browser and/or section view? They are internal to the assembly and I would like them not sectioned/removed from the view.
View 3 Replies
View Related
Oct 9, 2013
I'm trying to make a drawing of a assembly, and some of the parts were made in frame generator. When I try to make a section view the parts made in frame generator still show as whole instead of halved. Is there something that I need to toggle or vice versa so that this will not happen anymore?
View 4 Replies
View Related
Feb 1, 2012
Is there an option in drawing mode to exclude certain parts from a section view.
According to ASME Y14.3 parts such as shafts, keys bolts and nuts should be excluded in sectional view. Its not just removing the Hatching, the part has to show completely.
The closest I found in Inventor is that you can exclude Standard parts from being sectioned. Some of my parts are not in the standard library.
I would like to have the option to choose which parts I want to section and which ones I don't.
View 9 Replies
View Related
Oct 6, 2011
there is a command or simple procedure to actively view a section plane in an assembly or part. I know there are the static methods of using slice graphics and section view however I'm looking to create a live section where I am able to constantly move the plane through the model thus altering the live section as it appears on screen, similar to the way a model can be viewed in Tekla with the cut section command.
Autodesk Inventor Professional 2013 SP2 64-Bit Edition
Windows 7 HP Z400, Intel Xeon W3550 3.07GHz
12.0GB RAM, ATI FirePro V4800 (FireGL)
View 5 Replies
View Related
Oct 24, 2011
Is there a way of using Ilogic to make hidden lines of specific parts in an assembly drawing view visible? If a part with hidden lines showing is suppressed and then unsuppressed the hidden line option becomes unchecked, therefore I need a way of rechecking this option through code?
View 2 Replies
View Related
May 16, 2013
I have created section views of my allignment and corridor in my drawing the problem I have is. In some of the section views there is different parts of the different assemblies not showing up. For example in one section I have my lane then my curb then no sidewalk then blvd. It is not the same in each section view either some are missing one thing while others are missing others.
View 1 Replies
View Related
Sep 24, 2013
In the drawing view below, I want to section the green assembly only within the red section. I've tried this with a breakout and it doesn't work. There doesn't seem to be a way to exclude the green from the section and yet include it in the breakout.
Infrastructure DSP '14 / Product DSP '14 / Vault Professional 2014
Dell Precision T1650
Windows 7 Professional SP1 64-bit
Intel E3-1270 V2 3.5GHz / 32G RAM
Nvidia Quadro 2000, Driver 331.82
Space Navigator, Driver Version 6.17.7
View 3 Replies
View Related
Jul 10, 2012
I'm looking for the best way to create a separate assembly out of various component parts in an existing assembly so that the whole thing can be placed in an assembly as you would a part, I know it's possible to demote components within an assembly but are there any other methods similar / better ?
View 2 Replies
View Related
Oct 16, 2012
“Basic assembly” is not drawn correctly in the section view,In the screenshot below, the “Basic assembly” is not drawn correctly in relation to the existing ground.What might be the reason that it is not closed with the existing ground?
View 5 Replies
View Related
Oct 30, 2012
it is possible to make a constraint that utilized a parameter of a part within the assembly.
For example, if I wanted to use the thickness of a plate, which I defined in the part, could I call that parameter in a constraint?
View 1 Replies
View Related
Oct 31, 2011
My assembly has grown (about 50 parts) to where I need to consolodate some parts into subassemblies for reuse and alternate iterations of the basic design.
When I import the original parts into a new assembly, all of the constrains I created are not there of course.
I've tried creating a new empty part and then deriving a new part from the assembly, but I can't add, delete or edit any parts.
I looked at using Shrinkwrap, Substitutes, iParts, Multi-body Parts, and Multiple Solids but I remain confused.
In retrospect, maybe I should have created the subassemblies between the part and assembly stage but I didn't.
View 4 Replies
View Related
Sep 24, 2012
The section view behaves strangely with the ‘section participation: none’ components
Invertor2012 sp2
Win7 x64
View 6 Replies
View Related
Nov 19, 2011
why my section is not parallel with my section line. I did constrain my section line in the section line sketch.
View 2 Replies
View Related
Nov 28, 2011
Can I select a bunch of parts in an assembly and say "save these pieces as a new assembly"?
It is just such a needed tool but I cant find an easy way to accomplish this.
View 2 Replies
View Related
May 3, 2013
IV 2010 Suite
Been working over an idw MANY times due to project lag.Today I opened it up and tried adding balloons to an already ballooned assembly.
The parts list has not changed, and is "structured".But, if I try adding balloons, they tag each part, not the entire assembly.
Also, I verified this by trying to add another parts list, which defaults to "parts only".
I can't show my data set, b/c it's HUGE, plus it's proprietary.
IV 2010 Suite
Digital Storm PC:
EVGA & Intel components
Win 7 Pro 64 bit
View 5 Replies
View Related
Jun 21, 2013
Is there a way to get sheet number of the base view for the Selected Child view (Mainly for Section. Detail Views). Because the Section views, Detail views (initially they would have created on the same sheet where the parent is, then they moved to different sheets). So we place the parent view sheet number.
View 1 Replies
View Related
May 6, 2013
Is it possible to have the parent view for the section in one drawing and the child views in another drawing?
View 2 Replies
View Related
Dec 13, 2012
how to show section view in base view with out projection the component.
View 2 Replies
View Related
Oct 29, 2013
I have a long shaft with parts mounted on. i want to section it and show the parts. i don't need to show the whole length of the shaft.
I know i can crop the isometric view, but this way i will not see the key hole which is on the other side, it's hidden.
If i make a section it 's in an orthogonal view only.
I want to make the section view, but later to transform the sectioned view to an isometry. is it possible?
View 7 Replies
View Related
Nov 12, 2013
It's possible to do a cut view with the cup part with a different view style from the other "not Cut" half.
I achieve that, whit the cut view + normal view croped hover the cut view... but this isn´t a accurate process...
Autodesk Factory Design Suite Ultimate 2014
Autodesk Simulation Mechanical
Autodesk Simulation CFD
Windows 7
View 5 Replies
View Related
Aug 26, 2013
I place the first view in a drawing and want to be sectioned.
Is there a way to do that, since when i mark the section line, another view is created.
Or should i put the main view outside of the paper boundaries?
View 7 Replies
View Related
Sep 6, 2012
Is there a way to get a list of constraints that exist between two parts in an assembly?
It will take forever to go through each and every constraint for one of the parts, checking the "Other Half" of each just to find all constraints between to specific parts.
View 2 Replies
View Related