AutoCAD Inventor :: Secure Pin Component Generator - Can't Select End Plane

Jan 17, 2013

When I try to create a pinned joint, I can't select the end plane for the vertical bar.  Am I missing something?  I've used this DA before, but it was quite some time ago and in IV2013.

Inventor 2014 64-bit SP1
Win 7 Pro 64-bit SP1

View 7 Replies


ADVERTISEMENT

AutoCAD Inventor :: Worm Gears Component Generator

Mar 5, 2013

I'm given this data to generate my worm gear set with:

Worm Gear Data:
Diametral Pitch: 8
Number of Teeth: 27
Pressure Angle: 20 Degrees
Pitch Diameter: 4.219
Base Circle Diameter: 4.523
Circular Pitch: .491
Circular Thickness: .246
Root Diameter: 3.906
Face Width: .783
Worm Data:
Number of Threads: 5
Pressure Angle: 20 Degrees
Pitch Diameter: .938
Lead Right Hand: .375

Lead Angle: 169 Degrees
Addendum: .156
Whole Depth: .313
Chordal Thickness: .204
Inner Diameter: .619
Outer Diameter: 1.244
Center Distance: 5

My problem is it keeps changing data and/or failing.  It particularly hates the 27 teeth (always changes it), never shows a 5.4 gear ratio (probably because it hates the 27 teeth), and won't accept an addendum of less than 1.  Is this feature limited to only certain set gear setups? the automated tool won't accept these values (which I have to work with)?

View 2 Replies View Related

AutoCAD Inventor :: Compression Spring Component Generator

Jun 17, 2013

Can I use the spring generator to design a spring for me?  I know my spring rate, my loads and my dimensions.  I don't care how many active coils the spring has as long as it performs to the specifications I've calculated. 

View 3 Replies View Related

AutoCAD Inventor :: Frame Generator Sketch And Plane Visibility

Jan 9, 2013

I added another extrusion profile to my structural shapes library, using the same method as the others a few years ago.  It works, but the new extrusion now shows up with its profile sketch, start and end planes, and driven dimension visible.  The old stuff doesn't (like I would expect).  I have all planes in the published part turned off, not marked for export, etc., just like in the old ones.   How do I turn this off?  Inventor 2012 SP2.

When I open the extrusion separately, the work features to not display.  But, the it's also shown as the "default" color not as material.  Why does it default to "default" not "as material" like everything else?

View 1 Replies View Related

AutoCAD Inventor :: Place Component Automatically To The Xz Plane?

May 24, 2013

Is there a way that will allow me to place a component into an assembly where it automatically creates a constrain between the components xz plane and the assembly xz plane? I tried the Ground and root component, but it does too much, I will need to constrain the component differently on the other component planes. 

View 6 Replies View Related

AutoCAD Inventor :: Bolt Diameter Is Inactive In Bolt Connection Component Generator

Aug 7, 2012

I have some problems with Bolt Connection Component Generator. For placement I choose Concentric, i choose all references, but I can't select Diameter. It is stuck to 10mm and i can't change it.

I am using Inventor Profesional 2013

View 1 Replies View Related

AutoCAD Inventor :: Unable To Select Circular Edge Of Hub In Key Generator

Dec 13, 2012

I don't understand the meaning of the second reference in the hub section in the key generator, from the Design Accelerator. and i cannot select the circular edge around the shaft, in the hub.

View 1 Replies View Related

AutoCAD Inventor :: How Secure Is DWF

Feb 2, 2012

Is DWF secure enough so that people with Solidworks, ProE etc wont be able to import it and convert it into native cad data.

View 4 Replies View Related

AutoCAD Inventor :: Select Component Priority No Longer Shows Face / Edge Preview

Dec 12, 2011

This has happened since I updated to 2012 Professional.  When I want to use the measure tool or add constrains in assembly mode, the face/edge preview does not show up in red under Select Component Priority.  I have to wait for the select other option to come up to see which face I am on.  If I click on the face or edge it will show up but not until I do.  I don't remember changing any settings that would cause this.  I could have the select other option delay set to zero or I could change it to another selection priority but I don't remember having to do that before.

View 2 Replies View Related

AutoCAD Inventor :: Work Plane Rotated At Angle To Another Plane And Passing Through Axis Of Cylinder

Jul 13, 2013

How to make a new work plane rotated at an angle to another plane and passing through the axis of a cylinder, or one of the main axes.On the plane commands, in V2013, i don't find an option for plane at an angle

View 1 Replies View Related

AutoCAD Inventor :: Browser Component Names Do Not Change After Replacing Component

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

AutoCAD Inventor :: Detecting If Component Occurrence Is Virtual Component

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

AutoCAD Inventor :: Using A Solid Component To Cut A Different Component In Assembly

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

AutoCAD Inventor :: ILogic - Skip Saving A Suppressed Component / Delete Suppressed Component

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

AutoCAD 2013 :: Export Model Space Or Secure Layers

Apr 24, 2013

Is there a way within Autocad to lock a layer so that only certain people have access (say using a password).

Also is there a way to export model space from one workbook to another. In that one is the standard company file and I want to build a sepearte workbook for my purposes (making specific paper spaces etc...) but I want to use their model space for the model space of my workbook. Also if possible to export would this exported model space make changes when changes were made on the original copy?

View 8 Replies View Related

Revit :: How To Secure Custom Content

Apr 8, 2013

I am working with another company and we need to exchange Revit data. The issue is that my boss wants to secure our data set so the other company cannot "steal" the user families and 3d geometry created by us. It is my understanding that all I need to do is place the geometry I want to protect in a work group that is not editable.
 
Is it really that simple?Are there any "back doors" I need to worry about?

View 1 Replies View Related

AutoCAD Inventor :: Using Frame Generator

Jun 24, 2009

While using the frame generator's "Trim - Extend to Face" command on short members, the wrong end of the member is being trimmed. Is there a way to choose which end to trim on short members?

View 9 Replies View Related

AutoCAD Inventor :: How To Use Frame Generator

Oct 12, 2012

How to use frame generator in assembly? I find difficult to assemble a huge assembly.

View 1 Replies View Related

AutoCAD Inventor :: DIN H-Beams In Frame Generator

Aug 13, 2013

I'm running Inventor 2013 professional and I want to design a steel structure for stress analysis. But I can't find any DIN H-beams (HEB, HEA in accordance to DIN 1025) in the "insert frame member selection". 

Isn't it possible to use DIN H-beams in Inventor frame generator? Can I add my own parts to the library for stress analysis?

View 4 Replies View Related

AutoCAD Inventor :: Frame Generator Disappeared?

Apr 19, 2012

All of a sudden I can't get up my frame generator. I click into my frame > hit "insert frame", which is normally where the dialog box comes up, but I get nothing.

Inventor Professional 2014.
Windows 7 64 bit.

View 4 Replies View Related

AutoCAD Inventor :: Frame Generator Error

Feb 13, 2012

I just recently had Inventor 2012 installed on my computer and I went to make a frame generator and an error message popped up and won't let me make the generator. I attached a .jpeg to this that shows what error keeps appearing.

View 3 Replies View Related

AutoCAD Inventor :: End Cap Button For Frame Generator?

Aug 6, 2013

Coming from a solidworks background, i frequently use weldments, or Inventor's equivalent - frame generator.

Wondering if there was a solidworks 'end cap' equivalent.  

[URL] essentially a weldment driven and generated part which doesn't need much thinking about.

View 1 Replies View Related

AutoCAD Inventor :: Using Frame Generator And Vault

May 20, 2011

It seems to me that there is a major disconnect between using the Vault and using Frame Generator.  When creating a frame using frame generator all the parts are automatically named by frame generator.  It gives you a name such ANSI W8x13 00000001 for an I-beam for instance.  As you create more components (I-beams in this case) the number on the end of the file name increases so you have 0000002, 00000003 etc.  After I'm finished with the assembly I will check it into the vault.

The issue comes up when I go to create a new assembly a few days later using the same I-beam.  The naming convention for the I-beam is exactly the same for the new assembly file.  It will start over and give me a new ANSI W8x13 00000001 file.  Now when I go to check it into the vault I get the "cannot check in due to vaulting restrictions" error because the two files have been named the exact same thing.  It seems crazy that Inventor would be set up this way considering how vault works.  The only thing I have found is that you can click the browse button and rename the file.  This is a serious headache though because I have to come up with a unique name (or pre-fix) for EVERY part of EVERY frame that I generate.  And lets just say it's not hard for me to create 100+ new parts a day using frame generator. 

View 9 Replies View Related

AutoCAD Inventor :: No Studs In Frame Generator?

Dec 23, 2011

Aside of beams and so I could use some metal studs. Seems like there are not any.

View 9 Replies View Related

AutoCAD Inventor :: Frame Generator Cut Length

Mar 6, 2013

The frame generator gives the wrong cut length (G_L) when using double end treatment "Trim and Extend to Face"

See attached screen shot: The correct length of the diagonal RHS should be 1852 mm after trimming the RH end to btm and rh member. As far as I remember this is an old problem never been fixed. Is a lot of work manually altering the cut length of 20-30 member in the BOM.

View 9 Replies View Related

AutoCAD Inventor :: How To Position Key Precisely With Key Generator

Dec 13, 2012

I use the Key Generator from the Design Accelerator and drag the red arrow to position the key under the gear.

Numbers change, and when i position the key they disappear.

There is no way to input a precise dimension. am i right?

View 4 Replies View Related

AutoCAD Inventor :: Frame Generator BSI Standard

May 9, 2012

I created a frame using 150 x 75 BS4 channel section in 2011/12 (can't remember which) however it was created before the BOM length fix (all lengths stated are not necessarily the lengths of the beams). In order to fix this I need to redraw the frame, which is fair enough, however I am unable to find the BSI standard channel section. In fact, BSI has seemed to vanish from my library completely, I can not even place a component from the BSI library.

I have had a look around the C:/Programdata/autodesk/inventor2011(or 12 or 13)/contenetcentre/libraries and have found parker, gost, DIN etc but no BSI. I have not used the frame generator/place component in 2013 yet so no idea if this was from install or not.

View 1 Replies View Related

AutoCAD Inventor :: Edit With Frame Generator

Oct 30, 2012

My skeleton has lost translation with my frame generator and has offset the sketch. I have tried "Edit with Frame Generator" but the peices seem to stay in place.

View 4 Replies View Related

AutoCAD Inventor :: Frame Generator For Plates

Oct 7, 2012

I have been playing around with Inventor (moving across from Solidworks) and am wondering how I 'detail plates' I am becomeing familiar with the Frame Generator to create all of my members, but it seems quite disconnected in the creation process create a plate.

I currently am creating the 3D sketch (in a part) creating the (base) plate in the same part and then in the assebley I am using the frame Generator (See image) to create the members.

How to correctly include the plates as part of the design process.

View 4 Replies View Related

AutoCAD Inventor :: Material Properties In Key Generator?

Nov 6, 2013

I've got a question about the key generating function in inventor.

I'm trying to design some keys in a shaft for a project in working on. In that design the steel alloy I'm using is important so that the design doesn't fail. The only problem is Inventor uses some unit called "Allowable Pressure" to perform this calculation. All the material data sheets I've looked at don't have a material property by that name. Is this a material property or perhaps something else?

View 3 Replies View Related

AutoCAD Inventor :: Frame Generator Report

Jun 12, 2012

Is there any way in standard inventor to find what sketch is related to a frame generator member?

View 6 Replies View Related







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