Results 1 to 11 of 11

Thread: How to get object from AutoCAD

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #7
    VBAX Regular fixo's Avatar
    Joined
    Jul 2006
    Location
    Sankt-Petersburg
    Posts
    99
    Location
    Quote Originally Posted by Robert
    Thank you, it really works!

    Now I think further more, if I want to know the other type object, I just change the "obj" type and put the right elements, is that right?

    Regards,
    Robert
    Yes, of course, you are right
    Btw, you can to build filter to select several types
    something like this:

    fcode(0) = 0 
    fData(0) = "CIRCLE,ELLIPSE,ARC,LINE" '<--entity types separated by comma
    Let us know if you need some help again

    ~'J'~
    Last edited by Aussiebear; 04-09-2023 at 04:26 PM. Reason: Adjusted the code tags

Posting Permissions

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