Search the Community
Showing results for tags 'measure'.
-
Hi All, I'm working on a model and am wondering if it is possible to measure the length of a cord/ray in autocad? The geometry is attached below. I'd like to measure the length of a chord from the left to right boundaries, such that at an circle, the chord/ray travels the shortest path a...
-
Hello, I am looking for a lisp the can place a block along a polyline every 500 feet. I know about using the measure command, and have made a lisp to use it, but one of the blocks that I have to use has an attribute. Measure does not work with attributed blocks. Is there already a lisp out there tha...
- 4 replies
-
- block attribute
- autolisp
-
(and 1 more)
Tagged with:
-
Using the line command to measure
CDM-ARCH posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
To find out the length of things in CAD I just use my line command and a distance box would appear above the line but no longer does. does anyone know how to get it back? -
Hello All, First off, Thanks for this site and everyone that posts on it....I have recieved a lot of great info just reading through forums. This routine arrays selected objects along an arc, spline, pline, helix, at offsets, rotations, etc... -edit- User selects object(s), basepoint of...
-
I'm looking to use the measure command in a slightly different way. I need to use measure, then return that number created into a block and insert that block to a point on a line. Ultimately, I am creating a "stud count" for a beam 12" on center. Any ideas? Thanks, -Nobull
-
Picking a station along a curve - AutoCAD
stiebert posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
I have a paper plan set of a sidewalk that contains several simple horizontal curves. I've managed to use the curve data to replicate the sidewalk centerline in my CAD file. The outside edge of the sidewalk is kind of a zig-zag polygon line. To locate change of direction corners in the zig-zag lin... -
Hello guys, well i have a homework for the exams and i have no time, so i need your help. The question is, how i can measure the exact length of an arc (or a polyline) ? See the pic.
-
Measure or Divide object - without use aligned distance...
CafeJr posted a topic in AutoLISP, Visual LISP & DCL
Guys, I'm curious, somebody know how to use the commands: Measure or Divide. I need to distribute a block in one traced line, but with the same space betwen them, these commands put the distance, so, when the object that is the reference got a inclination the distance follow the object but t...- 7 replies
-
- lisp
- equal space
-
(and 2 more)
Tagged with:
-
Hi. I am having trouble with some coding I found elsewhere. I would appreciate it if anyone could give me an insight as to how adjust the coding so that it works. [url="http://www.surveydrawing.net/wp-content/uploads/2012/06/mlin1.png"][img=http://www.surveydrawing.net/wp-content/uploads...
-
New to ACAD Lt - Can't get Area Measure Tool to output proper figures
VaBeav posted a topic in AutoCAD Beginners' Area
I am new and need a good resource. I've figured some things out, but am struggling with what appears to be a very valuable tool... the area tool. I found many references to the boundary tool, but that looks more complicated. I have figured out how to mark the corner and press enter, but... -
I work for a demolition company and and trying to print off site plans, sent to us by clients (which are drawn in CAD, but sent to us as pdf's), to scale on an A1 printer. The documents being sent to us are supposedly to scale @A1. I have tried printing both in adobe and bluebeam but both...
-
Hello everyone, First things first, must tell my autocad is in french so sorry if some vocabulary does not match the english translation in the software My measure function doesn't displays anymore the result on screen but in the command lines. What must I do to make it back to normal again plea...
-
So new to LISP it's ridiculous, and I need help. I'm doing some designs for lighting and sound, and I have sets of blocks at various points around a floorplan. I plan on making these blocks (dynamic blocks if necessary) and giving them similar nomenclature according to what they are (speakers, m...
-
Measure a polyline and specifically include all vertex in the result
Coyote posted a topic in AutoLISP, Visual LISP & DCL
Hi, I need to transfer some plumbing (or piping) from Autocad to a another program for specialist analysis. This analysis requires that I have the piping as 1m length pieces. I have found lisp code to measure the line and place a marker (block) every 1 metre, and also have a program to extra...