<?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 rotate a workplane with some angle in Inventor 10 in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-rotate-a-workplane-with-some-angle-in-inventor-10/m-p/1727593#M158131</link>
    <description>click create work plane.  then choose the z axis and the xz plane and put in your angle</description>
    <pubDate>Mon, 07 Aug 2006 15:54:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2006-08-07T15:54:12Z</dc:date>
    <item>
      <title>How to rotate a workplane with some angle in Inventor 10</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-rotate-a-workplane-with-some-angle-in-inventor-10/m-p/1727592#M158130</link>
      <description>Hi, I have created a new workplane which is parallel to XZ-plane by using the "AddByPlaneAndOffset" method.&lt;BR /&gt;
Now i want to rotate my new work plane with some angle and i want to draw sketch on the plane.&lt;BR /&gt;
So, i request to kindly provide the solution</description>
      <pubDate>Mon, 07 Aug 2006 12:35:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-rotate-a-workplane-with-some-angle-in-inventor-10/m-p/1727592#M158130</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-08-07T12:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to rotate a workplane with some angle in Inventor 10</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-rotate-a-workplane-with-some-angle-in-inventor-10/m-p/1727593#M158131</link>
      <description>click create work plane.  then choose the z axis and the xz plane and put in your angle</description>
      <pubDate>Mon, 07 Aug 2006 15:54:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-rotate-a-workplane-with-some-angle-in-inventor-10/m-p/1727593#M158131</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-08-07T15:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to rotate a workplane with some angle in Inventor 10</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-rotate-a-workplane-with-some-angle-in-inventor-10/m-p/1727594#M158132</link>
      <description>This is the customization group, not the newbie users group &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;
Think API, not UI!&lt;BR /&gt;
&lt;BR /&gt;
applebees wrote:&lt;BR /&gt;
&amp;gt; click create work plane.  then choose the z axis and the xz plane and put in your angle</description>
      <pubDate>Mon, 07 Aug 2006 16:02:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-rotate-a-workplane-with-some-angle-in-inventor-10/m-p/1727594#M158132</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-08-07T16:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to rotate a workplane with some angle in Inventor 10</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-rotate-a-workplane-with-some-angle-in-inventor-10/m-p/1727595#M158133</link>
      <description>It's not possible to change the orientation of a work plane.  The only &lt;BR /&gt;
changes you can make are to modify the visible size of the plane, change any &lt;BR /&gt;
parameters that control it, or change any geometry it is dependent on.  The &lt;BR /&gt;
last two will cause the work plane to update.  Because work planes are &lt;BR /&gt;
dependent on other geometry for the position and orientation you can't &lt;BR /&gt;
arbitrarily rotate them.&lt;BR /&gt;
&lt;BR /&gt;
You do have more control over a sketch.  Interactively, when first creating &lt;BR /&gt;
a sketch you just select a work plane or face and it creates the sketch. &lt;BR /&gt;
However, once you have an existing sketch you can modify it's orientation by &lt;BR /&gt;
right-clicking on the sketch (when you're not currently editing it) and &lt;BR /&gt;
choosing "Edit coordinate system".  This allows you to define the origin and &lt;BR /&gt;
the x and y axes.  A sketch is also dependent on other geometry so you can't &lt;BR /&gt;
just arbitrarily change any of these but you can select new geometry for it &lt;BR /&gt;
to be dependent on.  For example if you have a line in another sketch that &lt;BR /&gt;
you want to align the x-axis of this sketch with you can do that.&lt;BR /&gt;
&lt;BR /&gt;
Using the API there are two ways to create a sketch; the Add and the &lt;BR /&gt;
AddWithOrientation methods.  The Add method is equivalent to the behavior in &lt;BR /&gt;
the user-interface where you just provide a plane and Inventor automatically &lt;BR /&gt;
determines the orientation.  The AddWithOrientation method allows you to &lt;BR /&gt;
specify all of the orientation information during creation.  You can also &lt;BR /&gt;
edit any of this after the sketch is created (regardless of which method was &lt;BR /&gt;
used).  This is equivalent to using the "Edit coordinate system" command.&lt;BR /&gt;
-- &lt;BR /&gt;
Brian Ekins&lt;BR /&gt;
Autodesk Inventor API&lt;BR /&gt;
&lt;BR /&gt;
&lt;AVULARAMNREDDY&gt; wrote in message news:5260432@discussion.autodesk.com...&lt;BR /&gt;
Hi, I have created a new workplane which is parallel to XZ-plane by using &lt;BR /&gt;
the "AddByPlaneAndOffset" method.&lt;BR /&gt;
Now i want to rotate my new work plane with some angle and i want to draw &lt;BR /&gt;
sketch on the plane.&lt;BR /&gt;
So, i request to kindly provide the solution&lt;/AVULARAMNREDDY&gt;</description>
      <pubDate>Tue, 08 Aug 2006 22:09:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-rotate-a-workplane-with-some-angle-in-inventor-10/m-p/1727595#M158133</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-08-08T22:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to rotate a workplane with some angle in Inventor 10</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-rotate-a-workplane-with-some-angle-in-inventor-10/m-p/5552324#M158134</link>
      <description>&lt;P&gt;My apologies, Im a newbie in the community here too haha Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Mar 2015 22:10:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-rotate-a-workplane-with-some-angle-in-inventor-10/m-p/5552324#M158134</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-22T22:10:10Z</dc:date>
    </item>
  </channel>
</rss>

