AutoCad :: How To Scale Every Line / Circle

Aug 21, 2013

I am trying to draw the part as shown in attachment. I started off with the base rectangle whose dimensions are 120 * 42. After zooming out completely, it's still too big and takes the entire screen space. If I draw the rectangle and scale it, say by .5, would I have to scale every other line/circle that I draw from there on individually? Or is there a more efficient way to do this?

View 4 Replies


ADVERTISEMENT

AutoCad :: Find Center Of Circle Tangent To Another Circle And Point On A Line

Dec 18, 2011

I need to find the center of a circle that is tangent to another circle and a point on a line. I cannot use tangent tangent radius.

View 4 Replies View Related

AutoCad :: Get The Line To Connect With Circle?

May 24, 2012

I have a little problem with trim in autocad 2012. After trimming some lines that cut through a circle there's a big gap between the circle and line, so there's no way i can create a polyline. How do I fix it?

here is the figure w/o trimming

pic1.png

Here it is after trimming

pic2.png

And as you can see there is space between the lines. How can I get the line to connect to the circle?

pic 3.png

View 4 Replies View Related

AutoCad :: Circle Touching A Line And A Point

Apr 15, 2012

I would like to know how to make something like what I attach below.Its a circle with radius 112, touching a point on the corner, and the circle must touch some point on the line above precisely.

View 5 Replies View Related

AutoCad :: How To Make Circle Perpendicular To Line

Feb 8, 2011

I am trying to make a circle perpendicular (at its midpoint) to the end of a cylindrical helix in 3D space. I tried using the perpendicular geometric constraint but it won't let me (says "invalid selection"...). Is there a way to make the ucs (z axis) tangential to the end of the helix?

View 4 Replies View Related

AutoCad :: Force Dimension Of A Line / Circle

Sep 29, 2011

If there is a way to force the dimension of a line or circle or anything.

For example: If I draw a line and dimension it, it will dimension it to 2.973 let's say, but if I want to change the dimension or the line to 3.300, how would I do that?

Also, after you create a 2D drawing, is there a way to make it a 3D model or extrude the model?

View 9 Replies View Related

AutoCad 2D :: Draw Circle So That Line Becomes Tangent To It?

Feb 20, 2013

I’ve an already drawn inclined line from a fixed point (saypoint (0,2) on Y-axis). The inclination is also fixed (say 150 tothe horizontal). My objective is to draw a circle with one quadrant at a fixedpoint (say point (1,0) on X-axis), so that, the line becomes a perfect tangentto the circle. The diameter of the circle may vary to make the line perfecttangent to the circle.

View 9 Replies View Related

AutoCAD Inventor :: Constructing Line Segments Across Circle?

Nov 25, 2011

Trying to get evenly spaced line segments that lie on the circumference of a circle - every time I do the pattern repetition it gives me line segments the same length instead of constraining them to the circumference of the circle ?

View 1 Replies View Related

AutoCAD Inventor :: Intercept Dimension Between A Line And A Circle

Oct 30, 2012

I am trying to make a intercept point with dimension between a line and a circle and i can't figure out how to do it.

View 2 Replies View Related

AutoCad 2D :: Keep Cable Line Of Crane Always Tangent To Circle?

Jul 18, 2012

I am attempting to keep the cable line of the crane always tangent to the circle at the top of the crane. The length of the crane (including the circle at the top) is being polar stretched but i am unable to keep the cable tangent to the top circle as i stretch and rotate the crane.

View 6 Replies View Related

AutoCad 2D :: Trim Line Using A Circle As Cutting Edge

Mar 21, 2013

I am having some trouble trimming a line using a circle as my cutting edge,the line falls short of the circle,I have tried changing EDGEMODE and still the problem persists!

View 9 Replies View Related

AutoCad 2D :: Drawing Tangent Line To Point On Circle

Mar 23, 2008

I am a new user of Autocad LT and looking for drawing a tangent line to a point on a circle.

View 7 Replies View Related

AutoCad :: Placing Circle Relative To Diagonal Line

Oct 11, 2012

[URL] ......

I'm trying to place the blue circle at the bottom of the drawing so its radius is 15mm from the mid point of the diagonal line on the right. I've been experimenting with snap points and the from command, but I can't seem to get it just right. I suspect I mess up with the coordinates from the offset point since it's on a diagonal line.

View 4 Replies View Related

AutoCad :: Create A Blend Radius Between Line And Circle

Nov 28, 2013

I am trying to create a blend radius between a Line and a Circle, the Blend command does not accept the circle as a valid object.

View 3 Replies View Related

AutoCad :: Line Inside Circle But Not Show In Plot?

Jun 30, 2012

i have drawing contain many circles block and inside this cirle line throuh what i want i can tim line inside this circle but if you have lisp or any way to keep this line inside circle but not show in plot

View 1 Replies View Related

AutoCad :: Make Tangent Line From One Circle 90 Degrees?

Sep 30, 2011

What are the commands to make a tangent line from one circle 90 degrees to the tangent line of another circle?

View 2 Replies View Related

AutoCad :: Draw A Circle Passing From Given 2 Points And Tangent To A Given Line?

Feb 14, 2011

I have 2 points and a line given (both points on one side of line)

I want to draw a circle so that it passes through two points and tangent to the given line.

View 9 Replies View Related

AutoCad :: Circle Radius Doesn't Match Up With Line Length

Apr 26, 2011

I'm trying to plan an access road which must run at least 2.5m away from an existing fenceline. I've put a few parallel road lines in at 3m distance, but at the fence bends I decided to put some circles at the bend points to give me a 3m radius. When I did this I was suprised to find that the circle extends further than my access road. I've dimensioned them both up, CAD is telling me they're both 3m away but they're clearly not at the same distance.

View 9 Replies View Related

AutoCad 2D :: Create A Circle From Two Given Tangents And Center-line Axis?

Mar 27, 2013

Is it possible to create a circle from two given tangents and a center-line axis? For example, can this RED circle be derived in AutoCAD?

tan_tan_centerline.PNG

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Intersection Between Line And Circle

Dec 12, 2002

I was looking for a post on the subject of line and circle intersections and found one that Bill Z had posted. I decided to incorperate one of the replies into my own code. In particular Luis Esquivel's code. With some minor modifications I was able to add the onseg argument that extends intersection points for the line to the circle. I also modified it to return only one point or two points depending on the line and circle supplied and the onseg argument. It seems to work great.

; test function
(defun c:go ( / )
(ed_init)
(while
(or
(not (setq ent (entsel "
[code].....

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Detect Intersection Of Line And Circle?

May 17, 2013

How do you detect the intersection of a line and circle or arc.

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Put Circle To Line After Specific Length

Oct 3, 2013

I need a lisp which is i can draw a line or pline with circle in every 30 meters ( circle diameter and total line or pline length will be optional )

View 6 Replies View Related

AutoCad 2D :: Draw Line Snapped To 45 Degrees Angle Of Circle Block

Aug 15, 2011

good way to start a line at one of the 45 degree angles of a circle block?

View 9 Replies View Related

AutoCad :: Dynamic Block To Flip Circle And Line Leave Text With Attributes

Oct 29, 2008

I have a section marker with some text with it and when i make it a dynamic block and try to say flip it it will only take the circle and line with it and leave the text with attributes.

View 9 Replies View Related

AutoCAD 2013 :: Line Type Scale

Jun 4, 2012

I have a problem with line type scale for hidden line it appears different line type scale in another drawing, al though the setting for line type scale & Global scale factor is same for both the drawings. Is there any other setting for the line type.

View 5 Replies View Related

AutoCAD LT :: Linetype Scale Changes On Rotated Line

Aug 24, 2012

Im using LT 2012 & have an issue with a few drawings.

Example:I draw a single line & set to 'Dashed' (or any other type). If i then rotate that line the linetype scale changes to a very small dash & the actual scale of the line changes. rotate it abit more & it will change again. 

View 2 Replies View Related

AutoCad :: How To Scale The Line To Show Dashes

Aug 21, 2012

Look at the picture. How can I scale the line to show the dashes?

If a draw a bigger rectangle the dashes shows up... Is it possible to set a measure for each space?

I'm drawing in Meters 1 = 1m.

lines.jpg

View 9 Replies View Related

Photoshop :: Turn A Line Into A Circle

Oct 8, 2002

how to turn any length of a line in photoshop (7) into a perfect circle.

I have a line 8 by 50 pixels perfectly flat, how to curve that into a border of a circle?

View 3 Replies View Related

Paint Shop Pro :: Text On Circle Line

May 25, 2011

I know how to get the text on the cirle line but when I type in the text, it will only read from left to right. I want to put my text at the bottom of the circle and have in go left to right with the text right side up. But every time I try and put the text at the bottom of the circle the text is upside down and right to left.

View 3 Replies View Related

Photoshop :: Rounded Line, Not Complete Circle

Mar 29, 2005

I'm wondering how to trace the "tail" of my bear using the Pen Tool in Photostop. I've already traced all around the bear to create the general shape. Now I need to create the lines within the bear to give the shape life.

I've been using Photoshop for years, but have never needed a curved line of some sort until now... so now I ask: How is this done?

View 7 Replies View Related

Illustrator :: How To Run A Line Of Vector Chevrons Around A Circle

Feb 18, 2014

Is it posiibe to run a line of vector chevrons aound a circle in Illustrator CS5?

View 3 Replies View Related







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