@bentley/imodeljs-linux-x64 5.3.21 → 5.3.23
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 +54 -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.24" 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"/>
|
|
@@ -1677,6 +1677,43 @@
|
|
|
1677
1677
|
</Target>
|
|
1678
1678
|
</ECRelationshipClass>
|
|
1679
1679
|
|
|
1680
|
+
<ECEntityClass typeName="DimensionAnnotation2d" modifier="Abstract" displayLabel="DimensionAnnotation2d" description="A bis:AnnotationElement2d that displays a geometric measurement on a drawing or sheet.">
|
|
1681
|
+
<BaseClass>AnnotationElement2d</BaseClass>
|
|
1682
|
+
<ECProperty propertyName="DimensionData" typeName="string" extendedTypeName="Json" displayLabel="Dimension Data" description="A string property that that stores a complete description of the dimension in json format."/>
|
|
1683
|
+
<ECNavigationProperty propertyName="DimensionStyle" relationshipName="DimensionAnnotationUsesDimensionStyle" direction="Forward" displayLabel="Dimension Style" description="The dimension style used by the DimensionAnnotation2d."/>
|
|
1684
|
+
</ECEntityClass>
|
|
1685
|
+
|
|
1686
|
+
<ECRelationshipClass typeName="DimensionAnnotationUsesDimensionStyle" strength="referencing" modifier="Sealed" description="A relationship indicating that the source DimensionAnnotation2d instance uses the target AnnotationDimensionStyle instance.">
|
|
1687
|
+
<Source multiplicity="(0..*)" roleLabel="is styled by" polymorphic="true">
|
|
1688
|
+
<Class class="DimensionAnnotation2d"/>
|
|
1689
|
+
</Source>
|
|
1690
|
+
<Target multiplicity="(0..1)" roleLabel="styles" polymorphic="false">
|
|
1691
|
+
<Class class="AnnotationDimensionStyle"/>
|
|
1692
|
+
</Target>
|
|
1693
|
+
</ECRelationshipClass>
|
|
1694
|
+
|
|
1695
|
+
<ECEntityClass typeName="LinearDimensionAnnotation2d" displayLabel="2D Linear Dimension Annotation" description="A bis:DimensionAnnotation2d that displays a linear distance measurement.">
|
|
1696
|
+
<BaseClass>DimensionAnnotation2d</BaseClass>
|
|
1697
|
+
</ECEntityClass>
|
|
1698
|
+
|
|
1699
|
+
<ECEntityClass typeName="AngularDimensionAnnotation2d" displayLabel="2D Angular Dimension Annotation" description="A bis:DimensionAnnotation2d that displays an angular measurement.">
|
|
1700
|
+
<BaseClass>DimensionAnnotation2d</BaseClass>
|
|
1701
|
+
</ECEntityClass>
|
|
1702
|
+
|
|
1703
|
+
<ECEntityClass typeName="RadialDimensionAnnotation2d" displayLabel="2D Radial Dimension Annotation" description="A bis:DimensionAnnotation2d that displays the measurement of the radius or diameter of an arc.">
|
|
1704
|
+
<BaseClass>DimensionAnnotation2d</BaseClass>
|
|
1705
|
+
</ECEntityClass>
|
|
1706
|
+
|
|
1707
|
+
<ECEntityClass typeName="OrdinateDimensionAnnotation2d" displayLabel="2D Ordinate Dimension Annotation" description="A bis:DimensionAnnotation2d that displays a set of linear distance measurements from a common datum.">
|
|
1708
|
+
<BaseClass>DimensionAnnotation2d</BaseClass>
|
|
1709
|
+
</ECEntityClass>
|
|
1710
|
+
|
|
1711
|
+
<ECEntityClass typeName="TableAnnotation2d" displayLabel="TableAnnotation2d" description="A bis:AnnotationElement2d that displays a tabular grid of information.">
|
|
1712
|
+
<BaseClass>AnnotationElement2d</BaseClass>
|
|
1713
|
+
<BaseClass>ITextAnnotation</BaseClass>
|
|
1714
|
+
<ECProperty propertyName="TableData" typeName="string" extendedTypeName="Json" displayLabel="Table Data" description="A string property that stores a complete description of the table in json format."/>
|
|
1715
|
+
</ECEntityClass>
|
|
1716
|
+
|
|
1680
1717
|
<ECEntityClass typeName="ViewAttachment" displayLabel="View Attachment">
|
|
1681
1718
|
<BaseClass>GraphicalElement2d</BaseClass>
|
|
1682
1719
|
<ECCustomAttributes>
|
|
@@ -2379,6 +2416,22 @@
|
|
|
2379
2416
|
</ECProperty>
|
|
2380
2417
|
</ECEntityClass>
|
|
2381
2418
|
|
|
2419
|
+
<ECEntityClass typeName="AnnotationDimensionStyle" modifier="Sealed" displayLabel="Annotation Dimension Style" description="A bis:DefinitionElement that defines the appearance of a bis:DimensionAnnotation2d.">
|
|
2420
|
+
<BaseClass>DefinitionElement</BaseClass>
|
|
2421
|
+
<ECNavigationProperty propertyName="TextStyle" relationshipName="DimensionStyleUsesTextStyle" direction="Forward" displayLabel="Text Style" description="The bis:AnnotationTextStyle used by the bis:AnnotationDimensionStyle."/>
|
|
2422
|
+
<ECProperty propertyName="Settings" typeName="string" extendedTypeName="Json" description="Settings of the style" />
|
|
2423
|
+
<ECProperty propertyName="Description" typeName="string" description="Description of the style" />
|
|
2424
|
+
</ECEntityClass>
|
|
2425
|
+
|
|
2426
|
+
<ECRelationshipClass typeName="DimensionStyleUsesTextStyle" strength="referencing" modifier="Sealed" description="A relationship indicating that the source AnnotationDimensionStyle instance uses the target AnnotationTextStyle instance.">
|
|
2427
|
+
<Source multiplicity="(0..*)" roleLabel="is styled by" polymorphic="true">
|
|
2428
|
+
<Class class="AnnotationDimensionStyle"/>
|
|
2429
|
+
</Source>
|
|
2430
|
+
<Target multiplicity="(0..1)" roleLabel="styles" polymorphic="false">
|
|
2431
|
+
<Class class="AnnotationTextStyle"/>
|
|
2432
|
+
</Target>
|
|
2433
|
+
</ECRelationshipClass>
|
|
2434
|
+
|
|
2382
2435
|
<ECEntityClass typeName="LineStyle" modifier="Sealed" displayLabel="Line Style">
|
|
2383
2436
|
<BaseClass>DefinitionElement</BaseClass>
|
|
2384
2437
|
<ECCustomAttributes>
|
package/CrashpadHandler
CHANGED
|
Binary file
|
package/iTwinDaemon
CHANGED
|
Binary file
|
package/imodeljs.node
CHANGED
|
Binary file
|