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
ADVERTISEMENT
Jun 4, 2013
Can inventor export tube bending data from a part file? OR Is there a third party software
View 1 Replies
View Related
May 9, 2013
Seeing this error
Error on Line 10 : 'SealString_1' is not declared. It may be inaccessible due to its protection level.
Dim SealString_1 As String Dim SealString_2 As String Dim SealString_3 As String Dim SealString_4 As String Dim SealString_5 As String Dim SealString_6 As String Dim SealString_7 As String For Each S As String In SealString_1.Split(",") If i = 0 Then name = S If i = 1 Then name = OD If i = 2 Then name = ID If i = 3 Then name = DE If i = 4 Then name = LI i = i + 1 Next S
View 1 Replies
View Related
Mar 16, 2013
I have a question about calculating the maximum tube length. Why do i ask this, because you can just measure it on drawing?
I'm building a parametric model for building simple storage tanks, and the goal is to get a complete BOM out of the model without any difficulties.
I have 4 possibilities of tube positioning on the tank. (see image)
1. A tube that stands in the center of the axis of the main tank.
2. A tube that stands in the center of the axis of the main tank, but under an angle
3. A tube that doesn't stand in the center of the axis of the main tank.
4. A tube that doesn't stand in the center of the axis of the main tank, but under an angle
These 4 possibilities can be flush with the inside of the tank or not.
Is there a easy way to determinate the longest point from the front of the tube? This longest measurement will be the length i need to get into my description for the BOM.
View 1 Replies
View Related
May 27, 2013
How do I repair a tubing constraint?
I use tubing in inventor, I always attached tube to whatever fittings I am using and everything is fine but if something gets moved that the end of the tube loses its contraint I'm ready to jump off a cliff!
Is there any way to get the end of the 3D sketch contrained to the fitting again?
Up until now I have always had to deleted the route and started over. Inventor Pro 2014
View 1 Replies
View Related
Oct 10, 2013
I want to build a pipe or tube frame and use tube or pipe connectors to join the pipes.
What is the best way? "Tube and pipe" or "Frame generator"?
View 1 Replies
View Related
Jan 23, 2013
I work in a manufacturing facility and we are trying to come up with a way to extract data from an AutoCAD file in to a .KML or .CSV file which gives coordinate points, etc.
This will be used in a mapping-type software to display/highlight areas of the plant with zooming capabilities and information shown on the left-side. We are trying to make it look something like Google Maps, so it can used to determine areas of the plant undergoing work, lighting zones, etc.
In a nutshell, I want to be able to extract coordinate data from our layout(s) which can used to pinpoint locations on the map and highlight regions, etc. Perhaps it could export data in to Excel with attributes assigned to the coordinates which give Area, Bay Location, etc. The initial thought was to somehow export this to a .KML file and use that as a starting point.
View 2 Replies
View Related
May 27, 2011
is there any way to use data extraction and get the dimensions of the solid. Using dynamic blocks on 3d solid is not an option as far as i know. I tried using block with attributes and field which refer to a dimension line but it's too complicated and takes far more time than just check them by hand.
View 0 Replies
View Related
Oct 31, 2012
I have tried this question before but it is now becomming a little more urgent. I would like to extract data I can see in a viewport then add it to the data it finds in the paperspace of the sheet. I don't want the entire drawing (modelspace) just what is seen in the viewport. Then do this process again and so on. 1 excel sheet per 1 sheet.
View 1 Replies
View Related
Feb 2, 2013
I enter data into an Excel job setup worksheet. I then want to be able to extract data from given cells in the Excel worksheet, and have this become fields in AutoCAD. I do not want to use a table in AutoCAD - I want (ideally) to have the Excel data come in to AutoCAD as a field. I can see that Data Links tends to come in only to a table in AutoCAD.
View 1 Replies
View Related
Jun 18, 2012
I need to extract data from AutoCad Drawing using C# or VB.Net.
I have a Title Block which is not inserted using attributes. It has some horizontal & vertical lines drawn to look like a table and text added between them. See the attchment.
I need to extract data from that and display in Ms-Excel or in a datagridview.
View 9 Replies
View Related
Oct 6, 2011
I am trying to write a lisp file that extracts the LAYER, Z, X, Y, TEXT HEIGHT, POINT NUMBER, from the attached DXF file. Ultimately I will have the lisp insert a "POINT" at the X,Y,Z, cords, and then a "TEXT" entity at the same coordinates with the text height value and the point number string. Both entities need to be on the layer ending in "-PN". The layer name will change depending on the date. I have a third party program that creates the DXF file.
The point of the lisp file is to insert the point numbers and points into my drawing at their correct locations. For the life of me I can not make this work. I have attached the little bit of lisp I have, which unfortunately does not work properly because of it searching for the "TEXT" entry in the DXF file of which there are three per point number. I only need one. I have also attached the DXF file I have. maybe just an overall procedure that I can then code myself? I'm just not good at getting lisp to read a file and extract what I want from it.
View 4 Replies
View Related
Sep 18, 2000
I would like a lisp routine that can extract and export the x, y, z coordinates of all the points in a drawing into a text file so I can use the same in excel.
View 9 Replies
View Related
May 17, 2013
I have an excel document with a document header reserving rows 1-12. When i use "extract data" in autocad, i don't want the excel header to disappear. Can i set another cell than A1 to be the starting cell in Excel? Or how do i keep the header in the document?
View 5 Replies
View Related
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
Jul 16, 2012
I am trying to run a 4 points bending simulation on a concrete beam but i can't create the 2 support points on the bottom side. Is there an option that i could use or a tutorial that explains the process?
View 3 Replies
View Related
Dec 7, 2011
I am trying to take a jpg file of an image, and write each RGB pixel color's value into a 3 component integer vector corresponding to the RGB components of the color for that pixel. For each pixel in the jpg, I wish to write the corresponding 3 by 1 integer vector into a matrix after which I plan to do a SVD decomposition of the newly constructed matrix to do an image analysis.
Any plug-in that allows one to efficiently iterate through each pixel in a jpg, and convert the pixel data to a RGB integer vector, and say write to a file?
Specific Details: I am using gimp 2.6 as my image editor, and wish to collect all the RGB 3 by 1 integer vectors (where each 3 by 1 integer vector corresponds to RGB color of exactly one pixel in the jpg image) into a matrix of integer so that I can do a reduced SVD decomposition of that matrix to analyse the pixel data: I wish to compare two similar images by using the SVD decomposition of integer matrices corresponding to the two images saved as jpg files pic1.jpg and pic2.jpg.
View 4 Replies
View Related
Aug 13, 2013
I was wondering if there is a way to bend a derived componet. I have an odd extruded part and would like to cut and bend it. I want to do it this way so I can also include the cut length before bend. I know of frame generator, but am not able to use it since if falls out of the structure of how our files are saved.
View 5 Replies
View Related
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
Nov 2, 2012
Is Inventor able to provide information about the bending angle of a lofted pieces ?
I'm trying to loft a piece from square to circle. The bender ask me what is the angle of this pieces.
View 2 Replies
View Related
Jun 26, 2013
WHAT I A TRYING TO DO: is bend a grid/mesh pattern of material to a certain radii and distance. In the attached DWG I have used either Extruded or Sweep to create the existing (latitudal?) grid but am not doing well creating the perpindicular grid at the arc drawn below the existing (lat.) grid.
I believe the dwg is a good representation of what I am attempting to do, and I am trying getting to my end result, whether it means using what i've begun or starting over, and using the "Best Practices" to achieve such.
View 7 Replies
View Related
Oct 25, 2012
I want to bend the sheet metal part as on 90deg
I have tried using bend and Fold tool but it dose not produce the right model as desired.
View 4 Replies
View Related
Nov 30, 2012
I am lisp programmer and i want to develop programme for Basic function of Bending /unbending of Sheet metal. How Can I do this.
View 1 Replies
View Related
Dec 3, 2013
We have an issue where we are trying to bend a 1mm sheet with a 24mm radius. The one side must come out 105mm wide and the flange must be 50 mm wide. inventor gives a flat pattern width of 143.4
If we bend using a brake press and a 24mm tube blade then it wont come out the right size. its like the flat pattern isn't big enough. we get the 50 mm flange but whats left over is 99 and not 105. How do we deal with something like this?
View 4 Replies
View Related
Feb 20, 2014
Can you extract the data from tracking/story editor outside of InDesign? I do a large catalogue and want a way to identify which product sets had changes made to them or not, but not just within story editor, but download the data to say a txt file or excel, etc.
View 4 Replies
View Related
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
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
Jun 24, 2012
I am looking for broad principles as opposed to blow by blow information. I am planning to use inventor for the design of model aircraft. My problem at present is a lack of understanding of the possible ways in which the following can be achieved.
The sides of the fuselage are sheet material ( balsa or ply or a combination ) which need to be available in a 2D format so they can be converted into DXF files that can then be sent to my laser cutting machine.
I also need to model the fuselage as a solids model in inventor. How does on go about modelling something like this? The curvature is going to be single as opposed to double.
Ideally I woul like a command that enables me to take a 2D sketch ( a copy of which is converted to DXF ) and to bend it around formers to form the fuselage shape. That would be similar to the process that is used in the actual construction but I dont think that there is one as yet.
View 2 Replies
View Related
Apr 19, 2013
I've created a sheet metal part and have set my parameters. In using the fold feature, cannot create bend past 180 degrees. Radius is large enough (21") and sheet is long enough as there is still flat sheet after a 180 degree bend. How do you create bends past 180 degrees?
View 4 Replies
View Related
Nov 30, 2012
I want to know if you can make the simulation of sheet metal bending, I'm designing a bending die, and I need to simulate the folding.
View 2 Replies
View Related
Jan 24, 2013
I want to bend/fold this piece over a specific profile. There are too many tools for bending a sheet metal and I just don´t know where to start. I searched the web and this forum but there are too many options. Also when I create the flat pattern, it should be precise with a difference max +/-5mm. I thought I could use contour flange. Usualy it works. But only when it´s a simple rectangle. But not on this part.
I work with Inventor 2011.
View 9 Replies
View Related