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

    .NET

    Reply
    Member
    tarikpeterson
    Posts: 3
    Registered: ‎06-01-2011

    Developer Questions (ObjectArx, Visual Studio 2010, etc.)

    317 Views, 4 Replies
    06-01-2011 07:11 AM

    I am attempting to create an ASP.NET web application (C#, VS 2010) that will load a floor plan (.dwg file) and dynamically place a "marker " of some type on the floorplan to identify the location of some object not shown in the original drawing.

     

    I do not want the user to need to have AutoCAD loaded on their computers for this to work. Is this possible?

     

    Thanks in advance

    Please use plain text.
    *Expert Elite*
    arcticad
    Posts: 1,251
    Registered: ‎06-21-2004

    Re: Developer Questions (ObjectArx, Visual Studio 2010, etc.)

    06-01-2011 08:10 AM in reply to: tarikpeterson

    You would need some way of modifying the file directly,

     

    By using RealDWG

     

    http://usa.autodesk.com/adsk/servlet/index?siteID=123112&id=770257

     

    or Open DWG

     

    http://www.opendwg.org/ 

    ---------------------------



    “We don’t have a snowball’s chance in a blast furnace of surviving this attack unless every one of our units gets into the fight right now!”
    Please use plain text.
    *Expert Elite*
    Posts: 683
    Registered: ‎04-27-2009

    Re: Developer Questions (ObjectArx, Visual Studio 2010, etc.)

    06-01-2011 08:58 AM in reply to: tarikpeterson

    Even you have RealDwg lisenced to run at the web server end, you still cannot present a *.DWG to a user with a ASP.NET application, that is, user cannot interact with a *.dwg file visually in a browser.

     

    To make a pure web application, you need to publish a *.dwg into *.dwf file and embed "Autodesk Design Review" browser plug-in in a web page. However, I am not sure if the plug-in can post back to the web server with user input, so that the backend web server can use RealDwg to modify the corresponding *.dwg file according to the recieved user input.

     

     

    Please use plain text.
    New Member
    Posts: 1
    Registered: ‎06-12-2012

    Re: Developer Questions (ObjectArx, Visual Studio 2010, etc.)

    06-12-2012 01:25 AM in reply to: tarikpeterson

    how to call another acad function (example : TRIM) in my C++ function ?

    thanks !

    Please use plain text.
    New Member
    Posts: 1
    Registered: ‎06-19-2012

    Re: Developer Questions (ObjectArx, Visual Studio 2010, etc.)

    06-19-2012 09:41 AM in reply to: tarikpeterson

    Take a look at the following Component I use on our web site:

     

    http://www.woutware.com/cadlib4.0.html

     

    You may find what you need with it.

     

    Please use plain text.