+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Forum Newbie
    Using
    AutoCAD 2000
    Join Date
    Apr 2007
    Posts
    2

    Default simple way of adding contour lines?

    Registered forum members do not see this ad.

    I am doing a finite difference problem for Heat Transfer course. I have 100 nodes in a 10 by 10 grid. Each node has a value (temperature to be specific). I need to draw Isotherms (lines of constant temperature) in the grid.

    How can I do this using contour lines? I suppose I can put a point at each node and sets its z-coordinate to my value? But can AutoCAD draw lines of constant z-values?

    Note: I do NOT want to connect the nodes with lines, since no node has same value.

    I am using AutoCAD 2000. If there is another program/method to do this, i'm all ears.

    cheers
    sg

  2. #2
    Forum Deity
    Using
    not specified
    Join Date
    Jul 2004
    Location
    Anchorage, Alaska
    Posts
    2,074

    Default

    Registered forum members do not see this ad.

    No easy way that I know of. Usually accomplished with a "Surface modeling" type of program, such as used by surveyors/civil engineers.

    It can be done in Autocad. Since your grid is regular, you could use the nodes (x,y & temperature) as points for a mesh. The procedure could be shortened by pasting in coordinates to the "mesh" command, such as from a text file or spreadsheet. Then convert the mesh to a solid using "m2s.lsp". Then use the "section" command to create regions of constant z value (temperature). Regions can be exploded/converted to polylines if desired.

Similar Threads

  1. Need label contour...
    By fmn76 in forum AutoLISP, Visual LISP & DCL
    Replies: 7
    Last Post: 12th Apr 2007, 08:44 am
  2. Adding up length of lines
    By Siberian in forum AutoCAD Drawing Management & Output
    Replies: 2
    Last Post: 27th Dec 2006, 08:06 pm
  3. Lines - im sure this is simple
    By mattwsp in forum AutoCAD Drawing Management & Output
    Replies: 9
    Last Post: 31st Aug 2006, 03:26 pm
  4. Simple simple, huh? rectangles how are they built?
    By Anna_here in forum AutoCAD Beginners' Area
    Replies: 6
    Last Post: 2nd Aug 2006, 09:18 pm
  5. tadpole/contour lisp
    By daiharv in forum AutoLISP, Visual LISP & DCL
    Replies: 4
    Last Post: 5th Apr 2006, 12:30 pm

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts