AutoCAD Inventor :: Finding A 2D To 3D Tool
Sep 12, 2012
I am looking for a 2D to 3D tool for inventor. According to some posts there is a tool at Autodesk Labs but this appears to have been discontinued.
Are there any tutorials / videos of how to achieve this goal now?
View 9 Replies
ADVERTISEMENT
Mar 25, 2013
I want to be able to define a "freeform shape" by clicking random coordinates and close the shape with a right click. (similar to words draw shape command). Is there an addon for this?
I also want this added capability in the "Lasso" function. Instead of dragging to random locations, just clicking on interim points where straight line segments are needed.
View 2 Replies
View Related
Jan 7, 2014
Is there a way to identify what sketch or Solid a reference parameter (d0, d1, d2 etc) is in / on.
View 3 Replies
View Related
Aug 27, 2012
I am trying to set up a search folder in Vault that would find files checked out by all the users.
In my Tools---Find I would set the Property for Checked Out By, Condition to contains. Now, what to enter in the Value window so it searches all the users, the thing is I dont want to enter all the user id's, there are quite few of them.
it here instead of Vault's message board but Vault's one seems to be rather inactive.
View 2 Replies
View Related
Nov 5, 2013
How do I need to write the code in Ilogic to find the sin of a number. It works fine in a parameter as sin (43) but does not give the same value in ilogic.
View 1 Replies
View Related
Nov 10, 2012
How do i get the length of a group of curves?
if i have some lines and arcs all joined as one continuous curve how do i dimension the total length of these in a drawing layout?
View 2 Replies
View Related
Jul 26, 2013
VBA routine that will allow you to select a work plane in the browser and find all sketches that are defined by it. We do extensive skeletal modelling and our master parts consist of many sketches and sketch planes
Note, I am aware of the VBA routine that allows you to select a sketch and highlight the plane or surface that it is made off of.
View 5 Replies
View Related
May 1, 2013
I am well versed with the FEA system, however I do not see any way to get total pressure or load on a face. I know the info is there, the results let me probe points on the face, I just cannot find a way to get the total.
I have attached an image that illustrates the situation.
I will even dive into iLogic again if it is possible to achieve my goal there.
View 2 Replies
View Related
Jul 16, 2013
We want to ensure that a balloon callout exists for every item in the parts list (BOM) in our assembly drawings. Is there a way to easily do this?
Currently, if we have an assembly with 30 parts, we manually search for each of the 30 BOM balloon to verify that none were missed. Since the balloons are not in order, balloon 5 could be on page 2 while 6 is on page 8. This method is often time-consuming and error prone.
It probably goes without saying, but if ballons are missed, then assemblers have nothing to show them were the parts go and either come ask us or guess.
View 1 Replies
View Related
Aug 4, 2012
i want to ask is there any scale factor function in Autodesk Inventor 2012?
this is because all my drawed part are already full constrained and I want to enlarge it to some factor?
View 1 Replies
View Related
Nov 29, 2011
I am creating a program to write out all the flat patterns of all sheet metal parts in an assy. I save it out as dxf. What I need is to totals of all the sheet metal parts across all sub assy’s etc in other words not “Structured” but “Parts Only” in Inventor BOM terms. All works fine but the only problem is that when a sub assy is a weldment or “inseparable”, it hides the parts inside it and “Parts only” BOM don’t make the internal parts of that sub available and the totals are not correct then. I need the totals because the idea is to write that into the file name including the thickness of the part.
View 9 Replies
View Related
Sep 27, 2012
I created view representations in my assembly, for example a column with k-polates and base plates, the column is a FG part, so now i create drawings and place views on that drawing, what i am askign for is I want to place the name of the view representation in my view label as a paramater so in the event i change my view names in my model they update in my drawing, this is important because i can create a cross referance to my 3D DWXF file views.
View 4 Replies
View Related
Aug 3, 2006
I would like to write a VBA macro which is able to find all of my inspection dimensions (rounded box in Inventor 11) and write some values into an excel sheet. Now, my problem is to identify the inspection dimension. I already looked into the API Object Model from Autodesk and into "all" properties of a drawing I created but I couldn't find them. I found the dimensions in the properties but no hint of an inspection flag.
View 5 Replies
View Related
Oct 22, 2012
I'm trying to get the value of the Category iproperty of the model on the active drawing sheet. This is not a problem in a single sheet drawing, but I'm not sure how to specifically retrieve the Referenced Document of the Active Sheet in s multi sheet drawing.
Here's what I have:
Option Explicit
Public Sub PartsListFilter()
'set reference to the drawing document
'assumes that a drawing is active
Dim oDraw As DrawingDocument
Set oDraw = ThisApplication.ActiveDocument
[code]........
View 1 Replies
View Related
Jul 10, 2013
are there any other analysis tools available to find the minimum internal wall thickness in a part? I'm aware of the cross-section tool, but that only analyzes an area the user has already noticed. In a prismatic part with several cross-holes and features (cavities), it could be easy to miss a thin spot that could give up under internal pressure just by 'eyeballing' the part with Hidden Edges turned on.
I guess I could try the 'unground and move the part thru a sectional plane' trick, but I think it would be too haphazard, especially if the weak point is not thru a principal plane.
Is there a tool I'm missing or maybe something that has been added in newer releases? Maybe this is too much analysis to ask of a modeling package.
Inventor Professional 2014 64 SP1
Windows 7 64 bit - SP1
Xeon E5-1620
16 GB Ram
Quadro 2000
View 7 Replies
View Related
Nov 19, 2010
I have a iLogic question about finding out if a View exits..
Lets say I have a drawing that I want to read the scale of a view.. All the snippets I have found is pointing to the name of the view like "VIEW1". But if I have deleted the first view I created it will give me an error..
So, is there ant possibility to check if the "VIEW1" exits without getting an error?
View 9 Replies
View Related
May 31, 2012
I am having trouble using the beam and column calculator in Autodesk Inventor. When I choose the beam that I want to test all the dimensions are not being put in automatically.
This is happening with most types of beams that I import from the CC the angle (6X3-1/2X3/8) that I am trying to test is getting no Wx, Wy, Wk or Jk. and the I beam (W6X25) is not getting Wk and Jk.
View 8 Replies
View Related
Feb 6, 2013
I'm trying to write a VB.Net program (Visual Studio 2010 Express) for Inventor 2012 that will add up the length of all the edges of a flat pattern including any cutouts/holes in the part. I need the total length to do an estimate on the amount of time required to cut out the pattern on a laser. How to get this info programatically in VB?
i7-2720QM Dell Precision M6600, Win 7 Pro 64-bit, 8GB RAM
Autodesk Product Design Suite Ultimate 2013
Autodesk Vault Professional 2013
View 2 Replies
View Related
Aug 9, 2013
I know you can change the leader style and the text style in a weld symbol...I can't seem to find a style for the parts?
Specifically I'm trying to change the color, I'd like the enirety of my weld callout to be a different color...just for visually tracking and locating on the drawings.
So if I change it to orange...right now the leader and text are orange but the weld symbol itself and the tail are still black.
Inventor 2014
Windows 7 Pro SP1
Intel(R) Core(TM) i7-3770k CPU @ 3.50GHz
16GB RAM
NVIDIA Quadro 4000
3D Connexion SpaceMouse Pro
View 2 Replies
View Related
Mar 27, 2013
As part of the automation requirements we are working on (through the .NET interface), we would like to find out whether a given drawing contains a sphere and if it does we would like to know its properties. We are doing something like this, to loop through the database and am able to get all Solid3d type of objects.
What I would like to know, if a given solid3d object is a sphere or otherwise. The code snippet is pasted here for reference:
bool bContainsSphere = false;
foreach (ObjectId Id in Ids)
{
DBObject oObject = ts.GetObject(Id, OpenMode.ForRead);
if (oObject.GetType().Name == "Solid3d")
[Code] ......
View 8 Replies
View Related
Oct 16, 2011
I am trying to find the ploylines in my autocad modelspace. It does not matter what layer they are on, I just need to find all of them as to find their coordinates. I can find the coordinates of a recently created polyline with the vba help but now I'm stuck with just finding a polyline in the modelspace.
View 2 Replies
View Related
Sep 25, 2013
I have a task of finding the lines which are overlapping on each other (not completely). One Plines start or End point will be on another lines(without snapping). Need to find all those such lines..
View 1 Replies
View Related
Oct 23, 2011
finding a good visualisation package? I'm looking for something simple but with good effects. I'm only working to 2D. I currently use M-Color but would like something that would give a better result but is as easy to use.
View 0 Replies
View Related
Aug 9, 2013
trying to find a .net DWG viewer component that actually works. I tried DWG Viewer from SkySoft and cannot get it to register in VS 2010, I downloaded and installed SolidWorks eDrawings viewer and tried to use that. I could not get that to register and place the control on the toolbox. I also tried TrueView and I'm beginning to thing it can't be done. It seems like this should be fairly easy but it's not.
All I want is to be able to display the .dwg drawing on a Windows form. I have a .net WinForms app that I would like to show the drawing to the user. I already have the bitmap preview and would like something larger.
I am using Visual Studio 2010 on a Win 7 64bit machine.
View 1 Replies
View Related
May 2, 2013
Is there a way to find out if the drawing was in a scale other than 1:1 when it was originally drawn?
View 9 Replies
View Related
Apr 15, 2011
I am attempting to plot a site plan for a large single family home property (2 lots at 200'x329') to an ARCH D (24x36) sheet and have set up the paper space and a title block template to fit this. I set up a new viewport inside the tile block template to take up all the open space inside it.
Our professor provided us the survey from which we're doing our drawings and has asked for us to plot in 1:20 scale(1"=20'), so I have input 1:240 (1" = 240") in the layout scale menu. The site plan to be plotted fits, but much too small to be acceptable. It takes up only maybe a third of the viewport, when it should fill the viewport (the sheet) for the most part.
View 1 Replies
View Related
Sep 5, 2013
I have two sections both region-ed. What is the correct way to find the combined inertia. The sections kind of "fit" into each other. So far I have used two different methods and I don't know which is correct.
1. Centre each section individually, find the section properties of each sections and then add them together.
2. Combine the section, centre them together, and then find the inertia of the combined sections.
So which one is correct? The first one gives a much smaller I value then the second ones.
View 6 Replies
View Related
Aug 12, 2013
I am currently working in Autodesktop 2006 at the moment and have somehow misplaced my Express Tools "Layers" toolbar. I don't remember touching it, but it's now gone. I've toggled it on and off with no luck.
Edit:
Never mind. I just reset the profile and dealt with it that way.
View 5 Replies
View Related
Jun 1, 2012
I want to know is a point(for example p1) is on the right of an alignment?
View 3 Replies
View Related
Apr 30, 2013
I just installed the student version of ACA 2011, but it does not show any ribbon and I could not even set up the classic look either.
View 2 Replies
View Related
Feb 5, 2012
now i know this is possible because i did it once before with 2012 but now i can't remember
View 2 Replies
View Related