AutoCAD Inventor :: Counting UP And DOWN Bends

Sep 5, 2012

I have seen a discussion about counting bends code, any illuminated code maker to do the same but with up and down count?

View 4 Replies


ADVERTISEMENT

AutoCAD Inventor :: Multiple Bends In Plate

Sep 26, 2012

I have attached a pic of what I am trying to accomplish.

The part was done in SW, but I am now needing to do it in Inventor.

I have a flat plate, 12" square, that I am needing to bend the 2 corners up, with 10 1/2" between bend lines.

I tried using the "BEND PART", but I can only select one line. What should I use so I can bend all four sides up?

Lenovo Think Pad
Windows 7 SP 1
64 Bit.
Inventor 2013
ACAD Mechanical 2013

View 6 Replies View Related

AutoCAD Inventor :: DXF Created Where Bends Are Facing Up

Sep 20, 2012

I couldn't find where this was covered, but I create a dxf from my .ipt files for the machines to cut from. When I RMB on the flat pattern, in the browser, the dxf is created with the bends down. I am needing to do this with the bends up, so when the laser operator stacks the parts cut, the flat will be in the proper position for the brake operator. Is there anyway to have my dxf created where the bends are facing up?

Lenovo Think Pad
Windows 7 SP 1
64 Bit.
Inventor 2013
ACAD Mechanical 2013

View 3 Replies View Related

AutoCAD Inventor :: Presenting Bends On More Than One Drawing

Apr 17, 2013

With a part that has 6 bends to be made… is it possible to present only 5 bends on one drawing, and the last one on another drawing??

For example:

I have 6 bends to make on “Backliner-01.ipt” and this is what I have to present:

A first drawing, showing 5 of the bends. On my second drawing, hardware is installed. On the third drawing, showing that the last assembly has to be bent. On the last drawing, a final assembly… that has to show all of the parts (not only the assembly's).

View 7 Replies View Related

AutoCAD Inventor :: Insert Frame Generator In Bends?

Nov 16, 2012

I want to insert a channel section in bends... but  i cant select that surface to insert frame... So What can i do.

View 4 Replies View Related

AutoCAD Inventor :: Diamond Plate Texture Shifts In Bends

Sep 6, 2012

Doing a bend on diamond plate. I have applied a texture map to the side of the plate that has the diamond pattern.  When the pattern gets in the corners (inside or outside), the texture map shifts.  When it does this, the diamond pattern does not look the way the real part will. Below is an image of what I am seeing.   

View 6 Replies View Related

AutoCAD Inventor :: Number Of Bends In Sheet Metal Part Into Parameter?

Aug 14, 2009

What is the name of a value that might hold the total number of bends in a part?

Or at least how those feature are managed?

Simply put, I'd like to pull the total number of bends into a parameter so it can be exported later.

View 3 Replies View Related

AutoCAD Inventor :: Convert To Sheet Metal Doesn't Make All Bends

Apr 2, 2012

I am having trouble with a part that I wont to convert to sheetmetal and make a drawing with bend annotations.

Converting the part goes fine but the flat pattern is only a "semi-flat-pattern" 2 of the 4 bends doesn't unfold.

I have a 8mm plate and the internal radius is 2mm and the external radius is 10mm and the bend angel is 10 degrees sow everything should be fine.

But how to add the last to bends to make my flat pattern unfold correctly? 

Inventor Professional 2012
Vault Professional 2012

View 4 Replies View Related

AutoCAD Inventor :: Count Number Of Bends Used In A Sheet Metal Part

Aug 29, 2011

Is there any VBA code that can count the number of bends used in a sheet metal part?I would like to make a custom property of this, so it can be exported to Excel for input in our ERP system

View 8 Replies View Related

AutoCAD Inventor :: What Are Double Bends In Face Command In Sheet Metal

Jan 4, 2014

I try to make double bends with the face command and i don't succed, the options in the More are are greyed out.

I don't understand at all what they are, i tried with 2 edges at an angle but no.

View 5 Replies View Related

AutoCAD Inventor :: Counting Parts In Assembly With ILogic

Jan 9, 2014

I would like to count all my parts in the main assembly and assign that amount to each part.

Example: Main assembly has: 10 Parts A and 5 Parts B. I would like to run a rule that "sends" that "10" to Part A.ipt and the "5" to Part B.ipt

I would like to assign it to iProperties.Status.Status. I start to understand iLogic more and more but it is nice to get a little boost in the right direction.

View 4 Replies View Related

AutoCAD Inventor :: How To Create Sheet Metal Parts With Square Shapes And Bends Them

Nov 28, 2011

Let me start by saying that we rarely use sheet metal parts so I'm not real familiar with that interface.  That said, I can create sheet metal parts with square shapes and bends just fine.  However, I'm currently stumped as to the best way to model what should be a pretty simple plate.

We have a large, thin (1/8") square plate to which we want to add 2 opposing diagonal very slight breaks to add stiffness to the plate.  More specifically, we want these diagonal bends to cover the center part of the plate leaving about a 2" flat flange all the way around the plate. 

View 3 Replies View Related

AutoCAD Civil 3D :: Modeling Corridors With Hairpin Bends

Nov 19, 2013

I'm modeling a hydro scheme access track about 4m wide that meanders down a steep hillside at 1:8 with a couple of hairpin bends where the gradient is 1:20, what is the best way to model this?I have got polylines to define the hairpin and also offset alignments but I need to ensure that the outside edge of the hairpin at entry is used as a level target for the inside edge on exit for the length of the hairpin.

IDSP Premium 2014 (mainly Civil 3D 2014 UKIE SP1 & Infraworks with some limited 3ds Max Design)
Win 7 Pro x64, 256Gb SSD, 300Gb 15,000 rpm HDD
16Gb Ram Intel Xeon CPU E5-1607 0 @ 3.00GHz (4 CPUs), ~3.0GHz
NVIDIA Quadro 4000, Dual 27" Monitor, Dell T3600

View 3 Replies View Related

AutoCAD Civil 3D :: Part Family - Concrete Pipe Bends?

Feb 13, 2013

Just a question about pressure pipe networks in 2013.  Is there concrete pressure pipes in the part family, including concrete bends?

View 2 Replies View Related

AutoCAD .NET :: Counting Items In A Collection

Jun 9, 2012

Since collections like for example the LayerTable have no Count property (as far as I can see, that is), I'm doing the following to get at the number of items:

Dim LayerCount as integer = 0

For Each Id as ObjectId in SomeLayerTable
LayerCount +=1
Next

Is this the right way to do it, or is there a more efficient way?

View 5 Replies View Related

AutoCAD .NET :: Counting Instances Of Image?

May 29, 2012

I can find which images are attached to my current drawing with the following code. However, I don't know how to find out how many times they are attached.
 
Using tr As Transaction = db.TransactionManager.StartTransactionTryDim nod As DBDictionaryDim imageDict As DBDictionaryConsole.WriteLine("Getting ACAD_IMAGE_DICT DB dictionary")nod = CType(tr.GetObject(db.NamedObjectsDictionaryId, OpenMode.ForRead, False), DBDictionary)imageDict =

[Code].....

View 4 Replies View Related

AutoCad :: Block Counting In LT 2011?

Apr 16, 2012

I need a way to count blocks (specifically employees on a production line), and I used to use a "count" lisp command that worked great. I'm thinking that lisp doesn't work in LT. I don't use Acad every day anymore, and I am quickly forgetting many commands and tricks.

View 9 Replies View Related

AutoCad :: Counting Blocks In Drawings?

May 18, 2012

I need to insert a table in paperspace tab that will continually count up blocks within a set area of model space ( i need to have 3 counts, 1 for each floor of a house i.e one table per tab for that floors blocks). I have used BCOUNT and DATAEXTRACTION but they only count it once and if i add more of a certain block it does not update the table.

im using AutoCAD 2012

View 1 Replies View Related

AutoCad :: Counting Area Of Each Plant

Jan 10, 2014

In plantation design, especially for ground covers that spread across an area, I have to distinguish each plant by hatch pattern. so they're hatched(due to the twisting shapes, with oh so much pain), and the problem comes in when counting area of each plant. Mind there are altogether hundreds of hatch objects to be counted and sorted into dozens of plant types.

I had counted on data exporting, but then i find that hundreds of hatches simply don't have the area attribute. not a surprise, since hatching process was already problematic enough with the borders.

So I figured the quickest way would be to identify those without this attribute and try to fix up their borders. but you can't identify them from a data table, not without the handle number. you can't quickselect by absent attributes either. I'm completed at a dead end now.

I know there's the manual way.. but do I really have to spot those hundreds and process their borders one by one?

here's part of the problematic plan: some of the faulty hatch is colored red, but there are many more hidden in plain sight.

View 7 Replies View Related

AutoCAD Civil 3D :: Model A Force Main With Several Vertical And Horizontal Bends?

Sep 5, 2012

I am trying to model a force main with several vertical and horizontal bends.  Getting the network set up and drawing in the pipe segments with the styles is a sinch, what I am having trouble with is modelling the horiz and vert bends to show up both in plan and profile view.  I have done many sany and storm profiles but this is a first time with a force main.  Does Civil 3d have the capability of modelling these or is this more of an MEP type task?

View 4 Replies View Related

AutoCad :: Counting Blocks - BCOUNT / EATTEXT

Jan 25, 2012

I'm trying to count blocks from someone elses drawings. If you double click the blocks and 'edit attributes' appears.

I have tried using the command BCOUNT and EATTEXT but it displays unknown command for each. Is it a case that you can't use these commands on 2009 LT, or perhaps it's just not possible to do it on the blocks the way I have descirbed them.

View 3 Replies View Related

AutoCAD LT :: Counting Blocks In Either Model Space Or In Each Layout?

Jan 31, 2012

Is it possible to count blocks in either the model space or in each layout?  Would be very useful for fire alarm design, cause authorities require exact counts of devices.

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Counting Blocks Which Are In Closed Polyline?

Oct 19, 2011

Is there a routine that I could use to count the blocks that are in a closed polyline?  The blocks may have or not one or more attributes.

In a previous session I saw a routine which was counting the blocks which had attributes in them, but it doesn't really work, because some of the blocks dont have attributes.

Also is there a routine that counts the different texts that are in the same polyline?

View 2 Replies View Related

AutoCAD Architecture :: 2011 / Counting Blocks Inserted In Current Drawing

Apr 5, 2012

I was looking for a way of counting blocks inserted in my current drawing.

F1, brings up HELP.

In the search box i type BLOCKS.

Results =

Overview of Hatch Pattern Definitions

Create a Shortcut Menu

Overview of Shape files

Overview of slides

Work with User Interface Elements

Multiple Drawing Folders

View 3 Replies View Related

Xara :: What Is Secret Of Getting Perfect / Precise Bends

Apr 28, 2011

I have a little project in mind (I don't really want to say what it is) that requires very neat linework. I have to say that in terms of linework I am superb with straights. I can even do parallel straights!

What I really need though are smooth 90 degree bends and not just for one line, multiple parallel lines.

What is the secret of getting perfect, precise bends? I can do bends but I fiddle for ages to get them to look right. What really interests me is to take a series of parallel lines and bend them as one.

View 9 Replies View Related

Maya Animation :: Stretchy Rig And Sharp Bends

Feb 2, 2014

So I have set up stretch on my bones and when I stretch it this happens to the skin.

This is how it looks normally: 

What is the most efficient way to do sharp bends on the knees and elbows, He said he used a kneecap joint which rotates around 50% of the knee joint itself using an expression. And with sharp bends on the knees and elbows I mean this.

And then another thing I can't figure out is the foot setup

Here:

Look at how the foot is touching the ground I can't figure out the skinning. this was his bone set up and I did the same thing.

View 3 Replies View Related

Photoshop :: Counting Objects Using PHE 7

Sep 27, 2012

I am investigating the use of Photoshop to count discreet objects in a complex image. The various selection tools do a good job of automatically selecting the objects, which do not overlap, but I cannot find a count of the number. I'm using PHE 7. Does the facility exist in this version?

View 6 Replies View Related

AutoCad :: Text Suddenly Changes Direction And Reads In Opposite Direction When Line Bends

May 17, 2013

I have created a linetype with the text GAS OPTION in it. The line is continuous with a break around the text. In a straight line the linetype works fine (breaks around the text etc). However, when I use a polyline and spline the line for a curved line the text aligns with the direction of the line at the start, but when the line bends, the text suddenly changes direction and reads in the opposite direction. It looks like AutoCAD is trying to keep the text upright rather than following the direction of the line. When the text changes direction it also changes its insertion point and overlaps the continuous part of the line. I have 2013 AutoCAD.

Here is the string I used for the linetype.

*GAS_Option_LINE,Gas line ----GAS OPTION----GAS OPTION----GAS OPTION----
A,8,-15,["GAS OPTION",STANDARD,S=2.54,U=0.0,X=-2.35,Y=-1.27],-12

View 2 Replies View Related

Photoshop :: Counting Objects In Image?

Jul 4, 2013

Counting objects in an image?

View 2 Replies View Related

CorelDRAW X6 :: Counting Objects In A Photo

Aug 23, 2013

I want to count objects in a photo, by marking them (with a dot or something similar) so I know what I've already counted, and then be easily able to tell how many objects there are in the photo. Is there a way to do this in Corel Draw? I'll be counting hundreds of images so it needs to be a fairly quick method of marking each one.

View 3 Replies View Related

VideoStudio :: How To Create Counting Title

Jul 3, 2013

I Have a clip which has numerous people coming out of a stretched limousine. The filming was set up for fun whereby we had about 50 people going in through one door but the camera was set up on the exit door.

How can I use the titles where I have a counting title on screen, adding up the total number of people exiting the limo?

I'm thinking along the lines of a car odometer where you see the mileage wheel rotating.

I have VSP x6 Ultimate

View 7 Replies View Related







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