AutoCad :: Place Start Of Line Certain Distance Away From End Of Another Endpoint?

Oct 22, 2013

I am look at a way to place the start of a line a certain distance away from the end of another endpoint. Is there a more productive way of doing this rather than drawing one line on the x axis and another on the y axis.

View 9 Replies


ADVERTISEMENT

AutoCad :: Select Line Start / End Point That Is Known Distance From OSnap Point?

Jun 9, 2011

I'm trying to draw a plan of my house in Autocad 2009 but I seem to be endlessly using trim and extend because I can't easily select the points that I want with osnap. Eg. imagine I have a box, and I want to start drawing another box inside it that has each side as 10 units smaller than the corresponding side on the outer box.

Step 1 - I draw a small line from the top left corner of the big box using the endpoint snap, typing in "5" for the length.

Step 2 - I then do the same at right angles to the first line to get me to the starting point of the inner box. This always leaves me with 2 small lines to remember to delete.

Step 3 - Then in order to draw the top line of the inner box I end up drawing to a random length because I can't say "draw until 5 units away from the right hand side of the big box", then I end up trimming it later once I've repeated steps 1,2 and 3 for the next side of the inner box.

I know in my example above I could have scaled the box down or something but that's not what I'm getting at. I really want a way of selecting line start and end points that are a known position away from an existing point.

View 9 Replies View Related

AutoCAD LT :: Lengthening / Stretching A Line With Endpoint Grip

Mar 20, 2012

I recently purchased LT 2012. I was using LT 2008 until now. When I grab a line from the endpoint grip and try to lengthen it by typing in a value it either shortens the length by the value I type, changes the overall length to the value I type, or does what I want it to- actually makes the line longer by the value I type but doesn't do any of these consistently. It didn't do this in any older version I've used and I can't find a setting to change it.

View 9 Replies View Related

AutoCad :: Line Length Display On Endpoint Hovering

Feb 1, 2013

So when i would select a line, hover over one of the endpoints, the length and angle would be shown, as a quick dimension. for some reason that has stopped, all it does now if i select the line, hover over an endpoint the only thing it says is stretch, or lengthen.

RANT!!! (come on 2013, thats stupid, stretch and lengthen are basically the same thing, dont you think if i stretch something it would automatically lengthen something, and if i lenghtened something, it in fact would also be stretching it. and to see you replaced the simple dimensioning of that line with a pointless i wouldnt call it option. now to figure out the length i have to keep the properties file open, or i have to draw a faux line over the current one just to check its length, or literally i have to draw a dimension line.) EnD!!

What option might have been turned off? and that the new array no longer gives you a box, but you do it all through the command line. or the dynamic input. That was an AWESOME box that i do miss dearly, and no longer have the option to bring back..

View 4 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Select Line And Get Endpoint?

Feb 12, 2013

Can I select a line and get the nearest endpoint so I can do something to the line using the endpoint as a base?

It will include an ssget and an osnap "end" in the code, but not too sure how to put it together.

View 3 Replies View Related

Illustrator :: How To Extend A Line On One Side By Its Endpoint

Jun 8, 2012

[URL]....SAYS:
 
“Adjust the length or angle of straight segments

1. With the Direct Selection tool, select an anchor point on the segment you want to adjust.

2. Drag the anchor point to the desired position. Shift-drag to constrain the adjustment to multiples of 45°.”
 
Question: How do I proceed if I’d like to extend a line on one side by its endpoint, while I want to keep its original angle instead of 45° degrees?
 
And: assuming we’re not working with a standing-alone line, but as part of a construction, as you can see on the screenshot. The point should be move to the intersection on both lines (green and turquois).
 
I thought, maybe working with functions in GRAPHER – but I hope there is an easier way directly in ILLUSTRATOR.

View 8 Replies View Related

AutoCAD Inventor :: Can Place Empty IPT File Into Assembly Then Start Working On It

Oct 19, 2012

Can I place an empty .ipt file into an assembly then start working on it?

Or do I have to create the new part, save it, then go into my assembly and place it?

View 2 Replies View Related

AutoCAD 2013 :: Draw A Line From End Of Line To Start

Jul 31, 2013

I was drawing a  lot of lines with the pointer that stuck at the end of the line and after that it stuck at the beginning of the other line (i hope you understand what i mean). I don't know what i pressed but now this function is not active and is very difficult to draw the lines.

View 3 Replies View Related

AutoCad :: Start Line From The Section Of Line?

Jan 10, 2013

I am trying to do a drawing but there's a function I forget. I want to start a line from a section of another line. How to do something to skip a distance from a start point of a line to the position you want.

View 5 Replies View Related

AutoCAD .NET :: Break Line With Known Distance

Oct 6, 2011

I have to break a line/polyline with a known distance around a point of the line. I was thinking of  creating a circle with a specific radius and then trim the line inside the circle, then delete the circle but I could not find how to use trim in .net.

View 1 Replies View Related

AutoCad 2D :: Set Distance Between Text And Line

Oct 22, 2012

Is there a way in AutoCAD 2012 to set a distance between a line and the text above it? How to be able to mark all my bearings and set a distance so all of them ends up with the same distance from the line they refer to.

View 9 Replies View Related

AutoCAD 2013 :: Dimension Line Distance

Jan 22, 2013

I used direct-distance entry to place the dimensions 3/8 away from the object lines... needless to say, while most horizontal dimensions are 3/8 away, the vertical and inclined dimensions are not. see attached. other than creating construction geometry and physically moving the endpoints of the arrows to the correct location, is there any way of getting this precise and correct the first time i do it?

View 1 Replies View Related

AutoCad :: Displaying Distance In Command Line?

Jan 6, 2012

i have been using the DI command to get line lengths (of road widths, that sort of thing), and in the command line, it just gives the X, Y and Z distances, and not the actual length of the line.

how to change the displayed information so that the length of the line drawn with DI shows in the command line?

Also is there an option to choose what is displayed in the command line with DI command?

View 9 Replies View Related

AutoCAD Architecture :: Set Distance / MEASUREGEOM Command To Label Line

Feb 22, 2013

m in the middle of a little project and want to know if its possible to save the info that the _MEASUREGEOM command displays when applied to measure distance or angle to the project.

I used to use a lisp script to do this but that was on my PC. Im not running autocad on my mac and it wont alow me to run the script. it loads it but then gives the error

 error: vl-load-com not supported on  "Mac OS X Version 10.8 (x86_64)"

when i try and apply the command. Does MEASUREGEOM have a built in feature to save these details to the project i.e. next to the line or shape measured?

View 2 Replies View Related

AutoCAD 2010 :: Distance Rubber Band Line Is Black

May 24, 2011

One drawing we have has a weird quirk. The rubber band line for the Distance command is black. The background of our AutoCAD is also black, which makes it very hard to see. This only seems to affect the Distance command as the rubber band for the Line command is grey (though the current layer is yellow).

I have confirmed this is limited to just one drawing, no matter what machine you open it on. The AutoCAD version we are using is Civil 3D 2011.

I have checked the following: DRAGMODE (auto), HIGHLIGHT (1), restored colors to default, made sure 3D views were not on, rendering off, UCS set to world.

Next step? Repairing the AutoCAD installation is not likely to fix the problem.

View 5 Replies View Related

AutoCAD LT :: Unable To Move An Entity Along Line A Specific Distance?

Apr 18, 2012

RE: Autocad LT not able to move an entity along a line a specific distance using cursor snap and dynamic input

What I want to do is move a line on an angle a certain distance in the direction of the line itself in this case 20mm

What used to happen is you'd simply select move and an endpoint on the line then hover over the mid or opposite endpoint of the line and enter 20 and it would move 20mm along the trajectory of the line.

The same set of actions now only seem to allow you to move the entity 100mm (the default value) along itself in the correct direction. If you enter 20 it does not move and if you enter 50 it moves 100!

View 9 Replies View Related

AutoCad 2D :: Temporary Tracking Line On Distance Command Has Disappeared?

Nov 26, 2013

The temporary tracking line on the distance command has disappeared.

View 2 Replies View Related

AutoCAD 2010 :: Distance Command And Rubber Band Line

Jun 28, 2011

When I use the distance command and pick the first point the rubber band line doesn't appear and then when I pick the second point I get a distance, but I have no way of knowing exactly where the points I picked landed.

I saw another post about the rubber band being black against the black background, but that is not the problem.

When I turn Otrack on I get the rubber band, but I don't like Otrack on because it causes other problems. How to get the rubber band to work the way it did before?

View 9 Replies View Related

AutoCAD 2013 :: How To Edit Line Space Distance For Dimension Text

Apr 12, 2013

how to edit the line space distance for the dimension text. I can change the style, size and several other features.  But the line space distance is the one thing I can't seem to edit. The only solution I know of and use is exploding the dimension and then the text turns to mtext and the option becomes available.  But then if the section changes to a shorter/longer area, i have to go through several steps with the exploded lines.  how to edit the line space distance for the annotation in the dimensions. i have also attached a pic of my issue as well. 

C3D 2014 SP1
DELL Precision T3600
Intel Xeon E5-1650 @ 3.20GHz
NVIDIA QUADRO 4000 Dual Monitor
32 GB RAM / Win7 Pro 64-bit

View 9 Replies View Related

AutoCAD Civil 3D :: Divide Ellipse Into Line Segments Of Required Mid-ordinate Distance

Feb 20, 2013

How to divide ellipse into line segments(equal/unequal lengths) of required accuracy or tolerance  ?

tolerance = mid-ordinate distance

Civil 3D 2012, SAC
16 GB Ram 64 Bit Win7

View 2 Replies View Related

AutoCAD 2013 :: Divide Ellipse Into Line Segments Of Required Mid-ordinate Distance

Feb 20, 2013

How to divide ellipse into line segments(equal/unequal lengths) of required accuracy or tolerance?

tolerance = mid-ordinate distance

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Create New Double Line From Centerline According To Specific Distance

Jan 9, 2014

I have double line pipe drawings but i have to change distances between of this lines in entire drawing and i was thinking that maybe there is a lisp code which can create new double line according to my specify dimensions ...

example :

    Distance between lines : 100 mm

    ------------------------

    ------------------------

here is what i want to do :

1. select double line

2. specify new distance ( for example 200 mm)

3. lisp will create center line middle of the selected lines ( maybe it can ask me that this center line will be permanently or not )

4. lisp will create new double line from this centerline according to my specific distance

5. new double line layers will be the same with selected old double line

and this lisp has to work for double arc or quarter circles too.

View 7 Replies View Related

AutoCad :: Place Line Tangent From The End Of Arc?

Nov 28, 2012

How does one draw a line tanget from the end of an arc.

I noticed the tangent snap stops at the end of the arc but one can still place a line beyond the end of the arc, thus no longer tangent.

View 9 Replies View Related

AutoCad :: Reverse Start And End Points Of Line?

Sep 1, 2012

Is there a way of reversing the start and end points of a line? I have a lot of mirrored lines on my model, and so the direction (start/end) is also mirrored. This poses a problem when i export the model to another program witch has a coordinate system based on the direction of the entity (in this case a line). So i come back to the question, is it possible to change(reverse) the start/end position to already drawn (mirrored) lines? Btw i am using acad2011

View 2 Replies View Related

AutoCAD Map 3D :: Displaying Geodetic Distance With Dimension Tool Instead Of Normal Distance

Mar 17, 2009

Is there any way of displaying the geodetic distance(ie "mapdist") with the dimension tool instead of the normal distance?

View 2 Replies View Related

AutoCAD 2013 :: OTrack Distance From Top Circle Edge Of Cylinder To Certain Distance

Jul 30, 2012

I am trying to oTrack distance from the top circle edge of a cylinder to a certain distance ... whenever i try to do that ... it either track to x and y .. but not in z :/ ... the video i have on you tube he did it so simply and it seems to be easy .

I am not sure what is wrong .. but i heard parallel and perspective view could make a difference .. i actually try both :/ ...

[URL].....

View 9 Replies View Related

GIMP :: Dashed Line Fading Into Distance?

Oct 16, 2013

Imagine you have an image of a landscape, and you want to draw a dashed/dotted border line (such as between two countries) that goes far into the distance. Naturally, the dashes (and the spaces between them) will get smaller. The line probably isn't straight, either.

View 7 Replies View Related

GIMP :: Dashed Line Fading Into Distance?

Oct 16, 2013

Imagine you have an image of a landscape, and you want to draw a dashed/dotted border line (such as between two countries) that goes far into the distance. Naturally, the dashes (and the spaces between them) will get smaller. The line probably isn't straight, either.

View 1 Replies View Related

AutoCad 2D :: Dimensions Going All Over Place After Trimming A Line

Mar 22, 2011

A coworker and I are having the same problem with dimensions. For example, we have a polyline that has been dimensioned and then we will either need to trim or break a small portion out. When we trim or break the line the dimensions on that line fly all over the place so we end up needed to re-dimension everything. We have had this problem in AutoCAD 2008, 2010, and 2011. Maybe we need to change a variable? The polylines have a zero Z-axis and it does not happen everytime we trim or break but enough to become annoying. Our CAD Manager had as try to disassociate the dimension, break the line, and then reassociate it but that didn't work; the dimensions were still shifted around.

View 1 Replies View Related

AutoCAD Civil 3D :: What To Put In Override Box To Start Second Line Of Text

May 24, 2012

What to put in the override box to start a second line of text? its autocad 2013

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: End Of One Line Is Start Of Another

Apr 24, 2013

I am having a problem with starts and ends of lines. I have draw two lines, end of first is start of second. The problem is because, (cdr (assoc 11 (entget line1))) and (cdr (assoc 10 (entget line2))), somehow, are not the same,

(= (cdr (assoc 11 (entget line1))) (cdr (assoc 10 (entget line2)))) 

is returning nil, what is so confusing to me is that:

(=(nth 0(cdr (assoc 11 (entget line1)))) (nth 0(cdr (assoc 10 (entget line2)))))

is returning true, the same is for y and z coordinates.

I need to check x y and z coordinates, for this type of problem...

View 4 Replies View Related







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