
| | | |
| Applies To | | |
| | | |
| Product(s): | Bentley OpenPlant Modeler | |
| Version(s): | 08.11.09.404 | |
| Environment: | Windows 7 64 bit | |
| Area: | Component | |
| Subarea: | Data | |
| Original Author: | Harpreet Singh, Bentley Technical Support Group | |
| | | |
Problem Description
In OPM, the facing values are being read from FACING_VALUE_MAP class in OpenPlant_Catalogue_Supplemental_Mapping_Modeling schema. User wanted that FACING value should be read from spec instead of the schema.
Steps to Resolve
Option 1: Set 'IsValueToBeMapped' to FALSE in OpenPlant_3D schema
- Open Class Editor and load OpenPlant_3D schema.
- Supplement it with OpenPlant_3D_Supplemental_Modeling schema.
- Go to BOLT class and set 'IsValueToBeMapped' to FALSE on FACING property.

- Now go to FLUID_PORT class and set 'IsValueToBeMapped' to FALSE on FACING property.

- Similarly on GASKET class set 'IsValueToBeMapped' to FALSE on FACING property.

- Save the changes in schema and verify the results in OPM.
Option 2: Modify the Facing Name on FACING_VALUE_MAP
- Open Class Editor and load OpenPlant_Catalogue_Supplemental_Mapping_Modeling schema.
- Go to FACING_VALUE_MAP class and rename the facing value to match with Spec. For example, change FLAT_FACE to FF.

- Save the changes in schema and verify the result in OPM.