Jump to content

Search the Community

Showing results for tags 'polylines'.

  • Search By Tags

    • polylines ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 21 results

  1. 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...
  2. 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. 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. 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...
  5. Version 1.0.0

    1,661 downloads

    This AutoLISP file can be used to measure the total length or area of all polylines on a selected layer. Instructions on how to load and run this file in AutoCAD are given in this thread.
  6. 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...
  7. 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
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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
  14. 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...
  15. 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...
  16. 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...
  17. 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.
  18. 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...
  19. 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...
  20. jlynnfrasure

    Text to Polylines

    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...
  21. 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...
×
×
  • Create New...