
Applies To | |
Product(s): | OpenPlant Modeler CONNECT Edition |
Version(s): |
10.06.00.23
|
Environment: | Windows 7/8.1/10 (64-bit) |
Area: | SMC |
Subarea: | Customization |
Original Author: | Deepak Singh,Bentley Product Advantage Group |
In OpenPlant Modeler CONNECT Edition, requirement is to have details of section & material for structural modeling components
Background
In OpenPlant Modeler CONNECT Edition, for placed structural element there is no any information regarding the section & material details. Below wiki article explain the customization to see those information.
Steps to Accomplish
- Launch OpenPlant Project Administrator CONNECT Edition.

- From Tools ribbon, expand your desired workset & select OpenPlant Modeler Click on Class Editor as shown below.

- Notice that in Bentley Class Editor CONNECT Edition application, it automatically loads OpenPlant_3D schema of the workset. Refer image below.

- Right click on OpenPlant_3D & select Supplement schema to add supplemental schemas.

- To “Specify Supplemental Schemas” dialog, click on Add as shown below.

- Navigate to workset’s schema location & supplement below highlighted schemas.

- Once done, click on Open.
- Click on Search icon to search a class. Enter Class Name as “IsmCurveMember”
- Click on Search. Double click on IsmCurveMember class name to navigate to that class, refer image as shown below.

- Select on highlighted Structural Linear Element class, this will evoke three tabs as Class, Properties, Relationship against Structural Linear Element Class. Refer image below.

- Switch to Properties tab, click on Add > New to add a property.

- Enter property name as SECTION_INFO as shown below.

- Right click on created property (SECTION_INFO) and select Custom Attribute > Add/Remove to add a custom attribute. Refer image as shown below.

- From Add/Remove Custom Attributes dialog, search for Calculated ECProperty Specification custom attribute as shown below.
- Using Drop icon, move the selected custom attribute to Applied Custom Attribute Ensure to change the schema location as shown.

- For applied Calculated ECProperty Specification custom attribute, enter ECExpression as shown below.
ECExpression: this.GetRelatedInstance("IsmCurveMember_Section:0:IsmSection").Name

- Similarly, create a new property as MATERIAL_INFO for same (Structural Linear Element) class as shown below.

- For MATERIAL_INFO property, add Calculated ECProperty Specification custom attribute & enter details as shown below.
ECExpression:GetRelatedInstance("IsmCurveMember_Material:0:IsmMaterial").Name

- Click on Save All to save the schema changes.
- Launch OpenPlant Modeler CONNECT Edition, place a structural linear component & verify the section & material info as shown below.

See Also
communities.bentley.com/.../how-to-add-dimensional-unit-to-added-property-in-openplant-modeler-connect-edition
Still a Problem?
If above problem still persists, 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