AutoCAD Inventor :: Selected Component Has No Volume?
Nov 21, 2012
I tried to import an stl file into inventor 2013 and it worked. I now have that ipt file that I ahve attached to this thread. The only problem is that now I cannot manipulate my solid (i.e. put holes in it).
View 2 Replies
ADVERTISEMENT
Aug 26, 2012
I have a 3d model that I am trying to find the volume of, but when I go to use massprop, it finds 69 objects, and gives me "no solids or regions selected". I've tried converting the object into a single block, which made no difference.
I can't seem to upload the .dwg either...
View 9 Replies
View Related
Jan 26, 2012
We are having an issue when we replace a component in Inventor Pro 2012. When we replace a component, the name in the browser does not update to the new component. We've even tried to close and re-open the Inventor assembly and that does not work. We end up manual double clicking the name in the browser and type in the new component name.
Inventor Product Design Suite Ultimate 2012
Dell Precision T7500 Workstation
Xeon Processor
16 GB of RAM
Nvidia Quadro FX 5800
Windows 7 x64
View 4 Replies
View Related
Jul 25, 2012
II need a way to tell if a component occurence is a virtual component.
I'm using a For Each loop to cycle through all of the components in an assembly, and if the component is itself an assembly to set the LOD to "Custom". I'm using the definition document descriptor object for this. It all woks fine until the loop comes across a virtual component which doesn't have a definition document, so I need a way to check if the component is virtual and needs to be skipped.Here's the
Option ExplicitImports Inventor.LevelOfDetailEnumSub MainiLogicVb.UpdateWhenDone = TrueDim doc As AssemblyDocumentDim oLOD As LevelOfDetailRepresentationDim oAsmCompDef As ComponentDefinitionDim oComp As ComponentOccurrenceDim oComps As ComponentOccurrencesdoc = ThisDoc.DocumentIf.
[code]....
View 2 Replies
View Related
Jan 11, 2013
I am trying to make port rims for pipes that can be swapped in and out of an assembly. However, the ports will all be different sizes and located differently so I need the cut to be part of the port rim component, but affect the entire assembly it is part of. I've been trying to get this to work for the better part of a day now,Here's a picture of what im talking about. I'm running Inventor 2008 by the way.
View 2 Replies
View Related
Aug 30, 2012
I have an assembly which has a few components suppressed.
My end results is another copy of the assembly (with copies of the all the parts) in another directory
Now i am able to create copies of un-suppressed parts using; (this allows me to SaveAs assembly components which are not suppressed)
DocumentsEnumerator = ThisDoc.Document.AllReferencedDocuments
And save a copy of the assembly using
ThisDoc.Document.SaveAs
I also added the fllowing snippet (which I am not sure what is does), but it does not work for me
Component.SkipDocumentSave = true
When I open the newly created assembly, I still see the suppressed components in the model browser
I want to either;
Skip saving the of the components in the model browser (i.e. the Assembly)
OR
Delete the suppressed parts in the Assembly, so that they do not save altogether
View 3 Replies
View Related
Mar 8, 2011
I'm trying to make a Wall Types Legend using the Legend function in 2011. I did the first wall type just fine, placed it in section, tagged the material, etc. Now when I go to place another wall in a section view, it tells me the component is not visible in selected view. They are both new construction phase, stacked walls.
View 3 Replies
View Related
Oct 2, 2012
Is there a way to generate a volume report for a bounded volume surface?
View 3 Replies
View Related
Jun 18, 2012
I'm working with TIN surfaces, doing cut/fill comparisons for a surface mine.
My volume surface statistics show a cut volume of 5167.22 cy and fill volume of 8456.18 cy.
The sample line group volume report show cumulative cut of 5527.67 cy and fill of 8465.56 cy.
What could be some causes of this disparity. All reference surfaces are built from points and use a non-destructive boundary.
View 2 Replies
View Related
May 31, 2013
I've read a few threads on this way back but cannot locate them. I have two surfaces and create a volume surface and it reported the volume as 493 cy. I then ran some sample lines at 25 foot interval and the total volume is reported as 964 cy.
View 1 Replies
View Related
Apr 24, 2013
I want to use it as my primary hydrologic and hydraulic modeler. It only makes sense. Well, I got the program to work and had things linked in and was able to route a storm through the network. But when I routed the storms, I had to model double the storage that i expected.
So I went back to the program I'm familiar with - Pondpack by Benltey - and designed the same system I routed in SSA in that program - and got the storage volume that I would expect for a site of this size - about 2 acres.
Is there possibly a setting that I'm missing that makes my outlet structures route slower or less than they should? Or is there some other reason that a system would give this kind of inflated need for storage?
View 9 Replies
View Related
Feb 25, 2013
I have an issue with using Bounded Volume or Adding a Boundary to Volume Surface things so bad... = incorrect volumes.. sometimes extremely incorrect.. I understand that the surface rectangle when a boundary is added but this could be horrible if not checked.
View 3 Replies
View Related
Oct 26, 2012
With Inventor 2013 , user can view iProperties > Physical > Volume. After UPDATE is clicked, the application seems to recalucate and display mass information. How do I accomplish this task with API? I tried looping through all Occurrence objects, then access MassProperties.Volume, but the numbers do not match what I got from the Inventor application. The API seems to give me the Volume before the model construction (add parts, extrusions etc.) I need volumes after the final assembly.
View 2 Replies
View Related
Mar 6, 2012
I am using IV 2010. I would like to know the easiest way to check the volume of a welded hopper.
View 1 Replies
View Related
Apr 11, 2012
I want to know if it is possible to calculate the water displacement volume of an assembly if it were immersed in water.
In other words, I want to create a file in which ALL hollow spaces inside structural members, valves, pipework etc are assumed to be solid so that when that assembly is dropped in water, the total volume of water being displaced will be equal to the iProperty value for volume. I know its possible to hole patch when creating a shrinkwrap, but this is only effective for 'circular' hollow spaces and does not fill obscure or rectangular shaped empty volumes.
View 8 Replies
View Related
Mar 7, 2012
How can I take 2D slices of the brain (MRI data in MATLAB, so .mat format?) and create a 3D volume out of it (on Autodesk Inventor or a similar program...or any program?)
View 3 Replies
View Related
May 10, 2012
I have an iLogic controlled assembly with sub assemblies that are also iLogic controlled. The main assembly calculates some lengths and turns some subs on and off and then updates all the subs. The subs also calculate some lengths and turn some parts on and off. I have a rule in both the main assembly and copies in the subs that control the LOD to make sure that it's set to custom before anything else runs.
Now I may be misunderstanding something, but it appears that it's possible to have a sub assembly set to one LOD but be referenced in a top level assembly as a different LOD. In other words I have a sub that shows in the top level browser as Master. If I open this sub and set it from within the sub to custom LOD and switch back to the top level assembly it is still set to master there. It appears that this is what my LOD rule is also doing, setting it to custom in the sub but not changing the top level reference.
View 4 Replies
View Related
Jan 16, 2013
What I am trying to do is insert a part into an assembly file using iLogic. I basically want to mimic Inventor’s “Place” command using ilogic, maybe something like this:
oPath = ThisDoc.Path & ""
oFile = "File.ipt"
Component.Place(oPath & oFile, False)
View 1 Replies
View Related
Dec 7, 2011
When we do DWG we may have more than one Assembly on one individual DWG. When going to put the weights on the DWG through the text/Physical Property insert yadayada it keeps referring back to the original assembly. Even after changing which component we want the info to be drawn from, it refers back to the original? Are we not doing this right? Program glitch?
View 3 Replies
View Related
Oct 19, 2010
My office procedures dictate that when we place a content center part that we do so "as custom" for several reasons that are irrelevant to this question (I can expound if needed).
My question is: If I have an assembly with a content center part that is placed "as custom" and I use the component replace tool (CTRL+h) to replace it with another content center part that has already been created and placed "as custom" in another file, how come I get a new CC component that is not the one I selected?
It appears that I am getting a CC part from the same family as the original when what I need is the component to be replaced with the one I am selecting.
In other words: when I say replace "this" with "that", how come I get something else entirely? This functionality works perfectly on non-CC parts.
View 9 Replies
View Related
Aug 14, 2012
I have an assembly which has components mated to a radial surface, I need to locate the center of a round slot against an axis, I have X Y coordinates, how can I constrain that part to those X Y coordinates?
Attached is a picture of the assembly.
View 3 Replies
View Related
Aug 27, 2013
I'm using replace on a sub assembly but want to write a parameter change to all the parts in the sub assembly as & when they appear.
An error occurs when I try to write a parameter to a part which isn't in the sub assembly - makes sense but how do work around this?
First try was this:
If Component.IsActive("SS_12.5mm Insln:1") = True Then Parameter("SS_12.5mm Insln:1", "Material") = Insulation
but "SS_12.5mm Insln:1" isn't here (by design) - I want a Component.Exists type comand - possible?
View 1 Replies
View Related
Feb 4, 2014
I'm no longer able to control the PP (monitor) volume using my computer volume controls. I've always controlled the monitor volume using my computer volume levels, but starting today, that has changed.
The volume is just playing at the level recorded with no way for me to turn down or up.I performed a disc repair and that didn't solve the problem.
View 1 Replies
View Related
Jul 26, 2013
I want to make an ipart of a container with as customizable parameters (the Diameter and the Volume of one of the solid bodies).
[URL]...
Here comes the problem:
when i was changing the volume parameter, i recieved an error that this property was read-only.is it possible te use the volume calculation from inventor the calculate back to the diameter or height? ,and also for a solid body?
If so, what do i need to do? I am using inventor 2013 (basic).
View 1 Replies
View Related
Sep 26, 2012
how to set a custom parameter to be equal with a body volume, assuming I have a multibody part.
I have found how to assign total volume of the part to a parameter using iLogic rule.:
Total_Volume = iProperties.Volume
and that's it.
You can do it also for a component in an assembly , but can't see how to do it for a body...
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
View 7 Replies
View Related
Dec 17, 2011
I´d like to do something like that, convert a internal volume in a solid and delete the external solid.
[URL]
View 1 Replies
View Related
Oct 2, 2013
How do i find the volume of the parts in an assembly?
View 9 Replies
View Related
Nov 4, 2013
Is it possible to calculate the volume in this elbow for liquid?
View 1 Replies
View Related
Jun 28, 2011
To be able to folderize component patterns seems to have been surpassed once again in release 2012. However, I am wondering if this is a setting issue yet I cannot find settings for what can and cannot be placed in folders, if they exist. And I wonder if it is a setting issue because during a training class I visibly watched the trainer place component patterns into a folder and once I still cannot do so.
View 9 Replies
View Related
Nov 27, 2012
How to apply forces to a component who is spinning. More specific i am interested in the centrifugal loads distributed over the component.
Take an inducer wheel for a turbocharger. It is a complicated component and very difficult to calculate by hand. it is spinning with high revs, and the rev limit it set by the centrifugal forces acting.
View 1 Replies
View Related
Aug 12, 2013
I made a new positional representation (maybe it's connected, i don't know), and removed all the constraints from a part, but still can't move it.
It has other parts connected with it, and bolt, but i think i removed the governing constraint, but, cannot move it.
It's an assembly of about 5 parts, should i zip and attach it?
View 5 Replies
View Related