<?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 Translate sketch points in sketch space in Fusion API and Scripts Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/translate-sketch-points-in-sketch-space/m-p/11250604#M5825</link>
    <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to translate sketch points to a particular position in sketch space. My sketch construction plane was defined using three construction points and has an arbitrary position in space. At first, I define my sketch point using the coordinates of an already existing Point3D Object and then I use the modelToSketchSpace method to get the equivalent point on the sketch space. The sketch point has now the desired initial position. From there, I would like to translate it to a specific position in sketch space. When I use sketchPoint.move and a Vector3D describing the desired translation in sketch space as input, the sketch point lands on a third position, different than the intended one. Do you have any idea how to proceed on that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope my description is not too messy. Let me know if you need more information on that, and thanks a lot in advance!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jun 2022 07:43:06 GMT</pubDate>
    <dc:creator>peter.pant</dc:creator>
    <dc:date>2022-06-22T07:43:06Z</dc:date>
    <item>
      <title>Translate sketch points in sketch space</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/translate-sketch-points-in-sketch-space/m-p/11250604#M5825</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to translate sketch points to a particular position in sketch space. My sketch construction plane was defined using three construction points and has an arbitrary position in space. At first, I define my sketch point using the coordinates of an already existing Point3D Object and then I use the modelToSketchSpace method to get the equivalent point on the sketch space. The sketch point has now the desired initial position. From there, I would like to translate it to a specific position in sketch space. When I use sketchPoint.move and a Vector3D describing the desired translation in sketch space as input, the sketch point lands on a third position, different than the intended one. Do you have any idea how to proceed on that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope my description is not too messy. Let me know if you need more information on that, and thanks a lot in advance!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 07:43:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/translate-sketch-points-in-sketch-space/m-p/11250604#M5825</guid>
      <dc:creator>peter.pant</dc:creator>
      <dc:date>2022-06-22T07:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Translate sketch points in sketch space</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/translate-sketch-points-in-sketch-space/m-p/11250691#M5826</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Hello Mr. Somebody,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perhaps..., you are using&amp;nbsp;&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;Point3D&lt;/STRONG&gt;&lt;/EM&gt; as a geometry of some model's object.&lt;/P&gt;&lt;P&gt;Consider creating an independent copy of the point and then proceed as you have described.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;MichaelT&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 08:37:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/translate-sketch-points-in-sketch-space/m-p/11250691#M5826</guid>
      <dc:creator>MichaelT_123</dc:creator>
      <dc:date>2022-06-22T08:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Translate sketch points in sketch space</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/translate-sketch-points-in-sketch-space/m-p/11250701#M5827</link>
      <description>&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your answer. Yes, that's true, the 3d point is defined using the coordinates of the sketch origin in model space. The problem is how to define the translation vector of the equivalent sketch point so that it represents a specific translation in sketch space and not in model space.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 08:49:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/translate-sketch-points-in-sketch-space/m-p/11250701#M5827</guid>
      <dc:creator>peter.pant</dc:creator>
      <dc:date>2022-06-22T08:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Translate sketch points in sketch space</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/translate-sketch-points-in-sketch-space/m-p/11251109#M5828</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Hi Mr PeterPant,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Look at:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;PRE&gt;returnValue = sketchPoint_var.&lt;STRONG&gt;move&lt;/STRONG&gt;(translation)&lt;/PRE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Observe:&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;PRE&gt;propertyValue = sketchPoint_var.&lt;STRONG&gt;referencedEntity&lt;/STRONG&gt;&lt;/PRE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;MichaelT&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 22 Jun 2022 12:28:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/translate-sketch-points-in-sketch-space/m-p/11251109#M5828</guid>
      <dc:creator>MichaelT_123</dc:creator>
      <dc:date>2022-06-22T12:28:58Z</dc:date>
    </item>
  </channel>
</rss>

