5.18.2.2. Part

All <part> children are listed here with their specifying child elements.

Definition

<part id="...">
  <type>part|assembly|drill|pseudo</type>
  <category>...</category>
  <color r="0..255" g="0..255" b="0..255" />
  <path>...</path>
  <nnpath>...</nnpath> 

  <bom category="...">
    <splittable>...</splittable>
  </bom>
  
  <vars>
    <var>
      <value name="name">value</value>
    </var>
  </vars> 

  <cp name="..." visible="..." type="..." />
</part>

part

Attribute:

id: Unique identifier

[Note]Note

Referenced under <conparts> -> <connection>.

Child elements:

Example

<part id="65humlenk" >
  <type>assembly</type>
  <category>transport</category>
  <path>4_transporttechnik\1_stretch_line_sl\4_baubreite_sl_065\3_umlenkungen
      \assemblies\2_h_umlenkung_asmcfg.prj</path>
  <nnpath>4_transporttechnik\1_stretch_line_sl\4_baubreite_sl_065\3_umlenkungen
      \2_h_umlenkung_asmtab.prj</nnpath>

  <cp name="HUMLENKUNGWINK@start0" visible="Vorne" type="sl65_start_C" />
  <cp name="HUMLENKUNGWINK@end0" visible="Hinten" type="sl65_end_C" />

  <bom category="transport" />
  <vars>
     <value name="BAUBREITE">65</value>
  </vars>
</part>