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 Technical Support Group In OpenPlant Isometrics Manager, Isometric drawing nomenclature formatting required by user. Below explanations illustrates on changing the format. Problem Description In OpenPlant Isometrics Manager, isometrics output drawing name contains three parameters, LINENUMBER, ‘ISO’, and NUMBER. As per Project requirement user might need to change this to some different format. For this, it is require to change the expressions present under ISO_SHEET class and define it as desired. Below steps will aid user to configure the desired settings. Refer example for new expression would be Project_Name – Unit – TAG- LINENUMBER- ISO-NUMBER. Steps to Resolve In Class editor, Open’ OpenPlant_3D.01.04.ecschema’ schema and supplement it with ‘OpenPlant_3D_Supplemental_Modeling.01.04.ecschema’ and ‘OpenPlant_3D_Supplemental_Isometrics_Isoextractor.01.04.ecschema’. Path to follow the default project schema: C:\ProgramData\Bentley\OpenPlantModeler V8i\WorkSpace\Projects\ OPModeler_Metric\DataSet\Schemas Navigate to ISO_SHEET Class. Go to Property Tab, and select NAME property. Check EC Expression custom attribute. Change the Expression to “OPModeler_Metric-” & this.UNIT & “-TAG-” & this.LINENUMBER & “-ISO” & this.NUMBER See image below. In OpenPlant Modeler re-create iso sheet and publish I model. Generate Isometrics and verify results. To Define an Expression using Property Created in Primary Schema In OpenPlant Isometrics Manager, isometrics output drawing name require to have the property which is created in primary/main schema i.e. OpenPlant.01.06 schema and to get the property displayed in Iso Sheet name tag. In above section it has been explained to use the properties present in ISO_SHEET class. See below steps for expression defined to use it for primary schema property. Repeat Steps 1-4 as described in above section to open schema and navigate to NAME Class. Under "Calculated EC property Specification" custom attribute, type below mentioned expression. this.GetRelatedInstance("PIPING_NETWORK_SYSTEM_HAS_ISO_SHEET:1:PIPING_NETWORK_SYSTEM").DWGNAME & "-iso-" & this.NUMBER Also check image below. Save & Close schema. Generate Iso Sheet and verify results. See image below. See Also 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!
↧