<?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: 3D rectangle using C# in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/3d-rectangle-using-c/m-p/6864950#M32860</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Post your code so far and a picture of the results in Autocad. Also try to understand how to draw, in plain Autocad, the intended geometry in your problem. Youtube can help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Gaston Nunez&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Feb 2017 05:14:44 GMT</pubDate>
    <dc:creator>hgasty1001</dc:creator>
    <dc:date>2017-02-09T05:14:44Z</dc:date>
    <item>
      <title>3D rectangle using C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/3d-rectangle-using-c/m-p/6856027#M32853</link>
      <description>&lt;P&gt;Need to implement pipelining concept but want to use &lt;U&gt;&lt;STRONG&gt;3D rectangle&lt;/STRONG&gt;&lt;/U&gt; instead of pipes and that should work similar to that of pipelining as that repeat set of pipes and joints on line path given by user while run a C# command in AutoCAD after loading a library of C#.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also instead of albos in pipelining ,over here a angular 3D rectangle should be developed i.e. angular rectangle.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need a C# code to do all this. Or ideas that how it can be done?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please Help As soon as possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2017 07:18:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/3d-rectangle-using-c/m-p/6856027#M32853</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-06T07:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: 3D rectangle using C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/3d-rectangle-using-c/m-p/6858645#M32854</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no such thing as a 3D Rectangle in AutoCAD, so, you need to explain in more detail your aim, also there is no "pipes" ("albos" ??) in AutoCAD. A drawing or image would help a lot to understand when the written language it's not enough.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Gaston Nunez&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2017 01:05:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/3d-rectangle-using-c/m-p/6858645#M32854</guid>
      <dc:creator>hgasty1001</dc:creator>
      <dc:date>2017-02-07T01:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: 3D rectangle using C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/3d-rectangle-using-c/m-p/6858870#M32855</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was willing to built a 3D path with 3D rectangles and use angled 3D rectangle similar as that of image built in attachment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly find the attachment, in attachment case a line is drawn and then we use to run a command and selecting start and end point of line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That will automatically built cylinders over that line path and at breakpoint that use a specific angular cylinder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Same is to be built for rectangles.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2017 04:32:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/3d-rectangle-using-c/m-p/6858870#M32855</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-07T04:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: 3D rectangle using C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/3d-rectangle-using-c/m-p/6858907#M32856</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If understand correctly you need to swept (or extrude along a path) a solid, the path being a 3dPoly with straight angles in each corner, to do that you can base your coding on the one in the next link:&amp;nbsp;&lt;A href="http://through-the-interface.typepad.com/through_the_interface/2010/01/sweeping-an-autocad-solid-using-net.html" target="_self"&gt;Sweeping a Solid&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Gaston Nunez&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2017 05:03:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/3d-rectangle-using-c/m-p/6858907#M32856</guid>
      <dc:creator>hgasty1001</dc:creator>
      <dc:date>2017-02-07T05:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: 3D rectangle using C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/3d-rectangle-using-c/m-p/6858909#M32857</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I actually wish to show break points also in between the path. It will be like a part of specific size will be there and that will be repeated again and again. At the end the space left will be occupied automatically for that space.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2017 05:08:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/3d-rectangle-using-c/m-p/6858909#M32857</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-07T05:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: 3D rectangle using C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/3d-rectangle-using-c/m-p/6864339#M32858</link>
      <description>&lt;P&gt;Yes please refer to the blog post referenced by my learned colleague - that is very good.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In response to your questions:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I actually wish to show break points also in between the path. It will be like a part of specific size will be there and that will be repeated again and again.&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then create a series of lines which are dashed/dotted to your length specifications and use the above code to iterate through them to create the spaces required.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the end the space left will be occupied automatically for that space.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The same principle applies. Draw the lines where you want to sweep and omit it where you don't want to sweep.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2017 22:01:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/3d-rectangle-using-c/m-p/6864339#M32858</guid>
      <dc:creator>BKSpurgeon</dc:creator>
      <dc:date>2017-02-08T22:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: 3D rectangle using C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/3d-rectangle-using-c/m-p/6864892#M32859</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Is there any way by which you can show me it through a video.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That will be much clear for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 04:34:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/3d-rectangle-using-c/m-p/6864892#M32859</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-09T04:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: 3D rectangle using C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/3d-rectangle-using-c/m-p/6864950#M32860</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Post your code so far and a picture of the results in Autocad. Also try to understand how to draw, in plain Autocad, the intended geometry in your problem. Youtube can help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Gaston Nunez&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 05:14:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/3d-rectangle-using-c/m-p/6864950#M32860</guid>
      <dc:creator>hgasty1001</dc:creator>
      <dc:date>2017-02-09T05:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: 3D rectangle using C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/3d-rectangle-using-c/m-p/6867345#M32861</link>
      <description>&lt;P&gt;If I were to do a video i would state the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#0000FF"&gt;Select the lines&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;how to select objects:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.autodesk.com/ACD/2013/ENU/index.html?url=files/GUID-CBECEDCF-3B4E-4DF3-99A0-47103D10DADD.htm,topicNumber=d30e724932" target="_blank"&gt;http://docs.autodesk.com/ACD/2013/ENU/index.html?url=files/GUID-CBECEDCF-3B4E-4DF3-99A0-47103D10DADD.htm,topicNumber=d30e724932&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since you want only lines then apply a selection filter for lines:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://through-the-interface.typepad.com/through_the_interface/2008/07/conditional-sel.html" target="_blank"&gt;http://through-the-interface.typepad.com/through_the_interface/2008/07/conditional-sel.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#0000FF"&gt;then save the lines in a collection container. e.g. List&amp;lt;Line&amp;gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#0000FF"&gt;iterate through the lines. e.g. for each Line ln in ListOfLines&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#0000FF"&gt;and apply the Kean Walmsley code to each line.&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT color="#000000"&gt;the above words are shorter and clearer than a 1000 videos.&lt;/FONT&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT color="#000000"&gt;If you're still having issues then please follow the advice of my learned brother Mr Gaston - post what you have and then we can work through it.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 21:43:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/3d-rectangle-using-c/m-p/6867345#M32861</guid>
      <dc:creator>BKSpurgeon</dc:creator>
      <dc:date>2017-02-09T21:43:39Z</dc:date>
    </item>
  </channel>
</rss>

