AutoCad :: Place A Small Perpendicular Line In Specific Length And Put Their Coordinate To Excel Sheet
Jan 28, 2012
At center line I want to place a small perpendicular line in specific length and put their coordinate to excel sheet(export coordinates).
I have already two programs for this, one for placing objects on curve with specific length and 2nd for pick & export coordinates to excel or other type of file. but this is very lengthy process & need too big time. but I think it cab be done in a single command written in lisp.
View 1 Replies
ADVERTISEMENT
Feb 24, 2010
How do I draw perpendicular from a line or object at a specific point? I know by holding shift and osnap perpendicular I can draw the line but I can not osnap to the exact point!
View 9 Replies
View Related
Feb 2, 2012
I would like to draw a line that is a specific length, lets say 16, that originates from a specific x,y location say 10,23, that terminates at exactly atleast the y coordinate 38. I don't care about the x or the angle.
View 9 Replies
View Related
Jun 23, 2012
I am drawing a diagram to describe a mathematical word problem. Since it is easier to visualize with a drawing, I want to draw it using the given dimensions. But angles used in the diagram are unknown and are not needed for the answer to be calculated, so the only way to draw this freehand is to guess at the angle resulting in the correct distances to be off.
Here is the word problem: There are two ladders, one 40 feet and the other 30 feet, each touching the base of one of two buildings and leaning against the other building. If the ladders cross 10 feet above the ground, how far apart are the buildings?
So for my drawing, being rather simple considering what AutoCAD can do, results in this:
Can AutoCAD calculate the angle needed to place a line of a given length between two parallel lines that are a distance apart less than the length of the line to place between them, having the endpoints of this line touching the parallel lines, fitting exactly?
For the word problem, the distance between the two parallel lines is what needs to be solved and the math is quite invloved, having to find the roots or solution of a quartic equation. (I have the solution figured out to be 26.03287754 feet)
What I am afraid of is that this would require to program an AutoLISP routine to create a new command that one can call from the command line. I see it using the the measure command with relative and absolute co-ordinates. This may be far from a "beginner" question. I can do this quite easily on a peice of paper: having two parallel lines drawn, take a ruler and placing the "0" mark on one line, then adjusting the angle until the desired length just reaches the opposite parallel line. I used to use this trick quite often when drafting with pencil and paper to divide a distance into a required number of even amounts, so this can't be that difficult to do with AutoCAD!
View 9 Replies
View Related
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
Feb 3, 2014
Any way to batch rename a folder full of image files to reflect a specific column in an excel sheet? I have a client who I am shooting product photography for, but I need to rename these images to reflect the part number of each item. These are not in any sequential order.
Either using LR5, CS6 or Bridge.
View 1 Replies
View Related
Sep 30, 2013
I have a line or a pline segment and i want to start a line from a point laying there and go perpendicular outwards. Is there a way to do it with tracking?
Yes, i saw the command draw line at an angle but i find it a little bit complicated for a simple task like that. I am sure autodesk have a simplest solution about that.
If i am already at the draw line mode and i can easy catch the tracking perpendicular to previous segment but if i want to start from another line and go perpendicular i cannot make the tracking work.
View 9 Replies
View Related
Jun 27, 2012
How to draw a line that STARTS at a perpendicular angle to another line ???
View 4 Replies
View Related
Jan 8, 2013
Is it possible to change the length of a line based on the length of an attribute?
I'd like to make the line a MINIMUM length of X" (I haven't decided how long yet--but know I'll need a minimum). But then after the user fills in the attribute, I'd like the length of the line to change to the length of the attribute plus a small amount (again, I haven't decided yet how much extra).
View 3 Replies
View Related
Mar 16, 2012
I was wondering if there is a way with DB's to have a line "follow" or "grow" with the content/value length of an attribute. Maybe some method of linking the attribute width to length of the line? Essentially, it would work just like turning on the underline setting when typing in mtext editor (or any program with an underline option for that matter), expect that the line could be placed anywhere, and would not have to reside directly below the text.
View 5 Replies
View Related
Sep 24, 2012
Am trying to insert a drawing to specific coordinates, till now i did this part of coding; though this is executing but the drawing is not getting to coordinates specified
public void coordinates()
{
string dwgName = HostApplicationServices.Current.FindFile("D:\AutoCAD DWG's\SE-02416_37_A.dwg", acadApp.DocumentManager.MdiActiveDocument.Database, FindFileHint.Default);
//Database db1 = new Database(false, false);
Database db1 = new Database(false, false);
//db1.ReadDwgFile(dwgName, System.IO.FileShare.Write, true, "");
db1.ReadDwgFile(dwgName, FileOpenMode.OpenForReadAndWriteNoShare, true, "");
[code]....
View 3 Replies
View Related
Mar 2, 2012
When trying to move to an object to a specific coordinate autocad2012 puts @ in automatically. How setvar do i use to remove this unnecesarry hurdle
View 1 Replies
View Related
Sep 15, 2011
How does one accurately rotate the view so that view in paper space is parallel and perpendicular to the border sheet without guessing the angle?
View 3 Replies
View Related
Mar 5, 2011
suppose i make one file in excel i put N:5200000.000 E:5210426.00 in excel now i want to convert it in auto cad same orignal cordinate then i make one CAD Drawing.
View 9 Replies
View Related
Aug 7, 2013
Is there a simple way for drawing lines or plines perpendicular off a given line which is not horizontal or perpendicular itself?
Bildschirmfoto 2013-08-07 um 14.30.17.jpg
Is there a way for drawing that yellow line in the drawing with a given length directly off the ending of the white line? Without using SNAPANG or the like?
View 5 Replies
View Related
Nov 2, 2012
I have a drawn a line at any angle say 39.43. I want to draw a line from this line @ perpendicular from this line. How to draw this.
View 9 Replies
View Related
May 9, 2013
I'm doing some work with routed tubing at the moment using the Excel XYZ upload facility with auto-bend enabled and it works great. What I would like to know is if there is a way to edit an individual intersect point after the 3D line has been created? I've tried myself but can only movethe complete line, (all coordinates).
I would also like to know if it is possible to extract all XYZ intersect points back to excel or a table within Inventor so I could use the data with a CNC bending machine? Even displaying all coodrinates on the screen at once would be useful.
A working example would be as follows..., I will upload the customers XYZ data to create a 3D line, modifiy specific intersect points to simplify manufacturing and then extract the new co-ordinates to be used for prototyping purposes.
View 1 Replies
View Related
May 17, 2009
I have a line which is at (0,0) and (2,2). I need to draw a perpendicular to this line from point(1,0).
View 6 Replies
View Related
Sep 21, 2011
Recently I've been working with a lot more projects that contain curved architectural features. It appears that I am unable to draw a line to an implied perpendicular point on an arc. I can draw a line to an implied point perpendicular to another line but not an arc. refer to attached images.
Image1 demonstrates the implied point perpendicular to a line.
Image2 demonstrates that there is no implied perpendiuclar point on the arc given by AutoCAD.
Image3 demonstrates that if the arc is manually extended, a point perpendicular to the arc does exist.
It seems like this should work.
Image1
Image2
Image3
View 9 Replies
View Related
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
Sep 9, 2012
I'd like to drive the position of workpoints by coordinate values defined in Excel. Inventor allows me to initially create them using values from a linked spreadsheet, however the positions do not change when the spreadsheet is updated. Is there another technique that could do this?
View 1 Replies
View Related
Apr 21, 2012
How to draw a line perpendicular on an arc at the a particular point?
I wanted to draw a line perpendicular to an arc at a particular point but couldn’t approach it. In this case, I need two snaps to work at the same time! To be perpendicular on the curve and at the same time to be snapped to the point!
View 9 Replies
View Related
Apr 5, 2011
Is it possible to break multiple lines at a single point without a gap along a perpendicular line??
View 6 Replies
View Related
Aug 4, 2009
Is there a way to add a specific amount/length to a dimension by using a formula? For example, say I wanted to measure a length of conduit between two fittings. The clear distance between the fittings is 48" and the conduit is recessed into the fittings by 3/4" on each side. If I dimension between the fittings, normally it would read 48", but I want it to read 49-1/2" so my shop people know what length to cut.
View 9 Replies
View Related
Dec 6, 2010
Is there a way for forcing a flat pattern, when unfolded, to a specific length?
View 6 Replies
View Related
Nov 18, 2011
I have a piece of steel from the content centre 165mm long. The balloon (stacked format) quantity reads 165.000mm. I've had to format the parts list to get rid of the decimal places but I can't find a way of getting rid of them in the balloon. Any format setting somewhere?
View 4 Replies
View Related
May 13, 2013
I made a model and i want to place it in 4200sqft . How to do that ?
View 6 Replies
View Related
Oct 27, 2009
I have been practicing using a older book(copyright 1990) and it has some decent exercises in it. I was able to do this one but it seems I can"t find the proper way to do this..First drawing a line a certain distance..ortho on,click the first point anywhere,move curser to the left and click again. that gives me a line at 180 degrees at what ever length..Line command again starting at the second point of the first line..after clicking that point,I type in @2.38<150 that gives me a line2.38 long at 150 degrees..now how do i make a third line relative to the second line so that the angle is 75 degrees and a certain length..the picture shows what I am trying to draw..using the polar cordinates you get an angle based off the UCS( which is set at world) when you try to draw the third line ..that makes the angle between line 2 an 3 not the angle that I want..To make the drawing,I rotated the ucs -30 degrees..But there has to be a better way than that..
View 9 Replies
View Related
Oct 1, 2003
whether it is possible to take dimensions from a simple engineering drawing and place them in an Excel workbook, currently running CAD2000.
View 5 Replies
View Related
Sep 11, 2012
We are using autocad 2012.
Is there a way to automatically place dimensions on a specific layer, for example layer DIM.
View 3 Replies
View Related
Apr 30, 2012
i want to export my part list with ilogic in a excel template but dont want all the part list column and dont erase the column i skip in excel?
View 3 Replies
View Related