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


ADVERTISEMENT

AutoCAD Inventor :: Tangent Dimensioning Of Arcs

Feb 3, 2012

This is probably a simple one, but when I dimension from an edge to the tangent of a radius or circle. It always snaps to the center.  How do I get the dimension to snap to the tangent point?

View 9 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 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 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 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 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 :: 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 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 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

AutoCAD LT :: Arcs That Don't Arc

Apr 25, 2013

we used AutoCad LT 98 & hasn't changed when opening the same files in LT 2014.  All curved lines (arcs) that occur in a recently-opened file look like two straight lines with an angle at the mid-point, so that from a distance they still resemble an arc but not at all when zoomed in.  When clicking on the control points, it goes to looking like a proper arc, but the change doesn't hold after the file is saved and reopened. Is there a program-wide setting to change, or do the properties of each arc need to be changed individually?

View 3 Replies View Related

AutoCad 3D :: Intersections Of 2 Arcs?

Jul 25, 2012

1st let me preface this with the fact that I know zilch, nada, nil about solid modeling. But I think the easiest way to accomplish what I'm trying to do is thru solid modeling and export the end result as (3D) polyline

What I have is 2 intersecting arcs with varying radii and ucs values. I'm guessing these could turned into regions and then subtract 1 from the other in order to find a list of intersecting points or maybe a splined pline. Or maybe they could be joined. Either way, if I DXFOUT the solids in R12 format, they become plines

I have access to R14 thru 2012

View 9 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

AutoCAD Map 3D :: Text And Arcs Not To Scale

Jul 9, 2013

Using AutoCAD Map 3D 2012 Im exporting a few subdivisions to MapInfo after doing my steps on a MAPEXPORT command to create a .TAB or .MIF / .MID which are the steps do below.

 MAPEXPORT --> select format_ .TAB or .MIF ---> select my drawing manually  ----> do my coordinate conversion -----> DONE..

 When in MAPINFO and ready to open / import the exported .TAB it opens and places the drawings (subdivisions) in its correct coordinate I gave it, but the TEXT and ARC / CIRCLES do not come in to scale at all they are extremely large to a point where they can't be seen till I do a zoom all.

View 2 Replies View Related

AutoCAD LT :: How To Trim Intersection Arcs

Jan 5, 2013

Whenever I try to trim two intersection arcs who have the same bending direction and similar radius, casue it is extremely hard to click on the parts that need to be trimmed off. See attached pic for reference.

View 2 Replies View Related

AutoCAD .NET :: Convert Arcs To Polylines?

Jun 25, 2011

I've got ObjectIds of a bunch of arcs that I need to convert to polylines for further processing.

I was thinking of using the COM interface and sending the PEDIT command and converting the arcs.

The only problem is I don't know of a way to put the objectids into a selection set, then call the pedit command and use the previous selection.

View 4 Replies View Related

AutoCAD .NET :: Connected Lines And Arcs

Dec 24, 2013

Using VB.NET

How to draw connected line arc line arc line and so on, given some points formatted in a file like this

easting        northing             radius

0                 0
10               10                      200.00
12               10                      150.00
30               20                      60.00
50               30                      50.00
50               43                      60.00
1640.42      1104.30             50.00
1770.20      1100.62            100.00
1850.00      1085.18            100.00
2002.61      1141.46

the output will be like this :

line arc line arc line arc line arc line arc line arc line arc line arc line

View 1 Replies View Related

AutoCad 2D :: Remove All Arcs From Polylines

Nov 25, 2013

Any plug-ins out there that focus solely on this?

View 2 Replies View Related

AutoCad :: Loft Two Rectangles Using Arcs

Feb 8, 2011

I want to loft two rectangles using arc as a path , but i cant , 1st i cant draw the arc in 3d so i draw it in "Front" view , then i cant loft the rectangles using that arc as an path -"The selected entities are not valid" , maybe because i draw the arc in "Front"(bottom left), but i cant draw it in 3d?!! Here it is some screen shot:

View 0 Replies View Related

AutoCad 3D :: Arcs Not Smooth When Rendering?

Jun 16, 2012

i have a problem when rendering 3d objects having arcs. the arc in the rendered photo is not smooth and round !

View 5 Replies View Related

AutoCad :: How To Draw Specific Arcs

May 10, 2013

I have included a picture of the drawing. I could draw the 45 radius Arc that goes from 0 degree to 90 degree. The other Arcs somehow i just can't.

View 9 Replies View Related

AutoCad :: How To Join 3 Lines / 2 Arcs

Jun 28, 2013

3 lines. 2 arcs. All coplanar, all meet end-to-end.

I set "Units/precision" to 0.00000000 and inspected them. They are all x=0 for each endpoint, therefore coplanar. I also did a point "ID" command and checked each endpoint approaching from both sides and confirmed that each pair of results was identical, so all the ends meet exactly.

I was under the impression that Join or at least PEDIT should be able to combine coplanar lines/arcs that all meet end to end into a polyline. Also, using the Express Tool's "FLATTEN" command doesn't work.

The reason I'm doing this is because I've drawn lines/arcs that trace along the midpoint of a sheet metal's material thickness, and this sheet metal has two bends in it and isn't flat anymore, so converting the lines/arcs to a single polyline will tell me how long the flat plate needs to be that will be ordered to create it.

View 9 Replies View Related

AutoCad 2D :: Arcs And Circles Are Rough

May 7, 2008

Recently I created an elevation which included a door with leaded glass. When I originally drew the arcs and circles they were symmetrical and smooth, but now they are rough and ugly.

(See attachment)

View 9 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







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