AutoCAD Inventor :: Automated Skeletal Method

Apr 5, 2013

I would like to introduce a macro to handle the skeletal method.

[URL].........

View 1 Replies


ADVERTISEMENT

AutoCAD Inventor :: Skeletal Sketches And Copy

Oct 29, 2012

we very often create parts/assemblies using skeletal sketches, problem we encounter is that when we use the copy command in the components area on the ribbon.

The problem we have is that when we open the new assembly and components they are still looking at the original skeletal sketch. is there anyway to copy the orginal skeletal sketch to a new one and the new parts look at this upon using the copy.

At present what we do is make a copy and rename the original file. Then open the assembly and it looks for the original skeletal sketch, so we point it at the new skeletal sketch.

This is not an issue when we have a couple of parts in an assembly but if you have a lot of parts in the assembly it si very time consuming.

View 1 Replies View Related

AutoCAD Inventor :: Skeletal Modeling - Cannot Use 3D Sketch Lines In Skeleton Base Part

Sep 14, 2011

Why can i use lines from a 3d sketch to constraint a part to a skeleton base part?

I have attached a example where i try to constraint the tube.ipt using 3D geometry lines of the part  Layout_3d_sketch.ipt in the assembly teste.iam, but i'm unable to select any lines from that file.

Why can't i use this 3D sketch lines in a skeleton base part?

View 9 Replies View Related

AutoCAD Inventor :: Form-want To Change Parameters Of Skeletal File Then Update Assembly

Dec 14, 2012

I have created a iLogic form for my skeletal part file that drives my assembly. The issues is that it is a few steps to get the assembly to update.

Current Steps: open skeletal part fileuse form to change size parameterssave new skeletal size changesopen assemblypress the update button if changes haven't already been applied...I have tried to link these parameters directly to the assembly and tried to create the form using those linked parameters from the skeletal part file. It looks like it would work, but I am unable to edit the parameters once the form is created. 

I am hoping that the I can skip opening and editing the skeletal part file.open assembly fileuse form to change size and dimensions, and all part files and drawings are updated to that new shape and size.
 
I have tried to create a global Form in the skeletal part file, and tried to update the size changes in the assembly file.I was able to changes the inputs this way, but once I pressed the apply I get an error with no changes.  what I want but I am not very up to date on iLogic or these forms. I will be searching Google for now.

View 3 Replies View Related

AutoCAD Inventor :: How To Make Skeletal Model For Steel Frames Visible In DWG Environment

Oct 4, 2012

I've generated my steel frame model using a skeletal model technique. So my part file consists of only sketch lines representing where I want my steel to be placed. I've created an assembly and used that in my inventor.dwg file.

The problem is that I need to dimension to the sketch file and not to the model shapes because the sketch lines define the center of gravity. These lines aren't visible even though I've right-clicked on the content and selected "Get Model Sketches". How I can get my skeletal model through to the DWG environment?

View 5 Replies View Related

AutoCAD Inventor :: Automated Centerlines In VBA?

Jun 2, 2008

How I can put in VBA the Automated centerlines. Because I looked for and not find nothing that can do this.

View 4 Replies View Related

AutoCAD Inventor :: Automated Generated Drawings?

Oct 1, 2008

I have an assembly that is a general model with different modules that all are iAssemblies.

With this model I can speed up the design process at the company I am working for.

In the model I only choose the correct member for the iAssemblies and the assembly updates correctly and just with a couple of clicks I have made a configuration of all the modules.

Now, I would like to take it a step further and have the drawing, for the specific configuration, generated automatically.

In the drawing I would like to have the master assembly presented in sheet 1 and the modules presented separately in different sheets, all sheets with BOM lists.

Is this possible to do?

(Next step is to export all the BOM lists to an excel document that can be sent to the product co-ordinator to build up the database system)

View 4 Replies View Related

AutoCAD Inventor :: Automated Dimension In Ilogic?

Jun 12, 2013

I am mechanical drawing and search a better way for the drawing generation. I have to learn some of VBA (or VBS?) for use Ilogic rules. My questions are:

1.- How learn or search more easily and faster the inventor objects for drawings and how to use this objects, undestanding the relationship between its function names and another properties for writing the correct mode in VB? I know some of VB buti see that the library objects from Inventor are "a lot of stuff".

2.- Is there a rule that can get, automatically, the centerlines from a drawing, when the drawings is generated in a idw file? (10 drawing in one idw file ).

Intel i7 2630 processor

6 Gb Ram

Nvidia GT350

View 4 Replies View Related

AutoCAD Inventor :: Automated Create Sketch Blocks?

Jan 23, 2013

creating a named sketch block (in an ipt) containing entities that I have created in the same sub? I'm doing this from Excel, in Inventor 2010.

What I have:
 
Function CreateUncutTagSketchBlock()Dim IVApp As Inventor.ApplicationDim oDoc As DocumentDim oCompDef As ComponentDefinitionDim oSketch As SketchDim oTG As TransientGeometryDim FileName As StringDim Coords(1 To 10) As Point2dDim oSketchCircle As Circle2dDim oSketchArcs(1 To 2)

[code]....

 note that i've also taken a shortcut with the arcs, and the circle. I did try to create them using the same naming convention as the lines, but... I failed to implement it successfully.Also, I can not quite figure out how to constrain all the start/end points together.

View 2 Replies View Related

AutoCAD Inventor :: Automated Centerlines In Sheet Metal

Sep 11, 2013

Is there a reason a sheet metal "cut" isn't an option for the automated centerlines tool? Am I overlooking something? When I make holes in sheet metal parts, I draw the circle then "cut" it into the sheet metal. For some reason I can't find how to give those automatic centerlines on drawings.

View 6 Replies View Related

AutoCAD Inventor :: Automated Centerlines At Angle Around Center?

Aug 16, 2012

When I click to to automated centerlines, it usually places a vertical/hozional centerline on all the circles in the drawing like in the first attachment.  But, sometimes it will make the centerline to angle around the center like in the second attachement.

What you have to do so that the centerline come off at angles like in the second picture?

Otherwise I end up using the centerline feature and drawing them all in which is a real hassel!

View 6 Replies View Related

AutoCAD Inventor :: Generate Automated Drawing For Assembly?

Aug 17, 2012

I am trying to generate automated  drawing for my assembly and iam trying to run the following code

Imports Inventor.ViewOrientationTypeEnum
Imports Inventor.DrawingViewStyleEnum
dim oDrawingDoc as DrawingDocument    
dim oPartDoc as Document
dim oSheet as sheet
dim oTG as TransientGeometry
dim oView1 as DrawingView

[code]....

but when i run the code its asks me whether you want to generate the drawings, but when i say yes shows runtime argument error as show below

Error in rule: Rule0, in document: pin

The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))

when i ask for more info it shows the following error

System.ArgumentException: The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
   at System.RuntimeType.ForwardCallToInvokeMember(String memberName, BindingFlags flags, Object target, Int32[] aWrapperTypes, MessageData& msgData)
   at Inventor.Documents.Add(DocumentTypeEnum DocumentType, String TemplateFileName, Boolean CreateVisible)
   at LmiRuleScript.Main()
   at Autodesk.iLogic.Exec.AppDomExec.ExecRuleInAssembly(Assembly assem)
   at iLogic.RuleEvalContainer.ExecRuleEval(String execRule)

View 5 Replies View Related

AutoCAD Inventor :: Automated Assembly Based On Work Geometry

Aug 13, 2013

I'm trying to setup an assembly based on a complex 3D sketch.  In simplest terms, if I have a sketch for the perimeter of a house, I'd like to add instances of a 2x4.ipt at specified locations automatically.  That's not necessarily every 16", but rather wherever I put a specific geometry.  I'm imagining two work axis or sketch lines, one along the perimeter to determine the location of the 2x4 and one perpendicular to determine the direction the 2x4 points. 

In actuality my sketch won't be a rectangle, but rather a complex 3D spline, that's why I'm hoping to get some sort of automated process.  And the current design involves somewhere on the order of 1500-1800 2x4s.  Making the sketches and geometry will be nightmarish enough, I'd prefer to be able to breeze through the assembly portion.

View 3 Replies View Related

AutoCAD Inventor :: ILogic Coding To Create Automated Drawing?

Feb 14, 2012

I'm attempting to create a model that autmotaically derives ready-to-go drawings. I've gotten pretty far in doing so but have a few issues with regards to dimensioning. As I'm sure you're aware, when the model changes, a dimension to that feature, which has been removed, is also deleted and some those dimensions do not return once the model is changed back.

I have looked into using different view representations, but have found that they do not accommodate feature supression.

Is there a way to program in the dimensioning of a view.

Create center points for of the holes and center lines.

And for a feature note such as "Hole and Thread" dimensioning, when the model expands, the leader and text length do not change and proceed into the view. Is there a way to fix or anchor the text to a certain spot on the drawing, and have the leader length expand and change accordingly to that point.

View 9 Replies View Related

AutoCAD Inventor :: ILogic Coding To Create Automated Drawing?

Feb 14, 2012

I'm attempting to create a model that autmotaically derives ready-to-go drawings. I've gotten pretty far in doing so but have a few issues with regards to dimensioning. As I'm sure you're aware, when the model changes, a dimension to that feature, which has been removed, is also deleted and some those dimensions do not return once the model is changed back.

I have looked into using different view representations, but have found that they do not accommodate feature supression.

My questions are:

Is there a way to program in the dimensioning of a view 

Create center points for of of the holes and center lines

And for a feature note such as "Hole and Thread" dimensioning, when the model expands, the leader and text length do not change and proceed into the view. Is there a way to fix or anchor the text to a certain spot on the drawing, and have the leader length expand and change accordingly to that point.

View 2 Replies View Related

AutoCAD Inventor :: Make Automated Fence Generator With 2012 Driven By ILogic Rules?

Sep 26, 2012

I'm currently trying to make an automated fence generator with Inventor 2012 driven by iLogic rules.

My model is done now, and my BOM information (description & part number) is set correctly.

Now is my problem some parts are not supposed to be in the BOM at a certain moment.

Example.

If fence_type = 1 Then

Beam-001 = default

Else If fence_type = 2 Then

Beam-001 = reference

Else If fence_type = 3 Then

Beam-001 = reference

End If

But what do write to set BOM status of a part?
 
Inventor 2013

View 5 Replies View Related

AutoCAD Inventor :: Automated Extraction Of Parts List From PDF To Compile Complete Drawing Package

Mar 7, 2012

pdf drawings are king at our company.  When we creat a product, pdfs (and sometimes stp files) are generated and placed in folders organized numerically by part number.

Our challenge is that finding all the current pdfs for an assembly is not automated.  Thus, to get all the current drawing pdfs, someone has to open up the top level pdf, read all the part numbers, go get/print the pdfs of the parts, subassemblies, subassembly parts,  etc.  This is time consuming and error prone and getting worse as the number of parts we always increasing.

I'd like to automate the process.  I'm thinking about a program/script that: Extract parts list from pdf of Inventor assembly drawingCopy pdf of individual parts/subassemblies to a directoryMerge all pdf for that assembly into single pdf.

INV 2013

View 4 Replies View Related

AutoCAD Inventor :: Enhanced Automated Batch Print / Email / Utility For AutoDesk Users

Jul 16, 2012

a powerpoint presentation, for a software package that I have designed, and written, for use with AutoDesk Inventor.Could I ask you if you could spare just 2 minutes of your time to look at the presentation, so that I can gauge your impressions of the software, and the power point presentation itself.

The powerpoint presentation will give you a brief description of the software's capabilities

View 3 Replies View Related

AutoCAD Inventor :: Add Method Error

Jul 7, 2006

i have a problem in Inventor 10 with the add method, which i didn't have in inventor 8, it's very puzzling. I open an assembly, add some parts (this goes without problems) then i open another assembly, change some stuff,close it again, so i'm back in the first assy and then the next add method fails.

Public Sub AddOccurrence()
' open assy
Set oAssy = ThisApplication.Documents.Open("C:TempAssy.iam", True)
' Set a reference to the assembly component definition.
Dim oAsmCompDef As AssemblyComponentDefinition
Set oAsmCompDef = ThisApplication.ActiveDocument.ComponentDefinition
[code]....

View 6 Replies View Related

AutoCAD Inventor :: Trying To Use GetPromptTextValues Method

Dec 31, 2012

I am trying to display the Tags and Values of an inserted AutoCAD block in an Inventor 2013 dwg. I am using .Net studio10.I can list the properties of the block object but cannot get the "GetPromptTextValues" method to work. Problem is at the bottom of the code listed below.

' Connect to a running instance of Inventor.Dim invApp As Inventor.Application' Check to see if a drawing is active invApp = System. Runtime. InteropServices.Marshal.GetActiveObject("Inventor.Application") If invApp.ActiveDocument.DocumentType <> Inventor. DocumentTypeEnum. kDrawingDocumentObject Then MsgBox("Need to have a drawing document active")Return End If ' Create ref to active drawing document Dim oDrawingDoc As Inventor.DrawingDocumentoDrawingDoc = invApp.ActiveDocument.
[code]....

View 9 Replies View Related

AutoCAD Inventor :: Different Tolerance Method

Apr 30, 2009

While looking at the different tolerance methods, I see a couple called MIN and MAX, which just tack these words to the end of the dimension. Is there a way to customize the tolerance methods to add suffixes or prefixes to dimensions, such as TYP or 2 PLCS or something like that, so that I can minimize my detailing time.

View 5 Replies View Related

AutoCAD Inventor :: Any Way / Method Of Doing Overall Project Properties

Jul 14, 2012

Basically a project could contain one idw file, or it could contain 20 idw files or 100 or more.

Our titleblock has about 12 entries of project information that will be consistent on all sheets whether that's one sheet or a 1000 sheets.

Is there a way to link an excel file to each idw? (I'm pretty sure not : ) ) or some way to have a central repositor for those properties so that if something changes, we don't have to go back and change each idw?

I have seen the drawing transfer management wizard, but it seems like overkill to a situation that has to have existed a long time - that being needing customer info on a titleblock. Seems like it'd be the perfect think for linking an excell file or having actual properties in the project file.

View 8 Replies View Related

AutoCAD Inventor :: Use ExtendFeature Method Of PartFeature

May 22, 2013

I need to get familiar with the Inventor API for my thesis.Currently, I need to extend the face of a part.I started with selecting the face edge by

Dim ActiveDocument As Inventor.Document
Dim spline As Object
Set spline = ThisApplication.CommandManager.Pick(kPartEdgeFilter, "please choose the face edge!")

This is working fine.I know that the next step would be to use the ExtendFeature method of PartFeature, but I do not know exactly how to do this. Do I need to get the face as parent of the edge? How can I invoke the extesion then?

View 2 Replies View Related

AutoCAD Inventor :: Method For Seeing If Column Is Present In BOM View?

Jun 3, 2013

I've seen things about getting the information from the parts in the BOM list, but not about seeing what is present in the structure itself

View 1 Replies View Related

AutoCAD Inventor :: Setting Dimension Method Selectively

Jul 16, 2013

Looking for the method to query oDrawingDims.Tolerance. to see if SetToSymmetric (.0625) is the current value for a given dimension. 

oDrawingDims.Tolerance.Type results in 50377984, no matter what method is active in the dimensions. 

From Here. You get the Loop to reset,
 
'symmetric example' Set a reference to the select set of the active document.
DimoDocAsDrawingDocumentoDoc=ThisApplication.ActiveDocument' Find all selected occurrences and add them to an ObjectCollection.DimoDrawingDimsAsDrawingDimension'Loop through all dimensionsForEachoDrawingDimsInoDoc.ActiveSheet.DrawingDimensions'set Tolerance MethodoDrawingDims.Tolerance.SetToSymmetric(0.5)Next

As well as this code to reset to default if a tolerance falls with in a certain set values,

' Set a reference to the select set of the active document.DimoDocAsDrawingDocumentoDoc=ThisApplication.ActiveDocument' Find all selected occurrences and add them to an ObjectCollection.DimoDrawingDimsAsDrawingDimensionForEachoDrawingDimsInoDoc.ActiveSheet.DrawingDimensions'Loop through all dimensionsIf oDrawingDims.Tolerance.Upper = ("0.15875") And oDrawingDims.Tolerance.Lower=("0")oDrawingDims.Tolerance.SetToDefaultEndIf
Next

View 6 Replies View Related

AutoCAD Inventor :: Better Method To Find Part Overall Size?

Jul 14, 2013

Is there any better method to find the overall size of a part model? I tried Range Box method and that gives some inaccuracy if the model have loft feature and fillet on that. But if I use GetExistingFacets the size gives more accurate. At the same time in a round part model with a cut, the GetExistingFacets give inaccuracy and range box method gives better result. Below is the X, Y, Z sizes of the two models with the above mentioned methods.

Round Part (Part1)

Measured with GetExistingFacets method = 129.934196472168 x 126.422719955444 x 25
Measured with Range Box method = 130 x 126.514225996919 x 25
 
Rectangular Part (Part2)

Measured with GetExistingFacets method = 300 x 300 x 30.0000286102295
Measured with Range Box method = 300 x 300 x 30.4094903224854

find attached part models which I used.

View 9 Replies View Related

AutoCAD Inventor :: How To Change Selection Method To Feature Priority

Jul 11, 2013

I want to change the selection method to feature priority.

Where is the button?

Not in the right click

View 3 Replies View Related

AutoCAD Inventor :: Templates Not Used Depending On Method Used To Create New Part File?

Feb 19, 2013

I have found that if I use the drop-down to select a new part file, it does not use the default (and only) part template in my templates folder.  I know this as there are several settings that do not match.  If I click on the icon to open the new part dialog, it displays my templates (part, assy & drw) and creates the new file based on those accordingly.

Any setting that needs to be changed to correct this behavior?

View 3 Replies View Related

AutoCAD Inventor :: Data Type For Second Parameter Of Retrieve Dimension Method

Jan 18, 2012

What is the data type for the second parameter of retrieve dimension method? Coz it's optional parameter.Retrieve(ViewOrSketch as Object, [DimensionToRetrieve]) as GeneralDimensionEnurator

 We've tried to put the parameter name of the model as parameter  but error had occured "DATA TYPE MISMATCH".Here's our

Call osheetDetail.DrawingDimensions.GeneralDimensions.Retrieve_(oTopView,oModel.ComponentDefinition.Parameters.Item(10).Name)

View 2 Replies View Related

AutoCAD Inventor :: Unable To Find Suitable Modeling Method For Part

Nov 28, 2012

Please see attached image (I have tried to attach the part file but file size is to large to upload). I have created a sheet metal part, then converted to a solid component to utilize the bend tool. The actual part will need to overlap at the ends and will be joined using spot welds. I would like to be able to illustrate the overlap in the inventor model if possible but how to achieve this.

Before I call it a day and revert to AutoCAD or sketch this into a IDW,

View 9 Replies View Related

AutoCAD Inventor :: Macro Job For Creating Drawing For Part - SelectSet Method

Apr 8, 2011

I got a macro job for creation the drawing for a part. I got a lot of problem.

1/ The first one is move view:

I already create a view (e.g. oIsoView), now I want to move it to the left.

I find the DrawingView.Position method, how can I use this method? I try many time, but it's not successful yet.

Do I need to use the SelectSet method??????

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved