<?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: How to create semi ellipse with two points and radius. in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/how-to-create-elliptical-arc-with-two-points-and-center-point/m-p/12445124#M6213</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="two points end ellipse.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1305487i7D74EC7705739AA9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="two points end ellipse.png" alt="two points end ellipse.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help. But can you find to make two ends of ellipse coincides to blue mark points?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Sat, 16 Dec 2023 07:23:43 GMT</pubDate>
    <dc:creator>MarkJamesRogolino</dc:creator>
    <dc:date>2023-12-16T07:23:43Z</dc:date>
    <item>
      <title>How to create elliptical arc with two points and center point.</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-create-elliptical-arc-with-two-points-and-center-point/m-p/12444218#M6209</link>
      <description>&lt;P&gt;Hello, everyone. Now I wanna make a semi/quarter ellipse like following images, Hope to someone help me.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="goldhorsemillion_0-1702722087859.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1305337i041E73245073355D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="goldhorsemillion_0-1702722087859.png" alt="goldhorsemillion_0-1702722087859.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Ellipse should be lied crookedly. And I know 2 points of this ellipse. Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Dec 2023 09:00:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-create-elliptical-arc-with-two-points-and-center-point/m-p/12444218#M6209</guid>
      <dc:creator>MarkJamesRogolino</dc:creator>
      <dc:date>2023-12-16T09:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to create semi ellipse with two points and radius.</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-create-elliptical-arc-with-two-points-and-center-point/m-p/12444479#M6210</link>
      <description>&lt;P&gt;Can you attached example drawing&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 20:30:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-create-elliptical-arc-with-two-points-and-center-point/m-p/12444479#M6210</guid>
      <dc:creator>hosneyalaa</dc:creator>
      <dc:date>2023-12-15T20:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to create semi ellipse with two points and radius.</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-create-elliptical-arc-with-two-points-and-center-point/m-p/12444963#M6211</link>
      <description>&lt;P&gt;okay, you can find&amp;nbsp;LEGENDS : table in this drawing.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Dec 2023 03:45:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-create-elliptical-arc-with-two-points-and-center-point/m-p/12444963#M6211</guid>
      <dc:creator>MarkJamesRogolino</dc:creator>
      <dc:date>2023-12-16T03:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to create semi ellipse with two points and radius.</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-create-elliptical-arc-with-two-points-and-center-point/m-p/12445078#M6212</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12396114"&gt;@MarkJamesRogolino&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SEE THIS&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="00.JPG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1305484iC3F568E1CE52E09B/image-size/large?v=v2&amp;amp;px=999" role="button" title="00.JPG" alt="00.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;TRY&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;LI-CODE lang="csharp"&gt;[CommandMethod("TEST")]
        public void Test()
        {
            var doc = Application.DocumentManager.MdiActiveDocument;
            var db = doc.Database;
            

            using (var tr = db.TransactionManager.StartTransaction())
            {
                var curSpace = (BlockTableRecord)tr.GetObject(db.CurrentSpaceId, OpenMode.ForWrite);

                Point3d cen = new Point3d(5156273.51 , -1187659.62 , 0 );

                Vector3d nor = Vector3d.ZAxis;

                Vector3d mAxis = new Vector3d(0.47 , -0.363 , 0);

                double rRatio = 0.2670;

                double stAng = -.66253;

                double enAng = 0.357;



                Ellipse ellipse = new Ellipse(cen, nor, mAxis, rRatio, stAng, enAng);

                curSpace.AppendEntity(ellipse);
                tr.AddNewlyCreatedDBObject(ellipse, true);

                tr.Commit();
            }
        }&lt;/LI-CODE&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;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="7.gif" style="width: 762px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1305483i1440B151C57B1952/image-size/large?v=v2&amp;amp;px=999" role="button" title="7.gif" alt="7.gif" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Dec 2023 06:19:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-create-elliptical-arc-with-two-points-and-center-point/m-p/12445078#M6212</guid>
      <dc:creator>hosneyalaa</dc:creator>
      <dc:date>2023-12-16T06:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to create semi ellipse with two points and radius.</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-create-elliptical-arc-with-two-points-and-center-point/m-p/12445124#M6213</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="two points end ellipse.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1305487i7D74EC7705739AA9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="two points end ellipse.png" alt="two points end ellipse.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help. But can you find to make two ends of ellipse coincides to blue mark points?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Sat, 16 Dec 2023 07:23:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-create-elliptical-arc-with-two-points-and-center-point/m-p/12445124#M6213</guid>
      <dc:creator>MarkJamesRogolino</dc:creator>
      <dc:date>2023-12-16T07:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to create semi ellipse with two points and radius.</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-create-elliptical-arc-with-two-points-and-center-point/m-p/12445129#M6214</link>
      <description>I don't know meaning of mAxis(third parameter). Could you tell me ? Thank you again.</description>
      <pubDate>Sat, 16 Dec 2023 07:28:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-create-elliptical-arc-with-two-points-and-center-point/m-p/12445129#M6214</guid>
      <dc:creator>MarkJamesRogolino</dc:creator>
      <dc:date>2023-12-16T07:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to create semi ellipse with two points and radius.</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-create-elliptical-arc-with-two-points-and-center-point/m-p/12445354#M6215</link>
      <description>&lt;P&gt;Really I know a lot about ellipse&lt;/P&gt;&lt;P&gt;You can see this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="EllipticalArc2d.EllipticalArc2d" href="https://help.autodesk.com/view/OARX/2022/ENU/?guid=OARX-ManagedRefGuide-Autodesk_AutoCAD_Geometry_EllipticalArc2d_EllipticalArc2d_Point2d_Vector2d_Vector2d_double_double" target="_blank" rel="noopener"&gt;https://help.autodesk.com/view/OARX/2022/ENU/?guid=OARX-ManagedRefGuide-Autodesk_AutoCAD_Geometry_EllipticalArc2d_EllipticalArc2d_Point2d_Vector2d_Vector2d_double_double&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;It is possible if&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&amp;nbsp; has the time to help you and he has sufficient experience&lt;/P&gt;</description>
      <pubDate>Sat, 16 Dec 2023 12:29:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-create-elliptical-arc-with-two-points-and-center-point/m-p/12445354#M6215</guid>
      <dc:creator>hosneyalaa</dc:creator>
      <dc:date>2023-12-16T12:29:58Z</dc:date>
    </item>
  </channel>
</rss>

