<?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: Geometry can not be generated with the given parameters in AutoCAD Plant 3D Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-plant-3d-forum/geometry-can-not-be-generated-with-the-given-parameters/m-p/9322134#M29199</link>
    <description>&lt;P&gt;Hi, Hyrro. One more thing I noticed, you&amp;nbsp;&lt;SPAN&gt;have a capital S starting&amp;nbsp;SetLinearDimension, this should start with lower case. So change your lineardimension line to:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;s.setLinearDimension('Length', (0, 0, 0), (0, 0, -Length))&lt;/P&gt;</description>
    <pubDate>Mon, 17 Feb 2020 07:29:06 GMT</pubDate>
    <dc:creator>matti_laakko_12345</dc:creator>
    <dc:date>2020-02-17T07:29:06Z</dc:date>
    <item>
      <title>Geometry can not be generated with the given parameters</title>
      <link>https://forums.autodesk.com/t5/autocad-plant-3d-forum/geometry-can-not-be-generated-with-the-given-parameters/m-p/9309705#M29192</link>
      <description>&lt;P&gt;Good Day Maam/Sir,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need help regards to my python code, I've been trying to create a grip point on my model so I can stretch its Overall length inside Plant3D, but unfortunately I keep having the error "Geometry can not be generated with the given parameter" When I try to place it, I think the last part of my code is the problem, &amp;nbsp;"s.setLinearDimension('Length'(0, 0, 0),(0, 0, -Length))", I really don't know the right way to right the last part of my code. pls help and thanks in advance, bellow is my code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;from aqa.math import *&lt;/P&gt;&lt;P&gt;from varmain.primitiv import *&lt;/P&gt;&lt;P&gt;from varmain.custom import *&lt;/P&gt;&lt;P&gt;@Anonymous(Group="Support", TooltipShort="PSL_226_CS2020_T10 HANGER ROD", TooltipLong="PSL_226_CS2020_T10 HANGER ROD", LengthUnit="in", Ports="1")&lt;/P&gt;&lt;P&gt;@param(RODDIA=LENGTH, TooltipShort="RODDIA")&lt;BR /&gt;@param(Length=LENGTH, TooltipShort="Length")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;def PSL_226_CS2020_T10(s, RODDIA = 16.0, Length = 500.0, **kw):&lt;/P&gt;&lt;P&gt;#ROD&lt;/P&gt;&lt;P&gt;&amp;nbsp; ROD = CYLINDER(s, R=RODDIA/2.0,H=Length,O=0).rotateX(0).translate((0.0,0.0,0.0))&lt;/P&gt;&lt;P&gt;#port points&lt;/P&gt;&lt;P&gt;#s.setPoint((0, 0, 0), (0,-1, 0))&lt;/P&gt;&lt;P&gt;&amp;nbsp; s.SetLinearDimension('Length'(0, 0, 0),(0, 0, -Length))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 11:06:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-plant-3d-forum/geometry-can-not-be-generated-with-the-given-parameters/m-p/9309705#M29192</guid>
      <dc:creator>hyrro_velasquez</dc:creator>
      <dc:date>2020-02-11T11:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: Geometry can not be generated with the given parameters</title>
      <link>https://forums.autodesk.com/t5/autocad-plant-3d-forum/geometry-can-not-be-generated-with-the-given-parameters/m-p/9312089#M29193</link>
      <description>&lt;P&gt;You are at least missing a comma between the linear parameter name and coordinates.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So this:&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;s.SetLinearDimension('Length'(0, 0, 0),(0, 0, -Length))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;should be&amp;nbsp;s.SetLinearDimension('Length',(0, 0, 0),(0, 0, -Length))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 07:06:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-plant-3d-forum/geometry-can-not-be-generated-with-the-given-parameters/m-p/9312089#M29193</guid>
      <dc:creator>matti_laakko_12345</dc:creator>
      <dc:date>2020-02-12T07:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Geometry can not be generated with the given parameters</title>
      <link>https://forums.autodesk.com/t5/autocad-plant-3d-forum/geometry-can-not-be-generated-with-the-given-parameters/m-p/9314030#M29194</link>
      <description>&lt;P&gt;Hyrro,&lt;/P&gt;&lt;P&gt;Please see the sections in &lt;FONT color="#339966"&gt;&lt;STRONG&gt;GREEN.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would suggest to remove the quotations from the Port count, add the &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/8108781"&gt;@group&lt;/a&gt;("MainDimensions") line, and you forgot to define the ID = 'XXXXX' it needs to match the defined component name, in this case PSL_226_CS2020_T10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;from aqa.math import *&lt;/P&gt;&lt;P&gt;from varmain.primitiv import *&lt;/P&gt;&lt;P&gt;from varmain.custom import *&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;@Anonymous(Group="Support", TooltipShort="PSL_226_CS2020_T10 HANGER ROD", TooltipLong="PSL_226_CS2020_T10 HANGER ROD", LengthUnit="in", Ports=&lt;FONT color="#339966"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/FONT&gt;)&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/8108781"&gt;@group&lt;/a&gt;("MainDimensions")&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;@param(RODDIA=LENGTH, TooltipShort="RODDIA")&lt;BR /&gt;@param(Length=LENGTH, TooltipShort="Length")&lt;/P&gt;&lt;P&gt;def PSL_226_CS2020_T10(s, RODDIA = 16.0, Length = 500.0, &lt;FONT color="#339966"&gt;&lt;STRONG&gt;ID = 'PSL_226_CS2020_T10'&lt;/STRONG&gt;&lt;/FONT&gt;, **kw):&lt;/P&gt;&lt;P&gt;#ROD&lt;/P&gt;&lt;P&gt;&amp;nbsp; ROD = CYLINDER(s, R=RODDIA/2.0,H=Length,O=0).rotateX(0).translate((0.0,0.0,0.0))&lt;/P&gt;&lt;P&gt;#port points&lt;/P&gt;&lt;P&gt;#s.setPoint((0, 0, 0), (0,-1, 0))&lt;/P&gt;&lt;P&gt;&amp;nbsp; s.SetLinearDimension('Length'(0, 0, 0),(0, 0, -Length))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 20:17:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-plant-3d-forum/geometry-can-not-be-generated-with-the-given-parameters/m-p/9314030#M29194</guid>
      <dc:creator>ZZikic</dc:creator>
      <dc:date>2020-02-12T20:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Geometry can not be generated with the given parameters</title>
      <link>https://forums.autodesk.com/t5/autocad-plant-3d-forum/geometry-can-not-be-generated-with-the-given-parameters/m-p/9314045#M29195</link>
      <description>&lt;P&gt;You also need to uncomment&amp;nbsp;the &lt;STRONG&gt;#&lt;/STRONG&gt;s.setpoint and finish with a Return.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&amp;nbsp; s.setPoint((0, 0, 0), (0,-1, 0))&lt;BR /&gt;&amp;nbsp; s.SetLinearDimension('Length,'(0, 0, 0),(0, 0, -Length))&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;&amp;nbsp; &lt;STRONG&gt;Return&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 20:23:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-plant-3d-forum/geometry-can-not-be-generated-with-the-given-parameters/m-p/9314045#M29195</guid>
      <dc:creator>ZZikic</dc:creator>
      <dc:date>2020-02-12T20:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Geometry can not be generated with the given parameters</title>
      <link>https://forums.autodesk.com/t5/autocad-plant-3d-forum/geometry-can-not-be-generated-with-the-given-parameters/m-p/9321872#M29196</link>
      <description>&lt;P&gt;Hi Sir Zeke, First of all thank you so much for your response, I try to apply it on my python script but unfortunately I still having an error, but right now its different error, "Can't find symbol for specified parts", if you don't mind, can please check again my python script for mistakes, I really appreciate your help. thank you so much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;from aqa.math import *&lt;/P&gt;&lt;P&gt;from varmain.primitiv import *&lt;/P&gt;&lt;P&gt;from varmain.custom import *&lt;/P&gt;&lt;P&gt;@Anonymous(Group="Support", TooltipShort="PSL_226_CS2020_T15 HANGER ROD", TooltipLong="PSL_226_CS2020_T15 HANGER ROD", LengthUnit="in", Ports=1)&lt;/P&gt;&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/8108781"&gt;@group&lt;/a&gt;("MainDimensions")&lt;/P&gt;&lt;P&gt;@param(RODDIA=LENGTH, TooltipShort="RODDIA")&lt;/P&gt;&lt;P&gt;@param(Length=LENGTH, TooltipShort="Length")&lt;/P&gt;&lt;P&gt;def PSL_226_CS2020_T15(s, RODDIA = 16.0,Length = 500.0,ID = 'PSL_226_CS2020_T15',**kw):&lt;/P&gt;&lt;P&gt;#ROD&lt;/P&gt;&lt;P&gt;&amp;nbsp; ROD = CYLINDER(s, R=RODDIA/2.0,H=Length,O=0).rotateX(0).translate((0.0,0.0,0.0))&lt;/P&gt;&lt;P&gt;#port points&lt;/P&gt;&lt;P&gt;&amp;nbsp; s.setPoint((0, 0, 0), (0,0,-1))&lt;/P&gt;&lt;P&gt;&amp;nbsp; s.SetLinearDimension('Length',(0, 0, 0),(0, 0, -Length))&lt;/P&gt;&lt;P&gt;&amp;nbsp; return&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 03:06:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-plant-3d-forum/geometry-can-not-be-generated-with-the-given-parameters/m-p/9321872#M29196</guid>
      <dc:creator>hyrro_velasquez</dc:creator>
      <dc:date>2020-02-17T03:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Geometry can not be generated with the given parameters</title>
      <link>https://forums.autodesk.com/t5/autocad-plant-3d-forum/geometry-can-not-be-generated-with-the-given-parameters/m-p/9321875#M29197</link>
      <description>&lt;P&gt;Hi Sir Matti, thank you so much for your response, I tried your suggestion, but unfortunately still having an error, but right now its different, "Can't find symbol for specified parts". if you still have suggestion I really appreciate it, thank you so much.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 03:10:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-plant-3d-forum/geometry-can-not-be-generated-with-the-given-parameters/m-p/9321875#M29197</guid>
      <dc:creator>hyrro_velasquez</dc:creator>
      <dc:date>2020-02-17T03:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Geometry can not be generated with the given parameters</title>
      <link>https://forums.autodesk.com/t5/autocad-plant-3d-forum/geometry-can-not-be-generated-with-the-given-parameters/m-p/9321996#M29198</link>
      <description>&lt;P&gt;Also Sir Zeke, I try to remove the "s.SetLinearDimension('Length',(0, 0, 0),(0, 0, -Length))" in the script, and it placed on Plant3D without any error, but still the component doesent contain any grip point, does the SetLinearDimension produce a grip point on the component inside plant3D?. because that's my main objective, to make a component that contains gripPoint so I can change the Length of the component inside Plant3D after placing it with a default Length. again thank you somuch&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 05:54:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-plant-3d-forum/geometry-can-not-be-generated-with-the-given-parameters/m-p/9321996#M29198</guid>
      <dc:creator>hyrro_velasquez</dc:creator>
      <dc:date>2020-02-17T05:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Geometry can not be generated with the given parameters</title>
      <link>https://forums.autodesk.com/t5/autocad-plant-3d-forum/geometry-can-not-be-generated-with-the-given-parameters/m-p/9322134#M29199</link>
      <description>&lt;P&gt;Hi, Hyrro. One more thing I noticed, you&amp;nbsp;&lt;SPAN&gt;have a capital S starting&amp;nbsp;SetLinearDimension, this should start with lower case. So change your lineardimension line to:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;s.setLinearDimension('Length', (0, 0, 0), (0, 0, -Length))&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 07:29:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-plant-3d-forum/geometry-can-not-be-generated-with-the-given-parameters/m-p/9322134#M29199</guid>
      <dc:creator>matti_laakko_12345</dc:creator>
      <dc:date>2020-02-17T07:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Geometry can not be generated with the given parameters</title>
      <link>https://forums.autodesk.com/t5/autocad-plant-3d-forum/geometry-can-not-be-generated-with-the-given-parameters/m-p/9322328#M29200</link>
      <description>&lt;P&gt;Sir Matti, thank you so much!, all this time, That Capital "S" is the problem, that simple things I didn't pay attention to.&lt;/P&gt;&lt;P&gt;I'm trying to figure out this problem for so long, at last it work, also it already have a grip point inside plant3D, thank you so much for your help I really appreciate it. Again! thank you. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; and GOD BLESS&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 08:57:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-plant-3d-forum/geometry-can-not-be-generated-with-the-given-parameters/m-p/9322328#M29200</guid>
      <dc:creator>hyrro_velasquez</dc:creator>
      <dc:date>2020-02-17T08:57:31Z</dc:date>
    </item>
  </channel>
</rss>

