Search the Community
Showing results for tags 'polylines'.
-
Rounding of 4 polylines according to the criteria: - radii from inside 420 , 560, 588 , 728 - if the outer polyline becomes the inner then round 728,588 ,560, 420 The point is to detect with 4 polylines are next to each other, determine which is internal and which is external. Then for each po...
-
Create slope with lisp Polyline (WANT TO ENHANCE)
Prageeth posted a topic in AutoLISP, Visual LISP & DCL
I Have lisp for placing slope and arrow with polyline and i want enhance this to what i need mention in my drawing file..so i have attached lisp & sample drawing file . and also want to enhance lisp for select all polyline at once, currently lisp select on object at once. thanks....- 3 replies
-
- slope lines
- slope
- (and 13 more)
-
Hello i have question. I need lisp to extract elevation in spots from polyline surface. I know for civil 3d and surfaces i work with this but for this project i need to make same thing in Autocad. I know the math for interpolate but dont know how to make it. (dont have good idea for...
- 4 replies
-
- spot elevation
- polylines
-
(and 1 more)
Tagged with:
-
Hello everyone. I tried to do it but simply don't have the knowledge to make it. I'm in need of lisp where I select two polylines and the lisp creates closed polyline on current layer, using those selected and leaving them in drawing. Now the trick is on each side the shorter polyline must...
-
-
Looking for Lsp which can calculate sum of polygon and closed polyline area?
Kumbra posted a topic in AutoLISP, Visual LISP & DCL
First of me, Hi to everyone! Glad to be part of this. I am pretty new to this forum so as to AutoCad software, I am GIS maniac. Currently working on some urban plan and my company need to calculate area of existing polygons, hatches and polylines. A lot of people worked on same project and that... -
Help me for special rectangular nesting plates not simmetrical (not rotable 180°).
LULU1965 posted a topic in AutoLISP, Visual LISP & DCL
Special rectangular nesting plates not simmetrical (not rotable 180°) I must a lot of pieces of cutting polylines in rectangular areas this problem is very important for me thanks for all help me. rectangularl nesting.dwg -
How to calculate monthly advance in polylines/3dpolylines?
toxicsquall posted a topic in AutoLISP, Visual LISP & DCL
Good morning, I have a big problem: I need to make an outline of which was advanced on a road. But I'm doing this activity manually. I tried to use the OVERKILL, but it only deletes the 3dpolylines/polylines that are overlapping and not both. I need only what is different between them and make a RE... -
Aligning multiple lines at once
lucascantelle posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
Hello folks! I would like to know if you guys could help me to align multiple lines to an specific point. Take a look at this image. I want to align all color lines to the white one at the bottom. I tried to move them, but I need a reference point and I do not know how to do it. Ive b... -
Hello all, I tried looking this up and did not quite find what I needed. I have hundred of rooms that I have created closed polylines. The rooms also have single line text with the room number. I want to link each space in the floor plan to an Excel spreadsheet. Each space will need to have an...
-
Selecting objects within multiple selected closed polylines
Johnnytarno posted a topic in AutoLISP, Visual LISP & DCL
I have scoured the net for a way to select all objects within a selected closed polyline as well objects that are touching the polyline, which i have found, but i need to be able to select more than one closed polyline at a time ,as I work on thousand of circles (drill holes) and shapes at any given... -
Hello everyone I have wanted to create some type of LISP for a long time now. Iv done 1000's of handrail drawing in the past few years, and expect to do many many more. These rails are 1.50 x 1.50 square tubing, 16ga wall, 304 stainless or Mild Steel. The standard height is 42" which shou...
-
I'm looking for a LISP that will allow me to offset a polyline on one layer with a global width (any varying width) to another layer (a specific layer written into the code) with a global width of 0. Please help
-
Lines, Polylines, densify and export
dlm13 posted a topic in The CUI, Hatches, Linetypes, Scripts & Macros
Hi, I cannot for the life of me remember how to get around this one. I have a line with randomly spaced nodes and it also is curved. I need to turn it into a polyline, densify it and export those extra positions. So far I have done line to polyline no problem, but when I try to densify (I have... -
Hatch of Closed Polylines Offset From User Designated Points
doerner posted a topic in AutoLISP, Visual LISP & DCL
I am pretty new to lisps, but I think that I have made this a little more complex than it needs to be. I am trying to create a offset box around a set polyline and then hatch the box. I have succeeded in making it work for four user designated points, but I am looking for more. I would like... -
Changing the profile of an extrusion
Dan Kitchens posted a topic in AutoCAD 3D Modelling & Rendering
I understand how the current extrusion command works - You have a 2D polyline profile and you apply the extrusion command to that, getting your 3D shape. However, I have a drawing full of different sized extrusions based on the same 2D polyline, and now I want to change that initial 2D polyline... -
I'm trying to plot a large poster (108" long) onto a 36" wide roll of paper. The image, texts, and leader plotted fine; the polylines and mtext did not. Everything shows up in the preview, but the two mentioned items don't actually get plotted onto the paper.
-
Hi, this is probably really simple but i've just started using CAD so my apologies. I have to design a building as part of a uni project, i've drawn a floor plan with polylines but when i go to replace the polylines with walls, some of the walls have the plaster work on the outside and brickwor...
-
I am trying to make a routine that could change all polylines in a drawing from layer AM_0 to 0. But i can't get i to work. (defun C:chgpllnul ( / pllist ) (setq pllist ((ssget '((8 . "AM_0") (0 . "Polyline"))) (command "change" pllist "" "P" "LA" "0" "" ))) ) Please help! Thx in advanc...
-
I am having an object laser cut and need to have text. I have read that express tools does the job, however I don't have it on my CAD. I reinserted the CD like everone has said, clicked the Express Tools, the my computer says it can't load the file. Is there a simple way to convert text Polylin...
-
erasing inside a box...help
ejmmfc posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
Hello all My first post, so apologies if not in the right place. I am a novice user and on searching the forums I cannot find a thread which answers this questions in a language I can understand. I should add I just dont get other code orientated answers to similar posts. I am working o...