@bentley/imodeljs-win32-x64 3.5.4 → 3.5.5
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/Domain/Analytical.ecschema.xml +51 -51
- package/Assets/ECSchemas/Domain/Asset.ecschema.xml +41 -41
- package/Assets/ECSchemas/Domain/LinearReferencing.ecschema.xml +213 -213
- package/Assets/ECSchemas/Standard/BisCustomAttributes.01.00.00.ecschema.xml +18 -18
- package/Assets/ECSchemas/Standard/CoreCustomAttributes.01.00.03.ecschema.xml +79 -79
- package/Assets/ECSchemas/Standard/SchemaLocalizationCustomAttributes.01.00.00.ecschema.xml +17 -17
- package/Assets/ECSchemas/Standard/SchemaUpgradeCustomAttributes.01.00.00.ecschema.xml +11 -11
- package/Assets/ECSchemas/Standard/Units.01.00.07.ecschema.xml +617 -617
- package/BeCurlB02.dll +0 -0
- package/BeIcu4cB02.dll +0 -0
- package/BeLibxml2B02.dll +0 -0
- package/BeOpenSSLB02.dll +0 -0
- package/Notices/curl-license.txt +22 -22
- package/Notices/folly-notice.txt +177 -177
- package/Notices/freetype2-license.txt +169 -169
- package/Notices/google_re2-license.txt +27 -27
- package/Notices/jpeg-turbo-license.txt +132 -132
- package/Notices/jsoncpp-license.txt +55 -55
- package/Notices/libxml2-license.txt +23 -23
- package/Notices/minizip-license.txt +74 -74
- package/Notices/openssl-license.txt +125 -125
- package/Notices/sqlite-license.txt +11 -11
- package/freetype2B02.dll +0 -0
- package/iTwinBRepCore.dll +0 -0
- package/iTwinBentley.dll +0 -0
- package/iTwinDaemon.exe +0 -0
- package/iTwinECObjects.dll +0 -0
- package/iTwinECPresentation.dll +0 -0
- package/iTwinFolly.dll +0 -0
- package/iTwinGeoCoord.dll +0 -0
- package/iTwinGeom.dll +0 -0
- package/iTwinGeomSerialization.dll +0 -0
- package/iTwinNapi.dll +0 -0
- package/iTwinPSBRepGeometry.dll +0 -0
- package/iTwinPlatform.dll +0 -0
- package/iTwinPugixml.dll +0 -0
- package/iTwinSQLite.dll +0 -0
- package/iTwinSQLiteEC.dll +0 -0
- package/iTwinUnits.dll +0 -0
- package/iTwinVisualization.dll +0 -0
- package/iTwinXml.dll +0 -0
- package/imodeljs.node +0 -0
- package/package.json +1 -1
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!-- ==================================================================================
|
|
3
|
-
| * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
4
|
-
| * See LICENSE.md in the project root for license terms and full copyright notice.
|
|
5
|
-
======================================================================================= -->
|
|
6
|
-
<ECSchema schemaName="Analytical" alias="anlyt" version="01.00.00" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.1" displayLabel="Analytical" description="The BIS classes that specialized Analytical domain schemas extend.">
|
|
7
|
-
<ECSchemaReference name="CoreCustomAttributes" version="01.00.03" alias="CoreCA"/>
|
|
8
|
-
<ECSchemaReference name="BisCore" version="01.00.04" alias="bis"/>
|
|
9
|
-
|
|
10
|
-
<ECCustomAttributes>
|
|
11
|
-
<ProductionStatus xmlns="CoreCustomAttributes.01.00.03">
|
|
12
|
-
<SupportedUse>Production</SupportedUse>
|
|
13
|
-
</ProductionStatus>
|
|
14
|
-
</ECCustomAttributes>
|
|
15
|
-
|
|
16
|
-
<ECEntityClass typeName="AnalyticalPartition" modifier="Abstract" displayLabel="Analytical Partition" description="An anlyt:AnalyticalPartition element indicates that there is a specialized analytical perspective within the overall information hierarchy. An anlyt:AnalyticalPartition subclass is always parented to a bis:Subject and broken down by an anlyt:AnalyticalModel.">
|
|
17
|
-
<BaseClass>bis:InformationPartitionElement</BaseClass>
|
|
18
|
-
</ECEntityClass>
|
|
19
|
-
|
|
20
|
-
<ECEntityClass typeName="AnalyticalModel" modifier="Abstract" displayLabel="Analytical Model" description="A container for persisting anlyt:AnalyticalElement instances used to model a specialized analytical perspective.">
|
|
21
|
-
<BaseClass>bis:GeometricModel3d</BaseClass>
|
|
22
|
-
</ECEntityClass>
|
|
23
|
-
|
|
24
|
-
<ECEntityClass typeName="AnalyticalElement" modifier="Abstract" displayLabel="Analytical Element" description="An anlyt:AnalyticalElement is spatially located, simulating zero or more bis:SpatialLocationElement or bis:PhysicalElement instances in light of a specialized analytical perspective.">
|
|
25
|
-
<BaseClass>bis:GeometricElement3d</BaseClass>
|
|
26
|
-
</ECEntityClass>
|
|
27
|
-
|
|
28
|
-
<ECEntityClass typeName="AnalyticalType" modifier="Abstract" displayLabel="Analytical Type" description="Defines a shared set of properties (the 'type') that can be associated with an anlyt:AnalyticalElement. It is not meant to replace a bis:PhysicalType if it is available.">
|
|
29
|
-
<BaseClass>bis:TypeDefinitionElement</BaseClass>
|
|
30
|
-
</ECEntityClass>
|
|
31
|
-
|
|
32
|
-
<ECRelationshipClass typeName="AnalyticalElementIsOfType" strength="referencing" modifier="None" description="A type-instance relation; one that indicates that the specific anlyt:AnalyticalElement is an instance of the defined anlyt:AnalyticalType.">
|
|
33
|
-
<BaseClass>bis:GeometricElement3dHasTypeDefinition</BaseClass>
|
|
34
|
-
<Source multiplicity="(0..*)" roleLabel="is of" polymorphic="true">
|
|
35
|
-
<Class class="AnalyticalElement" />
|
|
36
|
-
</Source>
|
|
37
|
-
<Target multiplicity="(0..1)" roleLabel="defines" polymorphic="true">
|
|
38
|
-
<Class class="AnalyticalType"/>
|
|
39
|
-
</Target>
|
|
40
|
-
</ECRelationshipClass>
|
|
41
|
-
|
|
42
|
-
<ECRelationshipClass typeName="AnalyticalSimulatesSpatialElement" strength="referencing" modifier="None" description="Relates an anlyt:AnalyticalElement to the bis:SpatialLocationElement or bis:PhysicalElement it is simulating, in light of a specialized analytical perspective.">
|
|
43
|
-
<BaseClass>bis:ElementRefersToElements</BaseClass>
|
|
44
|
-
<Source multiplicity="(0..*)" roleLabel="simulates" polymorphic="true">
|
|
45
|
-
<Class class="AnalyticalElement"/>
|
|
46
|
-
</Source>
|
|
47
|
-
<Target multiplicity="(0..*)" roleLabel="is simulated by" polymorphic="true">
|
|
48
|
-
<Class class="bis:SpatialElement"/>
|
|
49
|
-
</Target>
|
|
50
|
-
</ECRelationshipClass>
|
|
51
|
-
</ECSchema>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!-- ==================================================================================
|
|
3
|
+
| * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
4
|
+
| * See LICENSE.md in the project root for license terms and full copyright notice.
|
|
5
|
+
======================================================================================= -->
|
|
6
|
+
<ECSchema schemaName="Analytical" alias="anlyt" version="01.00.00" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.1" displayLabel="Analytical" description="The BIS classes that specialized Analytical domain schemas extend.">
|
|
7
|
+
<ECSchemaReference name="CoreCustomAttributes" version="01.00.03" alias="CoreCA"/>
|
|
8
|
+
<ECSchemaReference name="BisCore" version="01.00.04" alias="bis"/>
|
|
9
|
+
|
|
10
|
+
<ECCustomAttributes>
|
|
11
|
+
<ProductionStatus xmlns="CoreCustomAttributes.01.00.03">
|
|
12
|
+
<SupportedUse>Production</SupportedUse>
|
|
13
|
+
</ProductionStatus>
|
|
14
|
+
</ECCustomAttributes>
|
|
15
|
+
|
|
16
|
+
<ECEntityClass typeName="AnalyticalPartition" modifier="Abstract" displayLabel="Analytical Partition" description="An anlyt:AnalyticalPartition element indicates that there is a specialized analytical perspective within the overall information hierarchy. An anlyt:AnalyticalPartition subclass is always parented to a bis:Subject and broken down by an anlyt:AnalyticalModel.">
|
|
17
|
+
<BaseClass>bis:InformationPartitionElement</BaseClass>
|
|
18
|
+
</ECEntityClass>
|
|
19
|
+
|
|
20
|
+
<ECEntityClass typeName="AnalyticalModel" modifier="Abstract" displayLabel="Analytical Model" description="A container for persisting anlyt:AnalyticalElement instances used to model a specialized analytical perspective.">
|
|
21
|
+
<BaseClass>bis:GeometricModel3d</BaseClass>
|
|
22
|
+
</ECEntityClass>
|
|
23
|
+
|
|
24
|
+
<ECEntityClass typeName="AnalyticalElement" modifier="Abstract" displayLabel="Analytical Element" description="An anlyt:AnalyticalElement is spatially located, simulating zero or more bis:SpatialLocationElement or bis:PhysicalElement instances in light of a specialized analytical perspective.">
|
|
25
|
+
<BaseClass>bis:GeometricElement3d</BaseClass>
|
|
26
|
+
</ECEntityClass>
|
|
27
|
+
|
|
28
|
+
<ECEntityClass typeName="AnalyticalType" modifier="Abstract" displayLabel="Analytical Type" description="Defines a shared set of properties (the 'type') that can be associated with an anlyt:AnalyticalElement. It is not meant to replace a bis:PhysicalType if it is available.">
|
|
29
|
+
<BaseClass>bis:TypeDefinitionElement</BaseClass>
|
|
30
|
+
</ECEntityClass>
|
|
31
|
+
|
|
32
|
+
<ECRelationshipClass typeName="AnalyticalElementIsOfType" strength="referencing" modifier="None" description="A type-instance relation; one that indicates that the specific anlyt:AnalyticalElement is an instance of the defined anlyt:AnalyticalType.">
|
|
33
|
+
<BaseClass>bis:GeometricElement3dHasTypeDefinition</BaseClass>
|
|
34
|
+
<Source multiplicity="(0..*)" roleLabel="is of" polymorphic="true">
|
|
35
|
+
<Class class="AnalyticalElement" />
|
|
36
|
+
</Source>
|
|
37
|
+
<Target multiplicity="(0..1)" roleLabel="defines" polymorphic="true">
|
|
38
|
+
<Class class="AnalyticalType"/>
|
|
39
|
+
</Target>
|
|
40
|
+
</ECRelationshipClass>
|
|
41
|
+
|
|
42
|
+
<ECRelationshipClass typeName="AnalyticalSimulatesSpatialElement" strength="referencing" modifier="None" description="Relates an anlyt:AnalyticalElement to the bis:SpatialLocationElement or bis:PhysicalElement it is simulating, in light of a specialized analytical perspective.">
|
|
43
|
+
<BaseClass>bis:ElementRefersToElements</BaseClass>
|
|
44
|
+
<Source multiplicity="(0..*)" roleLabel="simulates" polymorphic="true">
|
|
45
|
+
<Class class="AnalyticalElement"/>
|
|
46
|
+
</Source>
|
|
47
|
+
<Target multiplicity="(0..*)" roleLabel="is simulated by" polymorphic="true">
|
|
48
|
+
<Class class="bis:SpatialElement"/>
|
|
49
|
+
</Target>
|
|
50
|
+
</ECRelationshipClass>
|
|
51
|
+
</ECSchema>
|
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!-- ==================================================================================
|
|
3
|
-
| * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
4
|
-
| * See LICENSE.md in the project root for license terms and full copyright notice.
|
|
5
|
-
======================================================================================= -->
|
|
6
|
-
<ECSchema schemaName="Asset" alias="asset" version="01.00.00" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2" displayLabel="Asset" description="Defines the abstract 'Asset' domain. Contains base classes to be used within specialized Asset domain schemas.">
|
|
7
|
-
<ECSchemaReference name="CoreCustomAttributes" version="01.00.03" alias="CoreCA"/>
|
|
8
|
-
<ECSchemaReference name="BisCustomAttributes" version="01.00.00" alias="bisCA"/>
|
|
9
|
-
<ECSchemaReference name="BisCore" version="01.00.15" alias="bis"/>
|
|
10
|
-
|
|
11
|
-
<ECCustomAttributes>
|
|
12
|
-
<ProductionStatus xmlns="CoreCustomAttributes.01.00.03">
|
|
13
|
-
<SupportedUse>NotForProduction</SupportedUse>
|
|
14
|
-
</ProductionStatus>
|
|
15
|
-
<SchemaLayerInfo xmlns="BisCustomAttributes.01.00.00">
|
|
16
|
-
<Value>Core</Value>
|
|
17
|
-
</SchemaLayerInfo>
|
|
18
|
-
</ECCustomAttributes>
|
|
19
|
-
|
|
20
|
-
<ECEntityClass typeName="AssetPartition" modifier="Abstract" displayLabel="Asset Partition" description="Abstract base class establishing an 'Asset' Modeling Perspective for its parent bis:Subject.">
|
|
21
|
-
<BaseClass>bis:InformationPartitionElement</BaseClass>
|
|
22
|
-
</ECEntityClass>
|
|
23
|
-
|
|
24
|
-
<ECEntityClass typeName="AssetModel" modifier="Abstract" displayLabel="Asset Model" description="A container for persisting asset:AssetElement instances.">
|
|
25
|
-
<BaseClass>bis:RoleModel</BaseClass>
|
|
26
|
-
</ECEntityClass>
|
|
27
|
-
|
|
28
|
-
<ECEntityClass typeName="AssetElement" modifier="Abstract" displayLabel="Asset Element" description="An asset:AssetElement models an Entity that embodies the economic value of an Object and/or the role that it plays in a business. The Object will typically also be primarily modeled as an Element such as a PhysicalElement.">
|
|
29
|
-
<BaseClass>bis:RoleElement</BaseClass>
|
|
30
|
-
</ECEntityClass>
|
|
31
|
-
|
|
32
|
-
<ECRelationshipClass typeName="AssetTracksElement" strength="referencing" modifier="None" description="Relates an AssetElement to the primary Element modeling the Object, e.g. to a PhysicalElement.">
|
|
33
|
-
<Source multiplicity="(0..*)" roleLabel="tracks" polymorphic="true">
|
|
34
|
-
<Class class="AssetElement" />
|
|
35
|
-
</Source>
|
|
36
|
-
<Target multiplicity="(0..1)" roleLabel="tracked by" polymorphic="true">
|
|
37
|
-
<Class class="bis:Element"/>
|
|
38
|
-
</Target>
|
|
39
|
-
</ECRelationshipClass>
|
|
40
|
-
|
|
41
|
-
</ECSchema>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!-- ==================================================================================
|
|
3
|
+
| * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
4
|
+
| * See LICENSE.md in the project root for license terms and full copyright notice.
|
|
5
|
+
======================================================================================= -->
|
|
6
|
+
<ECSchema schemaName="Asset" alias="asset" version="01.00.00" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2" displayLabel="Asset" description="Defines the abstract 'Asset' domain. Contains base classes to be used within specialized Asset domain schemas.">
|
|
7
|
+
<ECSchemaReference name="CoreCustomAttributes" version="01.00.03" alias="CoreCA"/>
|
|
8
|
+
<ECSchemaReference name="BisCustomAttributes" version="01.00.00" alias="bisCA"/>
|
|
9
|
+
<ECSchemaReference name="BisCore" version="01.00.15" alias="bis"/>
|
|
10
|
+
|
|
11
|
+
<ECCustomAttributes>
|
|
12
|
+
<ProductionStatus xmlns="CoreCustomAttributes.01.00.03">
|
|
13
|
+
<SupportedUse>NotForProduction</SupportedUse>
|
|
14
|
+
</ProductionStatus>
|
|
15
|
+
<SchemaLayerInfo xmlns="BisCustomAttributes.01.00.00">
|
|
16
|
+
<Value>Core</Value>
|
|
17
|
+
</SchemaLayerInfo>
|
|
18
|
+
</ECCustomAttributes>
|
|
19
|
+
|
|
20
|
+
<ECEntityClass typeName="AssetPartition" modifier="Abstract" displayLabel="Asset Partition" description="Abstract base class establishing an 'Asset' Modeling Perspective for its parent bis:Subject.">
|
|
21
|
+
<BaseClass>bis:InformationPartitionElement</BaseClass>
|
|
22
|
+
</ECEntityClass>
|
|
23
|
+
|
|
24
|
+
<ECEntityClass typeName="AssetModel" modifier="Abstract" displayLabel="Asset Model" description="A container for persisting asset:AssetElement instances.">
|
|
25
|
+
<BaseClass>bis:RoleModel</BaseClass>
|
|
26
|
+
</ECEntityClass>
|
|
27
|
+
|
|
28
|
+
<ECEntityClass typeName="AssetElement" modifier="Abstract" displayLabel="Asset Element" description="An asset:AssetElement models an Entity that embodies the economic value of an Object and/or the role that it plays in a business. The Object will typically also be primarily modeled as an Element such as a PhysicalElement.">
|
|
29
|
+
<BaseClass>bis:RoleElement</BaseClass>
|
|
30
|
+
</ECEntityClass>
|
|
31
|
+
|
|
32
|
+
<ECRelationshipClass typeName="AssetTracksElement" strength="referencing" modifier="None" description="Relates an AssetElement to the primary Element modeling the Object, e.g. to a PhysicalElement.">
|
|
33
|
+
<Source multiplicity="(0..*)" roleLabel="tracks" polymorphic="true">
|
|
34
|
+
<Class class="AssetElement" />
|
|
35
|
+
</Source>
|
|
36
|
+
<Target multiplicity="(0..1)" roleLabel="tracked by" polymorphic="true">
|
|
37
|
+
<Class class="bis:Element"/>
|
|
38
|
+
</Target>
|
|
39
|
+
</ECRelationshipClass>
|
|
40
|
+
|
|
41
|
+
</ECSchema>
|