Skip to content

Commit

Permalink
Changed KOQ of Pile Weight
Browse files Browse the repository at this point in the history
  • Loading branch information
Bordoloi123 committed Dec 23, 2024
1 parent 5538c7b commit ca99906
Show file tree
Hide file tree
Showing 3 changed files with 3,686 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
| * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
| * See LICENSE.md in the project root for license terms and full copyright notice.
======================================================================================= -->
<ECSchema schemaName="CifBridge" alias="cifbrg" version="01.00.14" description="iModel Connector schema containing aspect classes with properties from OpenBridge Modeler." xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2">
<ECSchema schemaName="CifBridge" alias="cifbrg" version="01.00.15" description="iModel Connector schema containing aspect classes with properties from OpenBridge Modeler." xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2">
<ECSchemaReference name="BisCore" version="01.00.16" alias="bis"/>
<ECSchemaReference name="BisCustomAttributes" version="01.00.00" alias="bisCA"/>
<ECSchemaReference name="CifCommon" version="01.00.10" alias="cifcmn"/>
Expand Down Expand Up @@ -898,8 +898,8 @@
<ECProperty propertyName="Pile_TopX" typeName="double" displayLabel="Top X" category="BridgeModelerAttributes_Pier" priority="-20" kindOfQuantity="cifu:LENGTH"/>
<ECProperty propertyName="Pile_TopY" typeName="double" displayLabel="Top Y" category="BridgeModelerAttributes_Pier" priority="-21" kindOfQuantity="cifu:LENGTH"/>
<ECProperty propertyName="PierPile_Material" typeName="string" displayLabel="Material" category="BridgeModelerAttributes_Material_Material" priority="299930"/>
<ECProperty propertyName="PierPile_PileTypeText" typeName="string" displayLabel="Pile Shape Text" category="PileProperties_Pile" priority="-1"/>
<ECProperty propertyName="PierPile_PileWeight" typeName="double" displayLabel="Pile Weight" category="PileProperties_Pile" priority="-23" kindOfQuantity="cifu:LENGTH"/>
<ECProperty propertyName="PierPile_PileTypeText" typeName="string" displayLabel="Pile Shape" category="PileProperties_Pile" priority="-1"/>
<ECProperty propertyName="PierPile_PileWeight" typeName="double" displayLabel="Pile Weight" category="PileProperties_Pile" priority="-23" kindOfQuantity="cifu:MASS"/>
</ECEntityClass>
<ECEntityClass typeName="CircularPileAspect">
<BaseClass>PileBaseAspect</BaseClass>
Expand Down
Loading

0 comments on commit ca99906

Please sign in to comment.