<?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 How to create a nozzle in custom equipment peqx and Python scripts in AutoCAD Plant 3D Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-plant-3d-forum/how-to-create-a-nozzle-in-custom-equipment-peqx-and-python/m-p/13301163#M1574</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to create custom equipment using python scripts and by creating the required PEQX file. Where I can be able to create the required profile for the&amp;nbsp;custom equipment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I'm not sure how to add the nozzles to the&amp;nbsp;custom equipment while creating itself. It seems like we need to add some info to the EquipmentType.xml and .py files. And I'm not finding any source or references to do the same.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Kindly let me know if you are aware of the steps and let me know if any additional info is needed.&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Feb 2025 12:33:32 GMT</pubDate>
    <dc:creator>senthilkumar.chandrasekaran6Q55E</dc:creator>
    <dc:date>2025-02-05T12:33:32Z</dc:date>
    <item>
      <title>How to create a nozzle in custom equipment peqx and Python scripts</title>
      <link>https://forums.autodesk.com/t5/autocad-plant-3d-forum/how-to-create-a-nozzle-in-custom-equipment-peqx-and-python/m-p/13301163#M1574</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to create custom equipment using python scripts and by creating the required PEQX file. Where I can be able to create the required profile for the&amp;nbsp;custom equipment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I'm not sure how to add the nozzles to the&amp;nbsp;custom equipment while creating itself. It seems like we need to add some info to the EquipmentType.xml and .py files. And I'm not finding any source or references to do the same.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Kindly let me know if you are aware of the steps and let me know if any additional info is needed.&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 12:33:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-plant-3d-forum/how-to-create-a-nozzle-in-custom-equipment-peqx-and-python/m-p/13301163#M1574</guid>
      <dc:creator>senthilkumar.chandrasekaran6Q55E</dc:creator>
      <dc:date>2025-02-05T12:33:32Z</dc:date>
    </item>
    <item>
      <title>Betreff: How to create a nozzle in custom equipment peqx and Python scripts</title>
      <link>https://forums.autodesk.com/t5/autocad-plant-3d-forum/how-to-create-a-nozzle-in-custom-equipment-peqx-and-python/m-p/13301340#M1575</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/11798261"&gt;@senthilkumar.chandrasekaran6Q55E&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EquipmentType.xml&amp;nbsp; = find the Nozzle&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;EquipmentType 
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
	xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
	Name="VESSEL-H" 
	Type="F" 
	SubType="H"
	PartSubType="GeneralVessel"
	GUID="{625EBFA5-90EB-4BD2-9271-728C3C578317}"
    PartType="Vessel"&amp;gt;
  &amp;lt;DisplayName&amp;gt;@50008&amp;lt;/DisplayName&amp;gt;
  &amp;lt;Nozzles&amp;gt;
    &amp;lt;NozzleInfo Name="Nozzle 1" PortIndex="1"&amp;gt;
      &amp;lt;DisplayName&amp;gt;Nozzle 1&amp;lt;/DisplayName&amp;gt;
      &amp;lt;NozzleTypes /&amp;gt;
      &amp;lt;Parameters&amp;gt;
        &amp;lt;ParameterInfo Name="LOC" DefaultValue="1" Type="List" /&amp;gt;
        &amp;lt;ParameterInfo Name="R" DefaultValue="0" Type="d0" /&amp;gt;
        &amp;lt;ParameterInfo Name="A" DefaultValue="0" Type="a" /&amp;gt;
        &amp;lt;ParameterInfo Name="L" DefaultValue="3" Type="d" /&amp;gt;
      &amp;lt;/Parameters&amp;gt;
      &amp;lt;PortProperties&amp;gt;
        &amp;lt;PropertyInfo Name=".SizeRecordId" DefaultValue="4e77a112-54bb-5aaf-ab95-255acade6937" /&amp;gt;
      &amp;lt;/PortProperties&amp;gt;
    &amp;lt;/NozzleInfo&amp;gt;
    &amp;lt;NozzleInfo Name="Nozzle 2" PortIndex="2"&amp;gt;
      &amp;lt;DisplayName&amp;gt;Nozzle 2&amp;lt;/DisplayName&amp;gt;
      &amp;lt;NozzleTypes /&amp;gt;
      &amp;lt;Parameters&amp;gt;
        &amp;lt;ParameterInfo Name="LOC" DefaultValue="2" Type="List" /&amp;gt;
        &amp;lt;ParameterInfo Name="H" DefaultValue="45" Type="d-" /&amp;gt;
        &amp;lt;ParameterInfo Name="A" DefaultValue="0" Type="a" /&amp;gt;
        &amp;lt;ParameterInfo Name="L" DefaultValue="3" Type="d" /&amp;gt;
      &amp;lt;/Parameters&amp;gt;
      &amp;lt;PortProperties&amp;gt;
        &amp;lt;PropertyInfo Name=".SizeRecordId" DefaultValue="4e77a112-54bb-5aaf-ab95-255acade6937" /&amp;gt;
      &amp;lt;/PortProperties&amp;gt;
    &amp;lt;/NozzleInfo&amp;gt;
  &amp;lt;/Nozzles&amp;gt;
  &amp;lt;PartProperties&amp;gt;
    &amp;lt;PropertyInfo Name="PartSizeLongDesc" DefaultValue="Vessel" /&amp;gt;
  &amp;lt;/PartProperties&amp;gt;
  &amp;lt;Categories&amp;gt;
    &amp;lt;CategoryInfo Name="EQTORISPHERICHEAD"&amp;gt;
      &amp;lt;Parameters&amp;gt;
        &amp;lt;ParameterInfo Name="D" DefaultValue="45" /&amp;gt;
      &amp;lt;/Parameters&amp;gt;
    &amp;lt;/CategoryInfo&amp;gt;
    &amp;lt;CategoryInfo Name="EQCYLINDER"&amp;gt;
      &amp;lt;Parameters&amp;gt;
        &amp;lt;ParameterInfo Name="D" DefaultValue="45" /&amp;gt;
        &amp;lt;ParameterInfo Name="H" DefaultValue="50" /&amp;gt;
      &amp;lt;/Parameters&amp;gt;
    &amp;lt;/CategoryInfo&amp;gt;
    &amp;lt;CategoryInfo Name="EQTORISPHERICHEAD"&amp;gt;
      &amp;lt;Parameters&amp;gt;
        &amp;lt;ParameterInfo Name="D" DefaultValue="45" /&amp;gt;
      &amp;lt;/Parameters&amp;gt;
    &amp;lt;/CategoryInfo&amp;gt;
  &amp;lt;/Categories&amp;gt;
&amp;lt;/EquipmentType&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 13:57:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-plant-3d-forum/how-to-create-a-nozzle-in-custom-equipment-peqx-and-python/m-p/13301340#M1575</guid>
      <dc:creator>h_eger</dc:creator>
      <dc:date>2025-02-05T13:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a nozzle in custom equipment peqx and Python scripts</title>
      <link>https://forums.autodesk.com/t5/autocad-plant-3d-forum/how-to-create-a-nozzle-in-custom-equipment-peqx-and-python/m-p/13301939#M1576</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/593421"&gt;@h_eger&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply. If i add one Nozzle to my EquipmentType.xml like above, I'm getting the below error while creating the component.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="senthilkumarchandrasekaran6Q55E_0-1738779490171.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1463298i7074E65168BC3BAB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="senthilkumarchandrasekaran6Q55E_0-1738779490171.png" alt="senthilkumarchandrasekaran6Q55E_0-1738779490171.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Also my current EquipmentType.xml will look like below,&lt;/STRONG&gt;&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;BR /&gt;&amp;lt;EquipmentType&lt;BR /&gt;xmlns:xsi="&lt;A href="http://www.w3.org/2001/XMLSchema-instance" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;"&lt;BR /&gt;xmlns:xsd="&lt;A href="http://www.w3.org/2001/XMLSchema" target="_blank"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;"&lt;BR /&gt;Name="TESTVESSEL"&lt;BR /&gt;Type="C"&lt;BR /&gt;SubType="V"&lt;BR /&gt;PartSubType="GeneralVessel"&lt;BR /&gt;GUID="{4E1D18D7-85E8-473D-BC05-468AFB98AA0F}"&lt;BR /&gt;PartType="Vessel"&amp;gt;&lt;BR /&gt;&amp;lt;DisplayName&amp;gt;TESTVESSEL&amp;lt;/DisplayName&amp;gt;&lt;BR /&gt;&amp;lt;PartProperties&amp;gt;&lt;BR /&gt;&amp;lt;PropertyInfo Name="PartSizeLongDesc" DefaultValue="TESTVESSEL" /&amp;gt;&lt;BR /&gt;&amp;lt;/PartProperties&amp;gt;&lt;BR /&gt;&amp;lt;Parameters&amp;gt;&lt;BR /&gt;&amp;lt;ParameterInfo Name="R1" DefaultValue="100" Type="d" /&amp;gt;&lt;BR /&gt;&amp;lt;ParameterInfo Name="H1" DefaultValue="50" Type="d" /&amp;gt;&lt;BR /&gt;&amp;lt;/Parameters&amp;gt;&lt;BR /&gt;&amp;lt;Nozzles&amp;gt;&lt;BR /&gt;&amp;lt;NozzleInfo Name="Nozzle 1" PortIndex="1"&amp;gt;&lt;BR /&gt;&amp;lt;DisplayName&amp;gt;Nozzle 1&amp;lt;/DisplayName&amp;gt;&lt;BR /&gt;&amp;lt;NozzleTypes /&amp;gt;&lt;BR /&gt;&amp;lt;Parameters&amp;gt;&lt;BR /&gt;&amp;lt;ParameterInfo Name="LOC" DefaultValue="1" Type="List" /&amp;gt;&lt;BR /&gt;&amp;lt;ParameterInfo Name="R" DefaultValue="0" Type="d0" /&amp;gt;&lt;BR /&gt;&amp;lt;ParameterInfo Name="A" DefaultValue="0" Type="a" /&amp;gt;&lt;BR /&gt;&amp;lt;ParameterInfo Name="L" DefaultValue="3" Type="d" /&amp;gt;&lt;BR /&gt;&amp;lt;/Parameters&amp;gt;&lt;BR /&gt;&amp;lt;PortProperties&amp;gt;&lt;BR /&gt;&amp;lt;PropertyInfo Name=".SizeRecordId" DefaultValue="4e77a112-54bb-5aaf-ab95-255acade6937" /&amp;gt;&lt;BR /&gt;&amp;lt;/PortProperties&amp;gt;&lt;BR /&gt;&amp;lt;/NozzleInfo&amp;gt;&lt;BR /&gt;&amp;lt;/Nozzles&amp;gt;&lt;BR /&gt;&amp;lt;/EquipmentType&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;And my .py script file will look like below,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;import aqa.math&lt;BR /&gt;import math&lt;BR /&gt;from varmain.primitiv import *&lt;BR /&gt;from varmain.var_basic import *&lt;BR /&gt;from varmain.custom import *&lt;/P&gt;&lt;P&gt;@activate(Group="Vessel", TooltipShort="TESTVESSEL", TooltipLong="TESTVESSEL", LengthUnit="mm")&lt;BR /&gt;@group("MainDimensions")&lt;BR /&gt;@param(R1=LENGTH, TooltipShort="Radius of Cylinder")&lt;BR /&gt;@param(H1=LENGTH, TooltipShort="Height of Cylinder")&lt;/P&gt;&lt;P&gt;@group(Name="meaningless enum")&lt;BR /&gt;@enum(1, "align X")&lt;BR /&gt;@enum(2, "align Y")&lt;BR /&gt;@enum(3, "align Z")&lt;/P&gt;&lt;P&gt;def TESTVESSEL (s, R1=2000, H1=1500, ID = 'TESTVESSEL', **kw):&lt;BR /&gt;&lt;BR /&gt;o1 = CYLINDER(s, R=R1, H=H1, O=0.0)&lt;BR /&gt;s.setPoint((0, 0, 0), (-1, 0, 0))&lt;BR /&gt;&lt;BR /&gt;Kindly let me know what I'm missing.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 18:23:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-plant-3d-forum/how-to-create-a-nozzle-in-custom-equipment-peqx-and-python/m-p/13301939#M1576</guid>
      <dc:creator>senthilkumar.chandrasekaran6Q55E</dc:creator>
      <dc:date>2025-02-05T18:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a nozzle in custom equipment peqx and Python scripts</title>
      <link>https://forums.autodesk.com/t5/autocad-plant-3d-forum/how-to-create-a-nozzle-in-custom-equipment-peqx-and-python/m-p/13810375#M61775</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm having the same issue with a custom tank script. Is there any paper, PDF, post, or other resource that points toward the solution and clarifies how Plant3D handles nozzles in equipment?&lt;BR /&gt;I have checked the same file as&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/593421" target="_self"&gt;&lt;SPAN class=""&gt;h_eger&lt;/SPAN&gt;&lt;/A&gt;, VerticalTank and VerticalTemplate, but both handle the nozzle in different ways. Any enlightenment?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ivan&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 02:38:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-plant-3d-forum/how-to-create-a-nozzle-in-custom-equipment-peqx-and-python/m-p/13810375#M61775</guid>
      <dc:creator>Ivan-apexwater</dc:creator>
      <dc:date>2025-09-15T02:38:43Z</dc:date>
    </item>
    <item>
      <title>Betreff: How to create a nozzle in custom equipment peqx and Python scripts</title>
      <link>https://forums.autodesk.com/t5/autocad-plant-3d-forum/how-to-create-a-nozzle-in-custom-equipment-peqx-and-python/m-p/13810417#M61776</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7061929"&gt;@Ivan-apexwater&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Google never forgets!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 04:12:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-plant-3d-forum/how-to-create-a-nozzle-in-custom-equipment-peqx-and-python/m-p/13810417#M61776</guid>
      <dc:creator>h_eger</dc:creator>
      <dc:date>2025-09-15T04:12:45Z</dc:date>
    </item>
    <item>
      <title>Betreff: How to create a nozzle in custom equipment peqx and Python scripts</title>
      <link>https://forums.autodesk.com/t5/autocad-plant-3d-forum/how-to-create-a-nozzle-in-custom-equipment-peqx-and-python/m-p/13810433#M61777</link>
      <description>&lt;P&gt;&amp;nbsp;Got that one, and I found a few others. I'm even using ChatGPT to find more information about but no luck so far. Still stuck in the same place, same error coming out from Plant3D.&lt;BR /&gt;I have tried:&lt;BR /&gt;1. Python script with no s.setPoint.&lt;BR /&gt;&amp;nbsp; &amp;nbsp;EquipmentType.xml with Nozzle:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;lt;Nozzles&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;NozzleInfo Name="Nozzle 1" PortIndex="1"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;DisplayName&amp;gt;Nozzle 1&amp;lt;/DisplayName&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;NozzleTypes&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;NozzleType PartType="Nozzle" PartSubType="StraightNozzle" EndType="FL" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/NozzleTypes&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;Parameters&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;ParameterInfo Name="LOC" DefaultValue="1" Type="List" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;ParameterInfo Name="R" DefaultValue="0" Type="d0" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;ParameterInfo Name="A" DefaultValue="0" Type="a" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;ParameterInfo Name="L" DefaultValue="3" Type="d" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/Parameters&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;PortProperties&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;PropertyInfo Name=".SizeRecordId" DefaultValue="2675975F-181A-565A-BD06-A91C2D07FAF6" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/PortProperties&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/NozzleInfo&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/Nozzles&amp;gt;&lt;BR /&gt;2. Python script with&amp;nbsp; s.setPoint.&lt;BR /&gt;&amp;nbsp; &amp;nbsp;EquipmentType.xml with Nozzle&lt;BR /&gt;3. Python script with no&amp;nbsp; s.setPoint.&lt;BR /&gt;&amp;nbsp; &amp;nbsp;EquipmentType.xml with no Nozzle&lt;BR /&gt;The only one that can be deployed in "Create Equipment" is 3, without having the issue (System.NullReferenceException: Object reference not set to an instance of an object.)&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 04:54:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-plant-3d-forum/how-to-create-a-nozzle-in-custom-equipment-peqx-and-python/m-p/13810433#M61777</guid>
      <dc:creator>Ivan-apexwater</dc:creator>
      <dc:date>2025-09-15T04:54:44Z</dc:date>
    </item>
    <item>
      <title>Betreff: How to create a nozzle in custom equipment peqx and Python scripts</title>
      <link>https://forums.autodesk.com/t5/autocad-plant-3d-forum/how-to-create-a-nozzle-in-custom-equipment-peqx-and-python/m-p/14078709#M63941</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TK-01.jpg" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1631050iDBB44FC853688D72/image-size/large?v=v2&amp;amp;px=999" role="button" title="TK-01.jpg" alt="TK-01.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TK-02.jpg" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1631049iA96540BEB07E4BDC/image-size/large?v=v2&amp;amp;px=999" role="button" title="TK-02.jpg" alt="TK-02.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TK-03.jpg" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1631051i3940DFBEC738268A/image-size/large?v=v2&amp;amp;px=999" role="button" title="TK-03.jpg" alt="TK-03.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Me salió como indica el manual, pero el detalle es que no cambia el OF en el modelo 3D&lt;/P&gt;</description>
      <pubDate>Sun, 05 Apr 2026 23:55:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-plant-3d-forum/how-to-create-a-nozzle-in-custom-equipment-peqx-and-python/m-p/14078709#M63941</guid>
      <dc:creator>jcoaquira04</dc:creator>
      <dc:date>2026-04-05T23:55:28Z</dc:date>
    </item>
  </channel>
</rss>

