AutoCAD Inventor :: Determining A Counterweight?

Jul 16, 2013

Not sure if this is something I'm able to do in Inventor...

I have a "damper", it's more or less a diesel exhaust flapper type vent, that hangs upside down and is held in the horizontal/closed position by a counterweight.

Typically we would experiment in the shop with the counterweight quantity and the length of the arm required to get the proper operation of the damper/flapper in respect to the air/exhaust flow.

Since we know the axis along the shaft for the flapper and the weight of the flapper and it's bracket on the arm...is there a way to figure this out in Inventor? Obviously it still may need to be dialed in/tweaked...but I'm not sure if it's even possible.

Inventor 2014
Windows 7 Pro SP1
Intel(R) Core(TM) i7-3770k CPU @ 3.50GHz
16GB RAM
NVIDIA Quadro 4000
3D Connexion SpaceMouse Pro

View 4 Replies


ADVERTISEMENT

AutoCAD Inventor :: Determining Ipt File Type

Sep 18, 2012

Is it possible, using Inventors VBA to determine if a "ipt" file is a "Normal File" or a "Sheet Metal File".

Say I have created a sheet metal component and a normal component. If i run a VBA macro, can I tell which one is the "Sheet Metal" component?

View 2 Replies View Related

AutoCAD Inventor :: Determining Base View Type In IDW File Using VBA Macro

Jun 29, 2013

If I have a "idw" file open containing an assembly (asm), and another "idw" file containing a part (ipt), how can I determine, using a VBA macro the type of file that I have used (either "assembly" or "Part")

If the "Idw" file contains an assembly, running the maco should say "assembly". If it contains only a part (ipt) then it should say "part"..Is this possible using a vba macro?

View 1 Replies View Related

AutoCAD 2010 :: Determining Whether Install Is X32 Or X64

Jul 30, 2012

How does one determine if the version of AutoCAD that is installed ( 2012 mechanical in this case ) is an x32 or x64 bit installation.  Normally I would just look to see if it was installed under Program Files or Program Files ( x86 ) but it is located on D: drive under another folder so I don't have that option.

View 1 Replies View Related

AutoCAD VB :: Determining Amount Of Zoom?

Jul 2, 2011

I have written some code that draws a graph.  The graph starts at the 0,0  default of AutoCad Model Space and goes +X and +/-Y.  I want to redraw the labels along the X axis every time the Zoom is changed by the user, to change the text height and density of the labels.  I need to know the the current Zoom in relation to the actual extents of the graph. Ideally I would like to redraw the text as a result of the "zoom event"  I don't know if there is such a thing or not.

View 1 Replies View Related

AutoCad 2D :: Determining The Area Of A Hatch

Apr 19, 2011

Essentially, I have an odd shape that I fill in with a hatching. SOMETIMES, it will give me the area in the properties window (or when I use the list command). but other times, it will not give me the area.

I just hatched 4 different (but same general shape) areas, and on 3 of them CAD was able to compute the area, but not the 4th hatched area.

I created all 4 hatches using the exact same steps, so I'm not sure what I could be doing wrong. The CAD Tech at the office cant seem to figure it out either .

View 8 Replies View Related

AutoCad :: Determining Angle Between Two Lines

Mar 24, 2009

I wish to determine the angle between two lines (that meet). I know how to do this manually, although does AutoCAD have a built in command similar the DI command maybe, or a LISP?

View 9 Replies View Related

AutoCad :: Determining Scale Of Drawing

Feb 17, 2013

I need determining the scale of a drawing I got from the internet in ratio form. the drawing itself has a little scale bar in the corner, however, since i do not know the measurements of the actual structure i have no reference point and therefore cannot figure out the scale in ratios.

I read on here that you can use general reference point such as the average dimensions of a door/window ceiling etc. but the drawing is a longitudinal section of a church, namely, Temppeliaukio kirkko, which has no 'standard' dimensions.

I need this drawing in 1:100
longitudinal section.jpg

View 2 Replies View Related

AutoCAD Civil 3D :: Determining Dam Permit Volumes?

Jun 1, 2012

I am looking to find out if the is a way of generating a stage storage table or volume table showing only the volume in the pond from the lowest intersecting existing ground contour to the top of the pond (to determine what would spill out of the pond in case of a berm failure) and if Civil 3D could make the determination of where that intersecting point is.

View 1 Replies View Related

AutoCAD Architecture :: Determining The Drawing Units?

May 15, 2011

how do I go about determining the drawing units that are being used in a drawing? I want to be able to determine whether the units are set to feet, inches, millimetres, metres etc but can't fathom how to get this info using lisp.

View 2 Replies View Related

AutoCAD LT :: Command For Determining If Connective Arcs Are Tangent

Mar 2, 2012

Is there a command to determine if multiple connective arcs are tangent to one another?  It is necessary with some of our CNC equipment that the closed shapes must consist of lines and arcs that are connective and tangent to one another to function properly.

View 1 Replies View Related

AutoCad :: Publishing Drawings And Determining Which Space The Drawing Is In

Oct 4, 2011

I've got a persisitant problem with the publishing feature in autocad. I know how to set up bulk print of drawings using publish.

However the drawings are a mixed lot (some in paper some in layout). Is there a way to determine the state of the drawing without opening each one. In my case there is thousands of drawings and of course i do not have the manpower to inspect each one.

View 5 Replies View Related

AutoCad :: Determining Polar Coordinates On Hard Copy Drawing

Aug 19, 2012

I just started my CAD classes. I have been doing basic 2d drawing and just learning the commands etc.

My question concerns polar coordinates. I know how they work, but are you expected to be able to get polar coordinates off lets say a hard copy drawing with no annotations.

My homework so far has always had the length of the lines depicted on the drawing but not the angles. So if I was required to replicate a drawing that had no annotation is there any way other than guessing or whipping out my protractor.

This is just a nagging thought as I strive to understand CAD.

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Determining The Layer Block Was Created On?

Feb 21, 2012

I have blocks that were created on one layer but inserted on another layer. So, when i  turn the layer off that the blocks were inserted on they remain visible because you have to turn off the layer they were created on to have them disappear. Is there a way for me to determine what layer the blocks were created on?

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Determining Number Of Lines In Multiline Attribute

Sep 26, 2013

I am basically trying to determine how many lines are in the mutliline attribute. I have abandoned the idea of directly trying to find the the number of lines and have moved on to trying to fine the height of the multiline attribute. I have included the lisp and sample drawing that will draw a box of the boundingbox around the mutiline attribute. 

This block as originally a dynamic block that different visual states. I have tried using the bounding box option on the block itself, however, if there are blocks hidden with the visual state, it will draw the bounding box according to the largest element in dynamic block every time. So I need to determine the height of the multiline attributes instead and adjust the dynamic block accordingly. 

View 3 Replies View Related

Photoshop :: Determining Perspective

Jun 17, 2006

What tips/tricks are there to establishing a matching (or believably acceptable) perspective? The only thing I've got in the frame is the edge of the box, but just lining that up didn't do it.

I've attached a sample of what I'm talking about, with a sign that clearly is NOT correct.

View 7 Replies View Related

Photoshop :: Determining Blown Highlights

Dec 17, 2006

I know that in ACR I can see where I have blown highlights by checking the highlight box. If I am working in PS CS2 and I want to see areas with blown highlights in a photo.

View 1 Replies View Related

Photoshop :: Determining Size Of Worksheet...?

Mar 26, 2006

How do you determine the size for the worksheet you're working on? For example I want create a standard size landscape layout size piece of paper for a flyer.... What size should I use? 10X8?

View 2 Replies View Related

Illustrator :: Determining Dimensions Of PDF Without Opening

Jun 7, 2012

Sure would be handy if there was a way to determine size/dimesions without opening in Illustrator.

View 7 Replies View Related

Xara :: Automatically Determining Bounding Shape?

Feb 21, 2014

Often I have a group of lines that visually bound a closed shape, but aren't shapes as considered by Xara. For instance, in the image attached, the top group is a bunch of lines, and thus can't be filled. To color the interior, I've been duplicating those lines, and then manually joining them at appropriate points, to yield a shape (bottom) that can be filled. This takes some time, especially for complex drawings.

My question is if there is a shortcut by which Xara will determine the bounding shape for a group of overlapping lines?

View 9 Replies View Related

Lightroom :: 4 - Determining Resolution (PPI) When Exporting Files

Oct 3, 2012

When exporting files from lightroom 4 how do I know what the resolution is if the file has been resized in another program? For example I edited (cropped and changed ppi) in Photoship Elements. Returned to Lightroom 4 and began to export to another location on my hard disk and discovered I couldn't find the resolution (ppi) I had used in PSE. Why doesn't Lightroom have the file properties listed and especially the ppi. I want tis file at specific resolution for a specific size. Why can't I get to Adobe Support?

View 8 Replies View Related

Revit :: Find A Label Or Parameter On Determining Its Thickness

May 31, 2012

question...how to make Structural Slab TAG?...
 
all I can see was structural foundation structural columns and framing
  
then if i try to make them...i can't find a label or parameter on determining its thickness...T_T

View 2 Replies View Related

Illustrator Scripting :: Determining KEY Object In A Selection Via JavaScript

Feb 20, 2013

Is there a way to determine which object in a selection is the key object? For example: draw 10 squares on a layer, select all of them, click on one of the 10 and it becomes the Key Object (heavy border) for things like Distribute Spacing on the Align pallete. I can determine that a particular object is selected via ActiveDocument.Selection.PathItem[n].Selected = true/false. But I can't figure out how to find out if this is the KeyObject. The ultimate goal is to modify the below script so that it uses the KeyObject as the reference and not the object on the bottom-most layer.
 
Here is the Script - from [URL]
 
mySelection = activeDocument.selection;
if (mySelection.length>0){
if (mySelection instanceof Array) {

[Code]....

View 3 Replies View Related

Revit :: Determining Angle From Project North To True North?

Apr 23, 2013

I have a text file of several surveyed ponts throughout my model.  I can select one of these points in my model and specify the coordinates of East/West, North/South, and elevation from this file, but how do I determine the angle from project north to true north from these surveyed points?

View 1 Replies View Related

AutoCAD Inventor :: Inventor Hole Table - Mixed Units - Description Cell

Dec 18, 2013

Is there a way in the description field of an Inventor hole table to have mixed units?   Some hole sizes at fractions, some at 2 plc, and others at 3 places.

Inventor Pro 2013 or 14

View 1 Replies View Related

AutoCAD Inventor :: Can't Get Inventor 2013 Show A Custom Iproperty Correct

Jun 18, 2012

I can't get Inventor 2013 show a custom iproperty correct.My iLogic rule is this: 

iProperties.Value("Custom", "myvol")=volume = iProperties.Volume

But the custom iProperty is a Yes or No.Had no problem with this in Inventor 2011.

View 2 Replies View Related

AutoCAD Inventor :: ILogic Design Copy - Error Copying A File / Inventor Crashes

Nov 5, 2013

I'm trying to use iLogic Design Copy to copy an assembly and all its associated parts to another directory. The assembly contains content center parts. Inventor warns me that the destination file of one of the CC parts (and 18 others) will be overwritten. When I go ahead and copy anyway, the copying process stops at that specific CC part. The Design Copy Progress dialog box states there is an error copying that CC part. When I close the Design Copy Progress dialog box, Inventor crashes.

The error copying the CC part: I'm allowed to use content center parts in iLogic Design Copied stuff, right? I searched some related topics and I'm under the impression that Inventor keeps the CC parts in its own directory and shouldn't be trying to overwrite them.

View 3 Replies View Related

AutoCAD Inventor :: Task Scheduler - Using It To Get Non-Inventor Files From Vault

Nov 18, 2011

We are trying to get task scheduler to automatically download certain files from the Vault. Templates and Styles. The templates work great, but there is no way to specify any filetypes other than Inventor filetypes. Am I missing something? Is there a way to specify non-inventor filetypes?

View 2 Replies View Related

AutoCAD Inventor :: 2013 - Inventor Material Library Not Found?

Jun 15, 2012

Can't seem to locate the Inventor Material Library....under Default in Projects, the Inventor Material Library is highlighted in Red.  Where I need to browse to inorder to locate it?

View 2 Replies View Related

AutoCAD Inventor :: Best CPU To Use For Inventor Between I7 And Dual Xeon System

May 16, 2012

Upgrading to a new computer.

1. What is the best CPU to use for Inventor between the i7 and the a Dual Xeon System

2. Would 32GB of memory easily cover all modelling such as assemblies?

3. Any advantage of having 2 x SSD instaed of 1 x SSD

4. Looking at the Nvidia GTX690 graphics card....this should be a good card

View 4 Replies View Related

AutoCAD Inventor :: Making STP Files Without Inventor

Nov 15, 2011

Is there a program that can make stp files from our inventor models? Our purchasing department wants to do this task for our vendors and they don't want in have a full version of Inventor to do it.

View 6 Replies View Related







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