Applies To Product(s): OpenPlant Isometrics Manager Version(s): 08.11.09.XXX Environment: Windows 7 64 bit & Others Area: Settings/Attributes Subarea: - Original Author: Rahul Kumar, Bentley Product Advantage Group Overview In OpenPlant Isometrics Manager, tagging of valve can be experienced with ‘User Label’ option present under Isometric configuration dialog. Problem Description In OpenPlant Isometrics Manager, with ‘User Label’ option, user has created the labels as $(DEVICE_TYPE_CODE)$$(NUMBER) which split on two lines (DEVICE_TYPE_CODE on top and NUMBER on the bottom. The placement routine normally falls correct except for the number which has leading zeroes in the tag e.g. HV-0001. When the annotation is placed, the leading zeros are dropped resulting in HV-1. Below steps will illustrate to retain the leading zeroes on valve tags. This has been shown in context with OpenPlant Modeler and OpenPlant Isometrics Manager. Steps to Resolve Launch the Bentley Class Editor and open the following schemas. OpenPlant_3D.01.04.ecschema.xml (%ProjectRoot%...\WorkSpace\ Projects\OPModeler_Metric\ DataSet\Schemas\). Supplement With,OpenPlant_3D_Supplemental_Isometrics_Isoextractor.01.04. ecschema.xml (%ProjectRoot%...\WorkSpace\Projects\OPModeler_Metric\ DataSet \ Schemas\). Under Valve class write below expression this.DEVICE_TYPE_CODE & “$” & this.NUMBER for custom attributes Specific BOM labels. Save & Close Schema. Launch OpenPlant Isometrics Manager. Select Project unit, say OPModeler_Metric here and click OK. See image below: Click on "Configuration" Icon to launch Isometric configuration dialog box. Select Isometric Style, say IFC here and click on "Add New Label" to create new user labels. Fill in the data like shown below. Note : For detail information on each field, you could refer Isometrics Manager Help file. Save and Close Isometrics configuration dialog box. Generate isometric and verify results. See image below. See Also 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!
↧