+ Reply to Thread
Results 1 to 5 of 5
  1. #1
    Full Member
    Using
    not specified
    Join Date
    Jul 2006
    Location
    Hyderabad
    Posts
    84

    Default drawing circle on each point

    Registered forum members do not see this ad.

    hi,
    iam having 100 points in the drawing. now my aim is to draw a circle on each point using lisp. by loop concept i got the result.
    my aim is to draw a circle without loop. bcoz by looping means it is taking more time.
    as per my knowledge without loop we can't able 2 do this one. Is there any possibility . if yes means plz give me idea

    regards
    m.arunachalam

  2. #2
    Super Member fixo's Avatar
    Computer Details
    fixo's Computer Details
    Operating System:
    Windows 7
    Motherboard:
    E7500
    CPU:
    Intel(R)Core(TM)2 DUO CPU 2.93HGz
    RAM:
    4098 Gb
    Graphics:
    1024 Gb
    Using
    AutoCAD 2009
    Join Date
    Jul 2005
    Location
    Pietari, Venäjä
    Posts
    1,613

    Default Re: drawing circle on each point

    Quote Originally Posted by vivekgrs
    hi,
    iam having 100 points in the drawing. now my aim is to draw a circle on each point using lisp. by loop concept i got the result.
    my aim is to draw a circle without loop. bcoz by looping means it is taking more time.
    as per my knowledge without loop we can't able 2 do this one. Is there any possibility . if yes means plz give me idea

    regards
    m.arunachalam
    Something about good manner...
    Are you saw the answers here:
    http://cadtutor.net/forum/viewtopic....73ad00b56cca28


    ???

  3. #3
    Super Member CAB's Avatar
    Using
    AutoCAD 2000
    Join Date
    May 2004
    Location
    Tampa, Florida
    Posts
    801

    Default

    i think what fatty is saying that it is impolite not to acknowledge the effort of those trying to help you.
    And I agree.

    There is no way without some kind of loop in this situation but there are slow loops & fast loops.
    Why not post the code you have and someone may be able to make it more efficient.

  4. #4
    Super Member fixo's Avatar
    Computer Details
    fixo's Computer Details
    Operating System:
    Windows 7
    Motherboard:
    E7500
    CPU:
    Intel(R)Core(TM)2 DUO CPU 2.93HGz
    RAM:
    4098 Gb
    Graphics:
    1024 Gb
    Using
    AutoCAD 2009
    Join Date
    Jul 2005
    Location
    Pietari, Venäjä
    Posts
    1,613

    Default

    My respect, Alan
    Thanks, that you agree with my opinion

  5. #5
    Banned Alan Cullen's Avatar
    Using
    Map 3D 2009
    Join Date
    Jun 2006
    Location
    Cairns, Queensland, Australia
    Posts
    4,181

    Default

    Registered forum members do not see this ad.

    vivekgrs,

    Post your code and I'll have a look at it.

    As CAB said, the code required to do what I believe you want simply will not work without a loop...However, that loop is not a break...for 100 points the code would place your circles faster than you can blink...

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