Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed KOQ of Pile Weight #415

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,15 @@
<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">
<ECCustomAttributes>
<AllowUnitChange xmlns="SchemaUpgradeCustomAttributes.01.00.00">
<From>u:M</From>
<To>u:KG</To>
</AllowUnitChange>
</ECCustomAttributes>
</ECProperty>
</ECEntityClass>
<ECEntityClass typeName="CircularPileAspect">
<BaseClass>PileBaseAspect</BaseClass>
Expand Down
Loading
Loading