AutoCAD Inventor :: Create Frame Made Out Of Structural Steel

Aug 29, 2012

I want to create frame made out of structural steel. In order to do that Invwentor is giving me no option but to make Layout Sketch (any other way?), which then i should use for inserting members. Now, when i want to creat layout it does not give me an option of assigning it to a work planes i created. It always sketches it in default XY plane. I need to create 3D layout that will follow several work planes i created. I tried selecting any of the other work planes before clicking on layout button but no luck.

solidworks 2010

View 4 Replies


ADVERTISEMENT

AutoCAD Inventor :: Structural Shape Authoring And Frame Analysis

Dec 30, 2010

I created a structural shape profile for use in a project. It is square tube with radiused corners, very similar to "ANSI/AISC (Rolled Steel) Structural Tubing Square" in the content center, but mine is 1 inch square with 0.065 inch walls.

I've made a chassis out of my custom tubing. When I run a frame analysis on it, I get an error/warning stating that the torsional section modulus is zero, because I didn't fill in the value when I generated the frame. How do I calculate that value?

I've attached the tube that I used to make the structural shape.

View 9 Replies View Related

AutoCAD Inventor :: Structural Member Lengths In Frame Generator

Jul 27, 2012

I have created a few new structural parts that I am in the process of publishing to the content center.

I got one of them in and have it working very well except for one item.  If I place this structural piece into an assembly as a stand alone part just selecting the length and the material as the key inputs, it shows the proper length in the part number and the description just fine.  If I insert this same structural piece in a skeleton using the frame generator, then the length that shows up in the description is the default one that the part was originally created to.  How do I get the length to show up in the frame BOM correctly when parts are created using the frame generator?

This works using the structural members out of the box.

View 9 Replies View Related

AutoCAD Inventor :: Section View Of Parts Made In Frame Generator?

Oct 9, 2013

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?

View 4 Replies View Related

AutoCAD Inventor :: Create Part (IPT) Using Structural Shape?

Jan 19, 2012

Using Inventor 11 I wish to create some individual parts using Structural Shapes from the Content Center as the basis for my sketch profile and extrude to length before doing other machining.

Is it possible to do this from the Part environment directly and not use the frame generator?

View 4 Replies View Related

AutoCAD Architecture :: Create Profile Into Structural Via Command Line?

Dec 14, 2011

Can you create a profile into a structural via the command line?

View 2 Replies View Related

AutoCAD Inventor :: Unable To Create Custom Frame Member Part

Jun 28, 2010

I created a template part, turned it into an I-part and published it successfully as a Frame Member.

The custom member was published into a custom library that is read/write.  I was forced to create this library in order to publish the part.

When I go to use the custom profile with the frame generator, I am able to find the custom member in the dialog but when the frame generator tries to generate the part, I get this error message:

[WARNING] Frame Generator: Errors occurred during inserting Frame Member(s)
[WARNING] Insertion of frame member(s) failed
[ERROR] A frame member could not be created.  The template file for Unnamed GIRT-2 could not be located in the Content Center library.

View 9 Replies View Related

Photoshop :: Are Ready-made Borders / Frame Designs Available In CS6

Sep 4, 2012

I used Photoshop Elements 4 for many years and upgraded to 10 about a year ago; I recently downloaded Photoshop CS6 for the trial period.  In my projects I regularly use the ready-made frame and border designs that are available in the “content” section of PSE.  I thought that a more extensive program like CS6 would offer a larger variety of ready-made frames, but I have been unable to find any at all. (PC, Win7 OS, PS CS6 vers. 13.0 x64)

View 5 Replies View Related

Revit :: Structural Discipline To Show Non-structural Walls

Aug 27, 2009

How do I get to the settings that control what does and does not show in any given discipline - we need to update the Structural Discipline to show the non-structural walls, and non-structural portions of other walls as halftone.

View 2 Replies View Related

AutoCAD 2013 :: Create Dynamic Block Of Steel Angle Of Multiple Sizes And Thickness

Nov 19, 2012

I am tying to create a Dynamic Block of a steel angle of multiple sizes and thickness. I used Dynamic Blocks before and live the idea of changing sizes on the fly with out having to delete and recreate an object.. I got as far as creating an angle of different sizes, i.e.. 4x4, 5x5, etc. and different thickness but can't get the thickness to work with the radius of the angle.

View 2 Replies View Related

Photoshop Elements :: Create A Frame Inside Frame?

Nov 15, 2013

How do I creat a frame inside a frame?  Elements 4.0

View 2 Replies View Related

AutoCAD Inventor :: Adaptive Structural Bracing

Jul 18, 2013

I've been working with inventor professionally for about a year now doing piping and vessels for the oil field. This also involves a lot of pipe supports and platforms.

I'm trying to streamline the process right now by coming up with a way to make some adaptive bracing that I can reuse so I don't have to model it over and over. Most of the engineer drawings I get are basically the same; 2d lines for beams with work points for the bracing and typical connection details.

I start with a skeletal model and use frame gen to drop my beams in. But bracing is where I run into difficulty. I get it done but its just tedious and time consuming

Is their a way I can make a reusable adaptive or flexible bracing for this task? Here's some pics of what I've been sinking around with to try and automate this (I haven't found a good solution yet).

1. Created my skeleton
2. Dropped beams in
3. Created bracing template
4. Dropped bracing temp in assembly
5. Constrained it into place
6. used make parts to place the gusset plates into my assembly
7. gusset plates fully parametric

I'd like to have a better process of doing this. Ideally I'd like to drop a whole brace sub-assembly (gussets, brace and bolts) in to the main assembly and constrain to the drawing specified work points and be done with it.

View 6 Replies View Related

AutoCAD Inventor :: Spring Steel Constraining

Jul 2, 2013

I have a piece of steel that I need to flex. It is a piece of blue tempered spring steel pressed against the corner of a brass pressure transfer. The opposite end of the transfer is tangentlly constrained to a latching mechanism. When the latching mechanism is lifted, the transfer rotates slightly around a screw (made invisible) and the spring is flexed. When the latch is released, the spring returns the latch to the closed position. I have several other assemblies that use the same principal, but some with just a piece of mild steel used as a cover as well as a spring.

View 5 Replies View Related

AutoCAD Inventor :: How To Change Length Of Steel

Mar 9, 2012

I got this code below to place a channel in an assembly, but don't know how to change the length of the steel.

' Set a reference to the active assembly document. Dim oDoc As AssemblyDocument oDoc = ThisApplication.ActiveDocument ' Set a reference to the ContentCenter object. Dim oContentCenter As ContentCenter oContentCenter = ThisApplication.ContentCenter ' Get the content node (category) "Structural Shapes:Channels" Dim oContentNode As ContentTreeViewNode
[code]..........

View 9 Replies View Related

AutoCAD Inventor :: How To Add Class Of Steel Values

Jan 3, 2014

We use several different classes of steel such as A572-65 or A572-50 etc. Any way to add those values in Inventor 2014 without having to reinvent the wheel?

View 3 Replies View Related

AutoCAD Inventor :: Sweep Imported Structural Profiles?

Jan 7, 2014

I want to sweep a I-beam along a 3d sketch to create a conveyor. I will be using different shapes at times so the profile won't always have the same shape, sometimes a small I-beam or a large one or possibly square tubing.

I know I can create the profile and dimension it but is there an easy way to import the profiles from Frame Generator into the sketch or another way without having to create and dimension the sketch?  Or is this one of those tasks you just can't avoid?

View 2 Replies View Related

AutoCAD Inventor :: How To Split Frame Member On Custom Profile Frame Generator

May 22, 2013

After using Custom Profile for Frame Generator, the Part List will show total length, not individually. How to split these frame members?

View 2 Replies View Related

AutoCAD Inventor :: Frame Design - Trim To Frame Fails With Custom Profile

May 20, 2013

I created an extruded aluminium profile (attached file: Item Profile 8 80x80) which I published into the Content Center. When using this profile in a frame design, and using the Trim To Frame command, the profiles are trimmed at a weird angle (attached pdf file).

View 2 Replies View Related

AutoCAD Inventor :: How To Split Frame Member On Custom Profile Frame Generator

Apr 30, 2013

After using Custom Profile for Frame Generator, the Part List will show total length, not individually. how to split these frame members?

Inventor Professional 2013 SP1.1
Windows 7 Pro 64-bit, SP1
HP EliteBook 8460w; 8 GB RAM; i7 - 2.0 GHz; AMD Firepro M3900 -1 GB

View 2 Replies View Related

AutoCAD Inventor :: Notch Or Miter A Straight Frame To Curved Frame

Dec 13, 2011

There should be a way to Notch a straight frame to a curved frame! I want to laser cut the tube, so I really need to trim one tube to a curve tube.

View 8 Replies View Related

AutoCAD Inventor :: When Detailing Generated Frame View Shows Elongated Frame Members

Jul 26, 2012

I come across this problem from time to time and generally either just ignore it, if the detail is destined for in house manufacture, or alter it in autocad if it's destined for exterior suppliers.

Our guard frames are manufactured from extruded aluminum section (made by a company called palletti) I have when needed created a new frame generator frame member for each new x-section that we wish to use. I then draw a 2d sketch for the base frame skeleton and then a 3d sketch for all the frame work above. This I then use in an assembly to create the framework.  This framework assembly then goes into a second assembly where the framework is then adorned with all the accoutrements that make up a guard frame that we can then order as an assembled frame, panels feet, hinges et al.

When placing the views for the detailing of the second assembly sometimes the view will show the wrong length for one or some of the frame members.

;note how the left and right views are different and how some of the frame members are elongated on the lh view.

 I'm guessing its because of the home grown frame members but all seems to work well other wise and this only happens infrequently.

HP z210 16Gb ATI FirePro5800
Autodesk Produst design Suite 2012

View 1 Replies View Related

AutoCAD Inventor :: Material Database With More Steel Types

Jan 7, 2012

I am looking for a material database with more steel types than the ones that are installed in inventor.

Is there a comprehensive database that I can download and install or do I need to add the material one by one.

Normaly I can just copy a existing steel and just use the existing properites and just change the name but I see a risk of this since in the future I may want to simulte a part and then the material data is not correct.

So... is there a good list that I can download and install??

View 2 Replies View Related

AutoCAD Inventor :: Change Default Material To Steel?

May 28, 2012

I received a rather large assembly file from a client that was done in Pro E.  I was wondering if it is possible to change the entire assembly from Default material to steel without having to go into each individual part and changing its material manually (which could take several hours) I am using INV 2012 Pro with SP1 installed.

View 2 Replies View Related

AutoCAD Inventor :: Change Grade Of Steel Mild

Feb 10, 2013

Because of i am using 235 graded steel for design,is it possible to change steel mild's grade (207 N/mm2) to 235 N/mm2?

View 1 Replies View Related

AutoCAD Inventor :: Drawing Hydraulic Steel Pipes

Dec 4, 2011

I am drawing hydraulic steel pipes using the 3d sketch command. I enter in the points representing the change of direction  of the center  line of the pipe as if it had no bend radii.

The points are entered in using absolute X,Y,Z coordinates, choosing one end of the pipe as 0,0,0.

I then join the points using the line command. I then put the bend radii on using the bend command.

I then draw a 2d sketch of the 2 circles representing the id , od of the pipe on a normal plane at the start point 0,0,0

I then sweep the 2D sketch along the path of the 3D sketch. I then place axes at the center of each straight portion of pipe . I then place points the intersection points of consecutive axes to replicate the original setting out points (3D x,y,z coordinates) that I used in the 3D sketch.

Then I create my idw with 3 orthographic views (showing the relevant axes as a symbols in each view, an isometric view and a coordinate table showing the x,y,z coordinates of each labelled change of direction. I then pull the pipe into an assembly and put the fittings on each end.

This is another IDW showing the fittings and a parts list. I have inventor suite 2012, along with tube and pipe. However I have never tried it.I don't know how it works, maybe it would be better to use that?

Another question on the measuring of pipes. If a sample is made and then backdraughting needs to be done how do you measure it.

Method used before I arrived was measuring lengths and angles. Highly inaccurate. Never worked. Pipes never drawn. Ended up being photographed only, which was not good enough to make spare parts for service technicians in the field, they had to go out to measure on site and make up on site.

I introduced measuring the change of direction vertices of the centreline of the pipe as if there was not bend radius.

More accurate, but highly difficult to measure. Use steel rules and squares. Never right the first time. Always have to check putting the pipe on top of a full scale drawing.

Tried to improve method of measurement by printing out a A0 piece of graph paper and using that as the background to lay the pipe on. Better/easier and more accurate again, but still not spot on, have to check and adjust using the pipe on top of a full scale plot.

Short of buying some type of expensive 3D measuring machine, which in our case would not warrant the cost as we do not do this type of drawing 100 per cent of our time, not even 30 per cent, what is the best method of measuring pipes accurately.

View 4 Replies View Related

AutoCAD Inventor :: Forming A Cast Steel Piece

Jan 20, 2012

I have a piece that I'm trying to develop to add into an assembly.  The piece I'm trying to create is a cast piece of steel that I'm trying to form to a radius.  The piece basically starts out as a flat part and then is formed to a radius.  I want to form it from flat to radius so that the contours will match the radius of the piece. 

View 5 Replies View Related

AutoCAD Inventor :: Chinese Steel For Content Centre

Nov 3, 2011

Ive got a job im doing that requires the use of chinese steel.

There is a revit library and a asd library for chinese steel sections.

Is there chinese steel that can be added tothe content centre.

If so where can i get it and how do i load it?

View 2 Replies View Related

AutoCAD Inventor :: Best Way To Model A Steel Tensioner Cable

Jan 4, 2013

I was wondering the best way to model a steel tensioner cable in Inventor. The assembly I have designed is of a cable fixed between two brackets which are fastened on two structural beams. I am looking accurately model the cable attachment on the brackets. My inital thought would be to extrude the length of cable through a pre-defined path between the bracket fixing holes however this would not represent a 'true life scenario'.

View 4 Replies View Related

AutoCAD Inventor :: Stainless Steel Channel Drawn Up?

Mar 28, 2013

I am using IV 2010. Any stainless steel channel drawn up? Particularly 3 X 4.75#,  4 X 6.69# and 6 X 8.3#. 

View 9 Replies View Related

AutoCAD Inventor :: How To Model A Sheet Of Corrugated Steel

Jun 12, 2012

I have a question regarding the best way to model a sheet of corrugated steel. I would guess the easiest and quickest method would be to create a profile curve, offset a thickness and extrude this to the desired length. I was wondering how would I go about sketching out an accurate profile curve that could be used to create the form?

Autodesk Inventor Professional 2013 SP2 64-Bit Edition
Windows 7 HP Z400, Intel Xeon W3550 3.07GHz
12.0GB RAM, ATI FirePro V4800 (FireGL)

View 3 Replies View Related

AutoCAD Inventor :: Extract CNC Data For Bending Of Structural Tube

Aug 15, 2013

Is there a method of extracting XYZ data to use for CNC tube bending from components developed in frame generator ? I know that in routed systems you can export that data, but can the same thing be done with frame generator or any individual bent tube or pipe part?

View 4 Replies View Related







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