Jump to content

Search the Community

Showing results for tags 'polygon'.

  • Search By Tags

    • polygon ×
    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 11 results

  1. Hi guys, I've created an AutoLisp app which creates a cross section of the 3D terrain grid. The terrain can consists of raw AutoCAD entities: MESH / POLYFACE MESH / POLYGON MESH (one or more, even combined). As an author, I will be grateful for any comment, especially suggest...
  2. Hello, i need little help with dividing polygon to parts. I attach .dwg with what i need. Thank you Test2.dwg
  3. Hello, i want to ask for help with creating closed polygon from Grid lines with lisp. Regards Trudy
  4. how to divide a polygon into 3 equal polygons (same area or we known area)? I wanted to divide the polygon shown in the screenshot below into equal 3 polygons (with same area), but I couldn't figure out if these is some commands or workflow to perform this issue is the "trial and error" is...
  5. guusdehart

    vba drawing polyline

    Hi, My VBA project reads coordinate file from field measurements of topographer and builds via some routines two classes: AllPoints (x,y) and AllLines (from x,y , to x,y). Seperating real points from reference points. I cannot seem to get a way to kick of the drawing command. Anybody some ideas?...
  6. Hi every body , the lisp named CAR is a lisp routine to calculate the area of any entire polygon drawn in AUTOCAD. How to use : 1- Run the Autocad. 2-Load application named "car" or directly drag it into the autocad. 3- the command for the lisp is " car " enter 4- select the polygon u wan...
  7. Hey guys, I'm working on a code but I am having issues with getting the DXF codes assigned to a variable and using the variables for the polygon command. Basically what I am trying to do is to create a polygon that "traces" a circle that will help me with the wipeout command. (defun c:...
  8. I am trying to make a stylized model of a molecule and having some issues. Here's the sketch of what I'm trying to create: So far, I've been able to sweep a circle around a hexagon-shaped path, which will create the single-bonds in the benzene ring in the finished product: I made a cir...
  9. KXJ

    ArcMAP Polygons

    Hi, I want to export some polygon shp files into CAD. What I can do easily is determine the line types, colours etc in the export but what I want to to is set the fill. Now I can't see how this is possible as the polygon features are converted to closed polylines in CAD and the hatch is a new f...
  10. Hello everyone. These days I am in need of a Lisp to boost my productivity. What I am exactly looking for is a program capable of: 1. Create a polygon from lines - boundaries (like the BPOLY command) then 2. Create a Label to identify the polygon (like a numeric order of 1, 2 ,3..) and finally 3...
  11. Hello. I'm currently a freshman an engineering student at UVM. I'm in a basic autocad class now, and am only using orthographic and isometric views (don't know 3-d autocad yet). For a final project, I am constructing a treehouse using either a pentagon or hexagon shape. What neither I nor...
×
×
  • Create New...