How to Ungroup the Identical Components by Assigning Different PARTIDs


Applies To 
Product(s):OpenPlant Isometrics Manager
Version(s):08.11.09.XXX (SS5) | 08.11.11.XXX (SS6)
Environment: Windows 7/8.1/10( 64 bit)
Area: Settings/Attributes
Subarea: Configuring the BOM and Reports
Original Author:Kestutis Mitkus, Bentley Product Advantage Group

Background

All components classes has their own Item Code value in ecschema, by which component's PARTID numbers are assigned. Some components are very identical and because of this Item Code value, they are grouped together. This value can be edited by adding additional Properties or Attributes, by which components will be assigned with different PARTID numbers.



In this example user had a requirement to list all OWNER Group Weld Neck Flanges separately.

Steps to Accomplish

To assign different PARTID's for the identical Flanges, we need to have a Property, which differs them. All Items in AutoPLANT has unique COMP_ID property, which can be used for WELD_NECK_FLANGE PARTID assignment.

COMP_ID in ecshema is mapped with GUID property.

  1. Open OpenPlant_3D ecschema, which you can find under this path
    C:\ProgramData\Bentley\Plant V8i\Bentley Plant V8i Projects\SAMPLE_MMETRIC\Config\OpenPlant\schemas

  2. Supplement it with OpenPlant_3D_Supplemental_Isometrics_Isoextractor ecschema, which you can find under this path
    C:\ProgramData\Bentley\Plant V8i\Bentley Plant V8i Projects\SAMPLE_MMETRIC\Config\OpenPlant\schemas

  3. Select Weld Neck Flange class and find Isometric Component custom attribute
  4. Edit Item Code value by adding GUID property at the end of value:


    this.GetClass().Name & IM.GetPort("1","ECX_SIZE") & IM.GetPort("2","ECX_SIZE") & this.CODE & this.STANDARD & this.MATERIAL & this.RATING & this.GUID

  5. Generate ISO via OPIM and verify the results

See Also

communities.bentley.com/.../12642.configuring-the-bom-and-reports

communities.bentley.com/.../30479.how-to-generate-reports-based-on-size

communities.bentley.com/.../30484.how-to-generate-reports-based-on-size-with-sequential-numbering-system

Comments or Corrections?

Bentley's Product Advantage Group requests that you please confine any comments you have on this Wiki entry to this Comments or Corrections?" section. THANK YOU!