• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    .NET

    Reply
    Active Contributor
    Posts: 43
    Registered: ‎02-07-2013
    Accepted Solution

    Draw Rectangle

    208 Views, 3 Replies
    02-12-2013 01:37 AM

    I want to draw a Rectangle in autocad Electrical using VB.net.

    how to draw?Please send code for this.

    Please use plain text.
    *Expert Elite*
    Posts: 6,635
    Registered: ‎06-29-2007

    Re: Draw Rectangle

    02-12-2013 02:53 AM in reply to: kani_mca

    Hi,

     

    download the ObjectARX-kit (>>>from here<<<), there are a lot of dot-net samples using draw-functions and also crreating polylines.

    At least a rectangle is a polyline, nothing more.

     

    - alfred -

    -------------------------------------------------------------------------
    Alfred NESWADBA
    Ingenieur Studio HOLLAUS ... www.hollaus.at
    -------------------------------------------------------------------------
    Please use plain text.
    *Expert Elite*
    Hallex
    Posts: 1,371
    Registered: ‎10-08-2008

    Re: Draw Rectangle

    02-12-2013 04:55 AM in reply to: alfred.neswadba

    You can try this code as well:

    http://forums.autodesk.com/t5/NET/Create-Objects-and-then-replace-them-with-userinput/m-p/3434003/hi...

    _____________________________________
    C6309D9E0751D165D0934D0621DFF27919
    Please use plain text.
    Active Contributor
    Posts: 40
    Registered: ‎09-04-2012

    Re: Draw Rectangle

    02-12-2013 06:08 AM in reply to: kani_mca

    As you may know, this is not a language-learning forum (except for obcure methods or structs).

    Instead, we ask from other people the logic of how to do something with the AutoCAD object model.

    If your question was: How to draw a rectangle?

    The answer would be simple: Draw a polyline with four segments in the shape of a rectangle and then set the .Closed boolean property of the polyline to true.

    That is exactly what AutoCAD does when you use the command RECTANG;

     

    If your question is: How to draw a polyline? It should be already answered in other threads.

     

    If you have trouble getting YOUR code to work, come back  here, post your code and explain the desired behavior.

     

    P.S. Hold on, did he just say AutoCAD Electrical? Does it use the same API as AutoCAD?

    Please use plain text.