AutoCAD Inventor :: Assembly Section View Not Sectioning FG Parts?
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?
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?
I have to create a workplane and then define the section.
Usually the sectioning is done w.r.t flat surface/s and then the section plane can be offset depending upon our requirement and placement in the assembly. I am not getting this offset option when I want a Sectioned View. The section takes where I click on the flat face straight.
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?
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.
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 ?
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.
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?
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.
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)
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?
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))
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.
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
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 ?
“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?
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.