@bentley/imodeljs-linux-x64 5.0.82 → 5.0.83
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.
|
@@ -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.18" 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"/>
|
|
@@ -1034,7 +1034,7 @@
|
|
|
1034
1034
|
</ECProperty>
|
|
1035
1035
|
<ECProperty propertyName="Format" typeName="string" displayLabel="Format" description="The format of the external repository."/>
|
|
1036
1036
|
</ECEntityClass>
|
|
1037
|
-
<ECEntityClass typeName="RepositoryInfoAspect" displayLabel="Repository Info Aspect" modifier="None" description="A bis:ElementUniqueAspect that
|
|
1037
|
+
<ECEntityClass typeName="RepositoryInfoAspect" displayLabel="Repository Info Aspect" modifier="None" description="A bis:ElementUniqueAspect that is used to capture metadata about its owning bis:RepositoryLink.">
|
|
1038
1038
|
<BaseClass>ElementUniqueAspect</BaseClass>
|
|
1039
1039
|
<ECProperty propertyName="OriginatingSystem" typeName="string" displayLabel="Originating System" description="Name and optionally version of the software application or tool that created data in the External DataSource referenced through the owning RepositoryLink"/>
|
|
1040
1040
|
</ECEntityClass>
|
|
@@ -1093,6 +1093,7 @@
|
|
|
1093
1093
|
<ECCustomAttributes>
|
|
1094
1094
|
<ClassHasHandler xmlns="BisCore.01.00.00"/>
|
|
1095
1095
|
</ECCustomAttributes>
|
|
1096
|
+
<ECProperty propertyName="ScaleFactor" typeName="double" displayLabel="Scale Factor" description="Scale factor to be applied to any GeometricElement2d containing Text in its GeometryStream, during its creation in the associated DrawingModel, and later used when attaching this Drawing to a Sheet." />
|
|
1096
1097
|
</ECEntityClass>
|
|
1097
1098
|
|
|
1098
1099
|
<ECEntityClass typeName="SectionDrawing" displayLabel="Section Drawing" description="A bis:SectionDrawing is a bis:Drawing of a 2D section of a spatial view. A bis:SectionDrawing can be sub-modeled by a DrawingModel or a GraphicalModel3d.">
|
package/imodeljs.node
CHANGED
|
Binary file
|