<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Shop drawing automation using ObjectARX in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/shop-drawing-automation-using-objectarx/m-p/13348829#M116</link>
    <description>&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;I think you are an expert in AutoCAD development and other technologies too.&lt;/P&gt;&lt;P&gt;I wish I was like you in AutoCAD development, but it is really challenging.&lt;/P&gt;&lt;P&gt;Could you please send me some example projects that can help me develop my own project?&lt;/P&gt;&lt;P&gt;I believe you fully understand my intention and can guide me in the right direction.&lt;/P&gt;&lt;P&gt;I look forward to your great help.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Andrii&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Mar 2025 09:46:18 GMT</pubDate>
    <dc:creator>chebanovandrii</dc:creator>
    <dc:date>2025-03-03T09:46:18Z</dc:date>
    <item>
      <title>Shop drawing automation using ObjectARX</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/shop-drawing-automation-using-objectarx/m-p/13339304#M112</link>
      <description>&lt;P&gt;I want to develop a plugin that generates the shop drawings for cabinetry automatically without user interaction from start to end.&lt;/P&gt;&lt;P&gt;Currently, my plugin creates the 3d models of the cabinetry from the given parameters.&lt;/P&gt;&lt;P&gt;However, I am not sure how to generate the specific views such as plan, elevation, and section as well as detail views.&lt;/P&gt;&lt;P&gt;I am considering using Drawing View or SolView + SolDraw for the plan and elevation, and Section Plan for the section views.&lt;/P&gt;&lt;P&gt;But there seems to be no way to manipulate the drawing view in ObjectARX.&lt;/P&gt;&lt;P&gt;Who has experience with similar projects?&lt;/P&gt;&lt;P&gt;Or who knows what is the best solution for this purpose?&lt;/P&gt;&lt;P&gt;Even whether is it possible?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 19:54:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/shop-drawing-automation-using-objectarx/m-p/13339304#M112</guid>
      <dc:creator>chebanovandrii</dc:creator>
      <dc:date>2025-02-25T19:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Shop drawing automation using ObjectARX</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/shop-drawing-automation-using-objectarx/m-p/13339627#M113</link>
      <description>&lt;P&gt;Used to use a product called DrawPower by Pattern Systems that did that. Microvellum I guess does this. I always wanted to develop a ‘pseudo 3D’ casework program, generate all the views, but also create parts in DXF for CNCs. A modern version of Product Planner inside CAD&lt;/P&gt;&lt;P&gt;3D is great if your doing a kitchen, not so great for huge commercial projects.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 23:39:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/shop-drawing-automation-using-objectarx/m-p/13339627#M113</guid>
      <dc:creator>daniel_cadext</dc:creator>
      <dc:date>2025-02-25T23:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Shop drawing automation using ObjectARX</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/shop-drawing-automation-using-objectarx/m-p/13340192#M114</link>
      <description>&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;Do you know what approach they use to develop Microvellum?&lt;/P&gt;&lt;P&gt;It seems very similar to what I am going to develop.&lt;/P&gt;&lt;P&gt;.NET or ARX?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2025 06:50:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/shop-drawing-automation-using-objectarx/m-p/13340192#M114</guid>
      <dc:creator>chebanovandrii</dc:creator>
      <dc:date>2025-02-26T06:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Shop drawing automation using ObjectARX</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/shop-drawing-automation-using-objectarx/m-p/13340381#M115</link>
      <description>&lt;P&gt;Guessing Microvellum uses both ARX and .NET, I think they’re using OEM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Either or both will do the job, use the language you like best. &amp;nbsp;I think MV used Excel as their expression evaluator back in the day, not sure if they still do. I would look at something multithreaded these days.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2025 09:05:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/shop-drawing-automation-using-objectarx/m-p/13340381#M115</guid>
      <dc:creator>daniel_cadext</dc:creator>
      <dc:date>2025-02-26T09:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Shop drawing automation using ObjectARX</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/shop-drawing-automation-using-objectarx/m-p/13348829#M116</link>
      <description>&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;I think you are an expert in AutoCAD development and other technologies too.&lt;/P&gt;&lt;P&gt;I wish I was like you in AutoCAD development, but it is really challenging.&lt;/P&gt;&lt;P&gt;Could you please send me some example projects that can help me develop my own project?&lt;/P&gt;&lt;P&gt;I believe you fully understand my intention and can guide me in the right direction.&lt;/P&gt;&lt;P&gt;I look forward to your great help.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Andrii&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2025 09:46:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/shop-drawing-automation-using-objectarx/m-p/13348829#M116</guid>
      <dc:creator>chebanovandrii</dc:creator>
      <dc:date>2025-03-03T09:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Shop drawing automation using ObjectARX</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/shop-drawing-automation-using-objectarx/m-p/13350523#M117</link>
      <description>&lt;P&gt;Haven’t been in that industry for many years. I’m retired, now tend to my pineapple plant and goof around with python.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 03:24:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/shop-drawing-automation-using-objectarx/m-p/13350523#M117</guid>
      <dc:creator>daniel_cadext</dc:creator>
      <dc:date>2025-03-04T03:24:56Z</dc:date>
    </item>
  </channel>
</rss>

