@bentley/imodeljs-linux-x64 5.1.39 → 5.1.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Assets/ECSchemas/Dgn/BisCore.ecschema.xml +10 -1
- package/CrashpadHandler +0 -0
- package/iTwinDaemon +0 -0
- package/imodeljs.node +0 -0
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
| * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
4
4
|
| * See LICENSE.md in the project root for license terms and full copyright notice.
|
|
5
5
|
======================================================================================= -->
|
|
6
|
-
<ECSchema schemaName="BisCore" alias="bis" version="01.00.
|
|
6
|
+
<ECSchema schemaName="BisCore" alias="bis" version="01.00.21" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2" displayLabel="BIS Core" description="The BIS core schema contains classes that all other domain schemas extend.">
|
|
7
7
|
|
|
8
8
|
<ECSchemaReference name="CoreCustomAttributes" version="01.00.03" alias="CoreCA"/>
|
|
9
9
|
<ECSchemaReference name="BisCustomAttributes" version="01.00.00" alias="bisCA"/>
|
|
@@ -829,6 +829,15 @@
|
|
|
829
829
|
<Class class="TemplateRecipe2d"/>
|
|
830
830
|
</Target>
|
|
831
831
|
</ECRelationshipClass>
|
|
832
|
+
<ECRelationshipClass typeName="SpatialLocationTypeHasTemplateRecipe" strength="referencing" modifier="None">
|
|
833
|
+
<BaseClass>TypeDefinitionHasRecipe</BaseClass>
|
|
834
|
+
<Source multiplicity="(0..*)" roleLabel="has" polymorphic="true">
|
|
835
|
+
<Class class="SpatialLocationType" />
|
|
836
|
+
</Source>
|
|
837
|
+
<Target multiplicity="(0..1)" roleLabel="is referenced by" polymorphic="true">
|
|
838
|
+
<Class class="TemplateRecipe3dInPlan"/>
|
|
839
|
+
</Target>
|
|
840
|
+
</ECRelationshipClass>
|
|
832
841
|
|
|
833
842
|
<ECRelationshipClass typeName="GeometricElement2dHasTypeDefinition" strength="referencing" modifier="Abstract">
|
|
834
843
|
<!-- @see GeometricElement2d.TypeDefinition ECNavigationProperty -->
|
package/CrashpadHandler
CHANGED
|
Binary file
|
package/iTwinDaemon
CHANGED
|
Binary file
|
package/imodeljs.node
CHANGED
|
Binary file
|