| | | |
| Applies To | | |
| | | |
| Product(s): | OpenPlant Isometrics Manager | |
| Version(s): | 08.11.09.XXX | |
| Environment: | Windows 7 (64 bit) | |
| Area: | Settings/Attributes | |
| Subarea: | - | |
| Original Author: | Rahul Kumar, Bentley Product Advantage Group | |
| |
Overview
In OpenPlant Isometrics Manager, user requirement is to Length of Spool Piece under Description Field in BOM.
Problem Description
In OpenPlant Isometrics Manager, using OpenPlant Modeler, user wanted to concatenate Length for Spool Piece with its Description field in BOM list. Below are the steps to get the desired output.
Steps to Resolve
- In class editor, open “OpenPlant_3D.01.06.ecschema.xml” & supplement it with below schemas.
“OpenPlant_3D_Supplemental_Modeling.01.06.ecschema.xml”
“OpenPlant_3D_Supplemental_ModelingViews.01.06.ecschema”
“OpenPlant_3D_Supplemental_Isometrics_Isoextractor.01.06.ecschema”
- Expand and navigate to PLANT_BASE_OBJECT class.
- Right click on it & select custom attribute-> Copy. See image below.

- Select “Default Bill of Material Labels” option to copy from the list shown in below dialog.

- Navigate to SPOOL_PIECE class.
- Right click on it & Select Custom attribute -> paste it to override “Default Bill of Material Labels” custom attribute.

- Check “Other Attributes[9]” option and modify it to value like shown in below image.
IM.GetValue("DESCRIPTION",IM.GetValue("NAME","NODESC")) & System.Math.Round(this.LENGTH,2)

- Save & Close Schema.
- Generate Isometrics which contains Spool piece in drawing.
- Check BOM generated & verify results. See image below.

- Similarly user can combine different existing properties based on usage.
Still a Problem?
If above problem still persist, then please create a Service Request and contact the Bentley Product Advantage group. Please include a list of all relevant details to get in depth analysis for a solution or workaround.
See Also
communities.bentley.com/.../13393.settingsattributes-openplant-isometrics-manager
Comments or Corrections?
Bentley's Technical Support Group requests that you please confine any comments you have on this Wiki entry to this Comments or Corrections?" section. THANK YOU!