@bentley/imodeljs-win32-x64 4.0.8 → 4.1.1
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 +149 -71
- package/Assets/ECSchemas/Dgn/Generic.ecschema.xml +151 -151
- package/Assets/ECSchemas/Domain/Analytical.ecschema.xml +55 -55
- package/Assets/ECSchemas/Domain/Asset.ecschema.xml +41 -41
- package/Assets/ECSchemas/Domain/LinearReferencing.ecschema.xml +213 -213
- package/Assets/ECSchemas/Domain/PresentationRules.ecschema.xml +22 -22
- 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/Assets/{icudt64l.dat → icudt73l.dat} +0 -0
- package/Notices/c-ares-license.md +15 -0
- package/Notices/folly-notice.txt +177 -177
- package/Notices/freetype2-license.txt +169 -169
- package/Notices/google_re2-license.txt +27 -27
- package/Notices/icu-license.txt +131 -26
- 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/png-license.txt +2 -2
- package/Notices/sqlite-license.txt +11 -11
- package/iTwinBRepCore.dll +0 -0
- package/iTwinBentley.dll +0 -0
- package/iTwinCurl.dll +0 -0
- package/iTwinDaemon.exe +0 -0
- package/iTwinECObjects.dll +0 -0
- package/iTwinECPresentation.dll +0 -0
- package/iTwinFolly.dll +0 -0
- package/iTwinFreetype2.dll +0 -0
- package/iTwinGeoCoord.dll +0 -0
- package/iTwinGeom.dll +0 -0
- package/iTwinGeomSerialization.dll +0 -0
- package/iTwinIcu4c.dll +0 -0
- package/iTwinLibxml2.dll +0 -0
- package/iTwinNapi.dll +0 -0
- package/iTwinOpenSSL.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
|
@@ -3,9 +3,10 @@
|
|
|
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.16" 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
|
+
<ECSchemaReference name="BisCustomAttributes" version="01.00.00" alias="bisCA"/>
|
|
9
10
|
<ECSchemaReference name="ECDbMap" version="02.00.00" alias="ecdbmap"/>
|
|
10
11
|
<ECSchemaReference name="ECDbSchemaPolicies" version="01.00.00" alias="ecdbpol"/>
|
|
11
12
|
|
|
@@ -17,6 +18,9 @@
|
|
|
17
18
|
<ProductionStatus xmlns="CoreCustomAttributes.01.00.03">
|
|
18
19
|
<SupportedUse>Production</SupportedUse>
|
|
19
20
|
</ProductionStatus>
|
|
21
|
+
<SchemaLayerInfo xmlns="BisCustomAttributes.01.00.00">
|
|
22
|
+
<Value>Core</Value>
|
|
23
|
+
</SchemaLayerInfo>
|
|
20
24
|
<NoAdditionalRootEntityClasses xmlns="ECDbSchemaPolicies.01.00.00"/>
|
|
21
25
|
<NoAdditionalForeignKeyConstraints xmlns="ECDbSchemaPolicies.01.00.00">
|
|
22
26
|
<Exceptions>
|
|
@@ -164,7 +168,7 @@
|
|
|
164
168
|
</ECProperty>
|
|
165
169
|
<ECProperty propertyName="LastMod" typeName="dateTime" displayLabel="Last Modified" description="The last time any element in this Model was modified.">
|
|
166
170
|
<ECCustomAttributes>
|
|
167
|
-
<CustomHandledProperty>
|
|
171
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16">
|
|
168
172
|
<StatementTypes>0</StatementTypes>
|
|
169
173
|
</CustomHandledProperty>
|
|
170
174
|
<DateTimeInfo xmlns="CoreCustomAttributes.01.00.03">
|
|
@@ -432,7 +436,7 @@
|
|
|
432
436
|
</ECCustomAttributes>
|
|
433
437
|
<ECNavigationProperty propertyName="Model" relationshipName="ModelContainsElements" direction="backward" readOnly="true" description="The bis:Model that contains this bis:Element.">
|
|
434
438
|
<ECCustomAttributes>
|
|
435
|
-
<CustomHandledProperty>
|
|
439
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16">
|
|
436
440
|
<StatementTypes>2</StatementTypes>
|
|
437
441
|
</CustomHandledProperty>
|
|
438
442
|
<ForeignKeyConstraint xmlns="ECDbMap.02.00.00">
|
|
@@ -446,7 +450,7 @@
|
|
|
446
450
|
<DateTimeInfo xmlns="CoreCustomAttributes.01.00.00">
|
|
447
451
|
<DateTimeKind>Utc</DateTimeKind>
|
|
448
452
|
</DateTimeInfo>
|
|
449
|
-
<CustomHandledProperty>
|
|
453
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16">
|
|
450
454
|
<StatementTypes>0</StatementTypes>
|
|
451
455
|
</CustomHandledProperty>
|
|
452
456
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.00"/>
|
|
@@ -455,7 +459,7 @@
|
|
|
455
459
|
<ECNavigationProperty propertyName="CodeSpec" displayLabel="Code Specification" relationshipName="CodeSpecSpecifiesCode" direction="backward" description="The CodeSpec property identifies the bis:CodeSpec used to generate and validate the code value for this bis:Element. The combination of CodeSpec, CodeScope, and CodeValue properties must be unique for each bis:Element instance.">
|
|
456
460
|
<ECCustomAttributes>
|
|
457
461
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.00"/>
|
|
458
|
-
<CustomHandledProperty>
|
|
462
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16">
|
|
459
463
|
<StatementTypes>6</StatementTypes>
|
|
460
464
|
</CustomHandledProperty>
|
|
461
465
|
<ForeignKeyConstraint xmlns="ECDbMap.02.00.00">
|
|
@@ -467,7 +471,7 @@
|
|
|
467
471
|
<ECNavigationProperty propertyName="CodeScope" displayLabel="Code Scope" relationshipName="ElementScopesCode" direction="backward" description="The CodeScope property identifies the bis:Element that provides the uniqueness scope for the code value. The combination of CodeSpec, CodeScope, and CodeValue properties must be unique for each bis:Element instance.">
|
|
468
472
|
<ECCustomAttributes>
|
|
469
473
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.00"/>
|
|
470
|
-
<CustomHandledProperty>
|
|
474
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16">
|
|
471
475
|
<StatementTypes>6</StatementTypes>
|
|
472
476
|
</CustomHandledProperty>
|
|
473
477
|
<ForeignKeyConstraint xmlns="ECDbMap.02.00.00">
|
|
@@ -482,7 +486,7 @@
|
|
|
482
486
|
<IsNullable>True</IsNullable>
|
|
483
487
|
<Collation>NoCase</Collation>
|
|
484
488
|
</PropertyMap>
|
|
485
|
-
<CustomHandledProperty>
|
|
489
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16">
|
|
486
490
|
<StatementTypes>6</StatementTypes>
|
|
487
491
|
</CustomHandledProperty>
|
|
488
492
|
</ECCustomAttributes>
|
|
@@ -494,7 +498,7 @@
|
|
|
494
498
|
<Collation>NoCase</Collation>
|
|
495
499
|
<IsUnique>False</IsUnique>
|
|
496
500
|
</PropertyMap>
|
|
497
|
-
<CustomHandledProperty>
|
|
501
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16">
|
|
498
502
|
<StatementTypes>6</StatementTypes>
|
|
499
503
|
</CustomHandledProperty>
|
|
500
504
|
</ECCustomAttributes>
|
|
@@ -502,7 +506,7 @@
|
|
|
502
506
|
<ECNavigationProperty propertyName="Parent" relationshipName="ElementOwnsChildElements" direction="backward" description="The parent bis:Element that owns this bis:Element.">
|
|
503
507
|
<ECCustomAttributes>
|
|
504
508
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
505
|
-
<CustomHandledProperty>
|
|
509
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16">
|
|
506
510
|
<StatementTypes>6</StatementTypes>
|
|
507
511
|
</CustomHandledProperty>
|
|
508
512
|
<ForeignKeyConstraint xmlns="ECDbMap.02.00.00">
|
|
@@ -518,7 +522,7 @@
|
|
|
518
522
|
<IsNullable>True</IsNullable>
|
|
519
523
|
<IsUnique>True</IsUnique>
|
|
520
524
|
</PropertyMap>
|
|
521
|
-
<CustomHandledProperty>
|
|
525
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16">
|
|
522
526
|
<StatementTypes>6</StatementTypes>
|
|
523
527
|
</CustomHandledProperty>
|
|
524
528
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
@@ -527,7 +531,7 @@
|
|
|
527
531
|
<ECProperty propertyName="JsonProperties" typeName="string" extendedTypeName="Json" displayLabel="JSON Properties" description="A string property that users and/or applications can use to persist ad hoc JSON values.">
|
|
528
532
|
<ECCustomAttributes>
|
|
529
533
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
530
|
-
<CustomHandledProperty>
|
|
534
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16">
|
|
531
535
|
<StatementTypes>6</StatementTypes>
|
|
532
536
|
</CustomHandledProperty>
|
|
533
537
|
</ECCustomAttributes>
|
|
@@ -576,7 +580,7 @@
|
|
|
576
580
|
</ECCustomAttributes>
|
|
577
581
|
<ECProperty propertyName="IsPrivate" typeName="boolean" displayLabel="Is Private" description="If true, this bis:DefinitionElement should not be displayed in the GUI.">
|
|
578
582
|
<ECCustomAttributes>
|
|
579
|
-
<CustomHandledProperty/>
|
|
583
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
580
584
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
581
585
|
</ECCustomAttributes>
|
|
582
586
|
</ECProperty>
|
|
@@ -868,12 +872,12 @@
|
|
|
868
872
|
</ECCustomAttributes>
|
|
869
873
|
<ECProperty propertyName="Url" displayLabel="URL" typeName="string" extendedTypeName="URI" description="A URL pointing to an external resource.">
|
|
870
874
|
<ECCustomAttributes>
|
|
871
|
-
<CustomHandledProperty/>
|
|
875
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
872
876
|
</ECCustomAttributes>
|
|
873
877
|
</ECProperty>
|
|
874
878
|
<ECProperty propertyName="Description" typeName="string" description="A human-readable description of the URL">
|
|
875
879
|
<ECCustomAttributes>
|
|
876
|
-
<CustomHandledProperty/>
|
|
880
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
877
881
|
</ECCustomAttributes>
|
|
878
882
|
</ECProperty>
|
|
879
883
|
</ECEntityClass>
|
|
@@ -886,7 +890,7 @@
|
|
|
886
890
|
</ECCustomAttributes>
|
|
887
891
|
<ECProperty propertyName="RepositoryGuid" typeName="binary" extendedTypeName="BeGuid" displayLabel="Repository GUID" description="A GUID that identifies the external repository.">
|
|
888
892
|
<ECCustomAttributes>
|
|
889
|
-
<CustomHandledProperty/>
|
|
893
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
890
894
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
891
895
|
</ECCustomAttributes>
|
|
892
896
|
</ECProperty>
|
|
@@ -911,12 +915,12 @@
|
|
|
911
915
|
</ECCustomAttributes>
|
|
912
916
|
<ECProperty propertyName="Name" typeName="string" description="A name for looking up the embedded file. Must be unique within the iModel.">
|
|
913
917
|
<ECCustomAttributes>
|
|
914
|
-
<CustomHandledProperty/>
|
|
918
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
915
919
|
</ECCustomAttributes>
|
|
916
920
|
</ECProperty>
|
|
917
921
|
<ECProperty propertyName="Description" typeName="string" description="A human-readable description of the Embedded File">
|
|
918
922
|
<ECCustomAttributes>
|
|
919
|
-
<CustomHandledProperty/>
|
|
923
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
920
924
|
</ECCustomAttributes>
|
|
921
925
|
</ECProperty>
|
|
922
926
|
</ECEntityClass>
|
|
@@ -1039,6 +1043,80 @@
|
|
|
1039
1043
|
</Target>
|
|
1040
1044
|
</ECRelationshipClass>
|
|
1041
1045
|
|
|
1046
|
+
<ECEntityClass typeName="SheetIndexPartition" modifier="Sealed" displayLabel="Sheet Index Partition" description="A bis:SheetIndexPartition element establishes a 'Sheet Index' Modeling Perspective for its parent bis:Subject. A bis:SheetIndexPartition is always sub-modeled by a bis:SheetIndexModel.">
|
|
1047
|
+
<BaseClass>InformationPartitionElement</BaseClass>
|
|
1048
|
+
</ECEntityClass>
|
|
1049
|
+
|
|
1050
|
+
<ECEntityClass typeName="SheetIndexModel" displayLabel="Sheet Index Model" description="A container for persisting bis:SheetIndexEntry and bis:SheetIndex elements.">
|
|
1051
|
+
<BaseClass>InformationModel</BaseClass>
|
|
1052
|
+
</ECEntityClass>
|
|
1053
|
+
|
|
1054
|
+
<ECEntityClass typeName="SheetIndexEntry" modifier="Abstract" description="A bis:InformationReferenceElement used as the base-class for elements that participate in a Sheet-Index hierarchy.">
|
|
1055
|
+
<!-- @note The Element.Parent property + the ElementOwnsChildElements relationship is used to navigate to the owning Sheet Index or Folder -->
|
|
1056
|
+
<BaseClass>InformationReferenceElement</BaseClass>
|
|
1057
|
+
<ECProperty propertyName="EntryPriority" typeName="int" displayLabel="Priority" description="Can be used to prioritize or order members within a SheetIndex or SheetIndexFolder."/>
|
|
1058
|
+
</ECEntityClass>
|
|
1059
|
+
|
|
1060
|
+
<ECEntityClass typeName="SheetIndexFolder" modifier="None" description="A SheetIndexEntry used to organize other SheetIndexEntry instances in a hierarchy.">
|
|
1061
|
+
<BaseClass>SheetIndexEntry</BaseClass>
|
|
1062
|
+
<BaseClass>IParentElement</BaseClass>
|
|
1063
|
+
</ECEntityClass>
|
|
1064
|
+
|
|
1065
|
+
<ECRelationshipClass typeName="SheetIndexFolderOwnsEntries" strength="embedding" modifier="None">
|
|
1066
|
+
<BaseClass>ElementOwnsChildElements</BaseClass>
|
|
1067
|
+
<Source multiplicity="(0..1)" roleLabel="owns" polymorphic="true">
|
|
1068
|
+
<Class class="SheetIndexFolder"/>
|
|
1069
|
+
</Source>
|
|
1070
|
+
<Target multiplicity="(0..*)" roleLabel="is owned by" polymorphic="true">
|
|
1071
|
+
<Class class="SheetIndexEntry"/>
|
|
1072
|
+
</Target>
|
|
1073
|
+
</ECRelationshipClass>
|
|
1074
|
+
|
|
1075
|
+
<ECEntityClass typeName="SheetReference" modifier="None" description="A SheetIndexEntry used to include a Sheet instance into a Sheet-Index hierarchy.">
|
|
1076
|
+
<BaseClass>SheetIndexEntry</BaseClass>
|
|
1077
|
+
<ECNavigationProperty propertyName="Sheet" relationshipName="SheetReferenceRefersToSheet" direction="forward" readOnly="true" displayLabel="Sheet" description="The bis:Sheet that this bis:SheetReference is ponting to."/>
|
|
1078
|
+
</ECEntityClass>
|
|
1079
|
+
|
|
1080
|
+
<ECRelationshipClass typeName="SheetReferenceRefersToSheet" strength="referencing" modifier="Sealed">
|
|
1081
|
+
<!-- @see SheetReference.Sheet ECNavigationProperty -->
|
|
1082
|
+
<Source multiplicity="(0..*)" roleLabel="refers to" polymorphic="true">
|
|
1083
|
+
<Class class="SheetReference" />
|
|
1084
|
+
</Source>
|
|
1085
|
+
<Target multiplicity="(0..1)" roleLabel="is referenced by" polymorphic="true">
|
|
1086
|
+
<Class class="Sheet"/>
|
|
1087
|
+
</Target>
|
|
1088
|
+
</ECRelationshipClass>
|
|
1089
|
+
|
|
1090
|
+
<ECEntityClass typeName="SheetIndex" modifier="None" description="A bis:InformationReferenceElement used to organize bis:Sheet instances into a hierarchy with the assistance of bis:SheetIndexFolder and other bis:SheetIndex instances.">
|
|
1091
|
+
<BaseClass>InformationReferenceElement</BaseClass>
|
|
1092
|
+
<BaseClass>IParentElement</BaseClass>
|
|
1093
|
+
</ECEntityClass>
|
|
1094
|
+
|
|
1095
|
+
<ECRelationshipClass typeName="SheetIndexOwnsEntries" strength="embedding" modifier="None">
|
|
1096
|
+
<BaseClass>ElementOwnsChildElements</BaseClass>
|
|
1097
|
+
<Source multiplicity="(0..1)" roleLabel="owns" polymorphic="true">
|
|
1098
|
+
<Class class="SheetIndex"/>
|
|
1099
|
+
</Source>
|
|
1100
|
+
<Target multiplicity="(0..*)" roleLabel="is owned by" polymorphic="true">
|
|
1101
|
+
<Class class="SheetIndexEntry"/>
|
|
1102
|
+
</Target>
|
|
1103
|
+
</ECRelationshipClass>
|
|
1104
|
+
|
|
1105
|
+
<ECEntityClass typeName="SheetIndexReference" modifier="None" description="A SheetIndexEntry used to include a SheetIndex hierarchy into another one.">
|
|
1106
|
+
<BaseClass>SheetIndexEntry</BaseClass>
|
|
1107
|
+
<ECNavigationProperty propertyName="SheetIndex" relationshipName="SheetIndexReferenceRefersToSheetIndex" direction="forward" readOnly="true" displayLabel="SheetIndex" description="The bis:SheetIndex that this bis:SheetIndexReference is ponting to."/>
|
|
1108
|
+
</ECEntityClass>
|
|
1109
|
+
|
|
1110
|
+
<ECRelationshipClass typeName="SheetIndexReferenceRefersToSheetIndex" strength="referencing" modifier="Sealed">
|
|
1111
|
+
<!-- @see SheetIndexReference.SheetIndex ECNavigationProperty -->
|
|
1112
|
+
<Source multiplicity="(0..*)" roleLabel="refers to" polymorphic="true">
|
|
1113
|
+
<Class class="SheetIndexReference" />
|
|
1114
|
+
</Source>
|
|
1115
|
+
<Target multiplicity="(0..1)" roleLabel="is referenced by" polymorphic="true">
|
|
1116
|
+
<Class class="SheetIndex"/>
|
|
1117
|
+
</Target>
|
|
1118
|
+
</ECRelationshipClass>
|
|
1119
|
+
|
|
1042
1120
|
<ECEntityClass typeName="InformationCarrierElement" modifier="Abstract" displayLabel="Information Carrier" description="DEPRECATED: An Information Carrier carries information, but is not the information itself. For example, the arrangement of ink on paper or the sequence of electronic bits are information carriers.">
|
|
1043
1121
|
<BaseClass>Element</BaseClass>
|
|
1044
1122
|
<ECCustomAttributes>
|
|
@@ -1094,7 +1172,7 @@
|
|
|
1094
1172
|
</ECCustomAttributes>
|
|
1095
1173
|
<ECNavigationProperty propertyName="Category" relationshipName="GeometricElement3dIsInCategory" direction="forward" description="The bis:SpatialCategory used to categorize this bis:GeometricElement3d">
|
|
1096
1174
|
<ECCustomAttributes>
|
|
1097
|
-
<CustomHandledProperty/>
|
|
1175
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1098
1176
|
<ForeignKeyConstraint xmlns="ECDbMap.02.00.00">
|
|
1099
1177
|
<!-- Creates the CategoryId foreign key column in the bis_GeometricElement3d table -->
|
|
1100
1178
|
<OnDeleteAction>NoAction</OnDeleteAction>
|
|
@@ -1104,56 +1182,56 @@
|
|
|
1104
1182
|
<ECProperty propertyName="InSpatialIndex" typeName="boolean" displayLabel="In Spatial Index" description="If true, this element will have an entry in the Spatial Index.">
|
|
1105
1183
|
<ECCustomAttributes>
|
|
1106
1184
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1107
|
-
<CustomHandledProperty/>
|
|
1185
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1108
1186
|
</ECCustomAttributes>
|
|
1109
1187
|
</ECProperty>
|
|
1110
1188
|
<ECProperty propertyName="Origin" typeName="point3d" description="The placement origin of this bis:Element.">
|
|
1111
1189
|
<ECCustomAttributes>
|
|
1112
1190
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1113
|
-
<CustomHandledProperty/>
|
|
1191
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1114
1192
|
</ECCustomAttributes>
|
|
1115
1193
|
</ECProperty>
|
|
1116
1194
|
<ECProperty propertyName="Yaw" typeName="double" description="The Yaw angle (in degrees) of the orientation of this bis:Element.">
|
|
1117
1195
|
<ECCustomAttributes>
|
|
1118
1196
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1119
|
-
<CustomHandledProperty/>
|
|
1197
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1120
1198
|
</ECCustomAttributes>
|
|
1121
1199
|
</ECProperty>
|
|
1122
1200
|
<ECProperty propertyName="Pitch" typeName="double" description="The Pitch angle (in degrees) of the orientation of this bis:Element.">
|
|
1123
1201
|
<ECCustomAttributes>
|
|
1124
1202
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1125
|
-
<CustomHandledProperty/>
|
|
1203
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1126
1204
|
</ECCustomAttributes>
|
|
1127
1205
|
</ECProperty>
|
|
1128
1206
|
<ECProperty propertyName="Roll" typeName="double" description="The Roll angle (in degrees) of the orientation of this bis:Element.">
|
|
1129
1207
|
<ECCustomAttributes>
|
|
1130
1208
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1131
|
-
<CustomHandledProperty/>
|
|
1209
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1132
1210
|
</ECCustomAttributes>
|
|
1133
1211
|
</ECProperty>
|
|
1134
1212
|
<ECProperty propertyName="BBoxLow" typeName="point3d" displayLabel="Bounding Box Low" description="The 'low' point of the element-aligned bounding box of this bis:Element.">
|
|
1135
1213
|
<ECCustomAttributes>
|
|
1136
1214
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1137
|
-
<CustomHandledProperty/>
|
|
1215
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1138
1216
|
</ECCustomAttributes>
|
|
1139
1217
|
</ECProperty>
|
|
1140
1218
|
<ECProperty propertyName="BBoxHigh" typeName="point3d" displayLabel="Bounding Box High" description="The 'high' point of the element-aligned bounding box of this bis:Element.">
|
|
1141
1219
|
<ECCustomAttributes>
|
|
1142
1220
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1143
|
-
<CustomHandledProperty/>
|
|
1221
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1144
1222
|
</ECCustomAttributes>
|
|
1145
1223
|
</ECProperty>
|
|
1146
1224
|
<ECProperty propertyName="GeometryStream" typeName="binary" extendedTypeName="GeometryStream" displayLabel="Geometry Stream" description="Binary stream used to persist the geometry of this bis:Element.">
|
|
1147
1225
|
<ECCustomAttributes>
|
|
1148
1226
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1149
|
-
<CustomHandledProperty/>
|
|
1227
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1150
1228
|
</ECCustomAttributes>
|
|
1151
1229
|
</ECProperty>
|
|
1152
1230
|
<ECNavigationProperty propertyName="TypeDefinition" relationshipName="GeometricElement3dHasTypeDefinition" direction="forward" displayLabel="Type Definition" description="Points to an instance of some specialization of TypeDefinition, which holds property values that vary per-type rather than per-instance of this Element.">
|
|
1153
1231
|
<!-- NOTE: Has same propertyName as other element subclasses in case the concept of "TypeDefinition" needs to move down to bis:Element. -->
|
|
1154
1232
|
<ECCustomAttributes>
|
|
1155
1233
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1156
|
-
<CustomHandledProperty/>
|
|
1234
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1157
1235
|
<!-- Creates the TypeDefinitionId foreign key column in the bis_GeometricElement3d table -->
|
|
1158
1236
|
<ForeignKeyConstraint xmlns="ECDbMap.02.00.00"/>
|
|
1159
1237
|
</ECCustomAttributes>
|
|
@@ -1231,7 +1309,7 @@
|
|
|
1231
1309
|
</ECCustomAttributes>
|
|
1232
1310
|
<ECNavigationProperty propertyName="Category" relationshipName="GeometricElement2dIsInCategory" direction="forward" description="The bis:DrawingCategory used to categorize this bis:GeometricElement2d instance.">
|
|
1233
1311
|
<ECCustomAttributes>
|
|
1234
|
-
<CustomHandledProperty/>
|
|
1312
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1235
1313
|
<ForeignKeyConstraint xmlns="ECDbMap.02.00.00">
|
|
1236
1314
|
<!-- Creates the CategoryId foreign key column in the bis_GeometricElement2d table -->
|
|
1237
1315
|
<OnDeleteAction>NoAction</OnDeleteAction>
|
|
@@ -1240,27 +1318,27 @@
|
|
|
1240
1318
|
</ECNavigationProperty>
|
|
1241
1319
|
<ECProperty propertyName="Origin" typeName="point2d" description="The placement origin of this bis:Element.">
|
|
1242
1320
|
<ECCustomAttributes>
|
|
1243
|
-
<CustomHandledProperty/>
|
|
1321
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1244
1322
|
</ECCustomAttributes>
|
|
1245
1323
|
</ECProperty>
|
|
1246
1324
|
<ECProperty propertyName="Rotation" typeName="double" description="The placement rotation (in degrees) of this bis:Element.">
|
|
1247
1325
|
<ECCustomAttributes>
|
|
1248
|
-
<CustomHandledProperty/>
|
|
1326
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1249
1327
|
</ECCustomAttributes>
|
|
1250
1328
|
</ECProperty>
|
|
1251
1329
|
<ECProperty propertyName="BBoxLow" typeName="point2d" displayLabel="Bounding Box Low" description="The 'low' point of the element-aligned bounding box of this bis:Element.">
|
|
1252
1330
|
<ECCustomAttributes>
|
|
1253
|
-
<CustomHandledProperty/>
|
|
1331
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1254
1332
|
</ECCustomAttributes>
|
|
1255
1333
|
</ECProperty>
|
|
1256
1334
|
<ECProperty propertyName="BBoxHigh" typeName="point2d" displayLabel="Bounding Box High" description="The 'high' point of the element-aligned bounding box of this bis:Element.">
|
|
1257
1335
|
<ECCustomAttributes>
|
|
1258
|
-
<CustomHandledProperty/>
|
|
1336
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1259
1337
|
</ECCustomAttributes>
|
|
1260
1338
|
</ECProperty>
|
|
1261
1339
|
<ECProperty propertyName="GeometryStream" typeName="binary" extendedTypeName="GeometryStream" displayLabel="Geometry Stream" description="Binary stream used to persist the geometry of this bis:Element.">
|
|
1262
1340
|
<ECCustomAttributes>
|
|
1263
|
-
<CustomHandledProperty/>
|
|
1341
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1264
1342
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1265
1343
|
</ECCustomAttributes>
|
|
1266
1344
|
</ECProperty>
|
|
@@ -1268,7 +1346,7 @@
|
|
|
1268
1346
|
<!-- NOTE: Has same propertyName as other element subclasses in case the concept of "TypeDefinition" needs to move down to bis:Element. -->
|
|
1269
1347
|
<ECCustomAttributes>
|
|
1270
1348
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1271
|
-
<CustomHandledProperty/>
|
|
1349
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1272
1350
|
<!-- Creates the TypeDefinitionId foreign key column in the bis_GeometricElement2d table -->
|
|
1273
1351
|
<ForeignKeyConstraint xmlns="ECDbMap.02.00.00"/>
|
|
1274
1352
|
</ECCustomAttributes>
|
|
@@ -1795,13 +1873,13 @@
|
|
|
1795
1873
|
<ECProperty propertyName="Description" typeName="string" displayLabel="Description" description="A human-readable description of the Category">
|
|
1796
1874
|
<ECCustomAttributes>
|
|
1797
1875
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1798
|
-
<CustomHandledProperty/>
|
|
1876
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1799
1877
|
</ECCustomAttributes>
|
|
1800
1878
|
</ECProperty>
|
|
1801
1879
|
<ECProperty propertyName="Rank" typeName="int" description="The Rank of a category indicates how it was created and where it can be used. 0=System; 1=Domain; 2=Application; 3=User.">
|
|
1802
1880
|
<ECCustomAttributes>
|
|
1803
1881
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1804
|
-
<CustomHandledProperty/>
|
|
1882
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1805
1883
|
</ECCustomAttributes>
|
|
1806
1884
|
</ECProperty>
|
|
1807
1885
|
</ECEntityClass>
|
|
@@ -1833,12 +1911,12 @@
|
|
|
1833
1911
|
</ECCustomAttributes>
|
|
1834
1912
|
<ECProperty propertyName="Description" typeName="string" description="A human-readable description of the SubCategory">
|
|
1835
1913
|
<ECCustomAttributes>
|
|
1836
|
-
<CustomHandledProperty/>
|
|
1914
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1837
1915
|
</ECCustomAttributes>
|
|
1838
1916
|
</ECProperty>
|
|
1839
1917
|
<ECProperty propertyName="Properties" typeName="string" extendedTypeName="Json" description="Contains the display properties (color, style, weight, etc.) for the SubCategory. It should not be used for the persistence of application-specific information.">
|
|
1840
1918
|
<ECCustomAttributes>
|
|
1841
|
-
<CustomHandledProperty/>
|
|
1919
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1842
1920
|
</ECCustomAttributes>
|
|
1843
1921
|
</ECProperty>
|
|
1844
1922
|
</ECEntityClass>
|
|
@@ -1906,12 +1984,12 @@
|
|
|
1906
1984
|
</ECCustomAttributes>
|
|
1907
1985
|
<ECProperty propertyName="Description" typeName="string" description="Description of the style">
|
|
1908
1986
|
<ECCustomAttributes>
|
|
1909
|
-
<CustomHandledProperty/>
|
|
1987
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1910
1988
|
</ECCustomAttributes>
|
|
1911
1989
|
</ECProperty>
|
|
1912
1990
|
<ECProperty propertyName="Data" typeName="binary" description="Encoded style properties">
|
|
1913
1991
|
<ECCustomAttributes>
|
|
1914
|
-
<CustomHandledProperty/>
|
|
1992
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1915
1993
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1916
1994
|
</ECCustomAttributes>
|
|
1917
1995
|
</ECProperty>
|
|
@@ -1924,12 +2002,12 @@
|
|
|
1924
2002
|
</ECCustomAttributes>
|
|
1925
2003
|
<ECProperty propertyName="Description" typeName="string" description="Description of the style">
|
|
1926
2004
|
<ECCustomAttributes>
|
|
1927
|
-
<CustomHandledProperty/>
|
|
2005
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1928
2006
|
</ECCustomAttributes>
|
|
1929
2007
|
</ECProperty>
|
|
1930
2008
|
<ECProperty propertyName="Data" typeName="binary" description="Encoded style properties">
|
|
1931
2009
|
<ECCustomAttributes>
|
|
1932
|
-
<CustomHandledProperty/>
|
|
2010
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1933
2011
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1934
2012
|
</ECCustomAttributes>
|
|
1935
2013
|
</ECProperty>
|
|
@@ -1942,12 +2020,12 @@
|
|
|
1942
2020
|
</ECCustomAttributes>
|
|
1943
2021
|
<ECProperty propertyName="Description" typeName="string" description="Description of the style">
|
|
1944
2022
|
<ECCustomAttributes>
|
|
1945
|
-
<CustomHandledProperty/>
|
|
2023
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1946
2024
|
</ECCustomAttributes>
|
|
1947
2025
|
</ECProperty>
|
|
1948
2026
|
<ECProperty propertyName="Data" typeName="binary" description="Encoded style properties">
|
|
1949
2027
|
<ECCustomAttributes>
|
|
1950
|
-
<CustomHandledProperty/>
|
|
2028
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1951
2029
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1952
2030
|
</ECCustomAttributes>
|
|
1953
2031
|
</ECProperty>
|
|
@@ -1960,12 +2038,12 @@
|
|
|
1960
2038
|
</ECCustomAttributes>
|
|
1961
2039
|
<ECProperty propertyName="Description" typeName="string" description="Description of the style">
|
|
1962
2040
|
<ECCustomAttributes>
|
|
1963
|
-
<CustomHandledProperty/>
|
|
2041
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1964
2042
|
</ECCustomAttributes>
|
|
1965
2043
|
</ECProperty>
|
|
1966
2044
|
<ECProperty propertyName="Data" typeName="binary" description="Encoded style properties">
|
|
1967
2045
|
<ECCustomAttributes>
|
|
1968
|
-
<CustomHandledProperty/>
|
|
2046
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1969
2047
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1970
2048
|
</ECCustomAttributes>
|
|
1971
2049
|
</ECProperty>
|
|
@@ -1987,38 +2065,38 @@
|
|
|
1987
2065
|
</ECCustomAttributes>
|
|
1988
2066
|
<ECProperty propertyName="Description" typeName="string" description="A human-readable description of the Texture">
|
|
1989
2067
|
<ECCustomAttributes>
|
|
1990
|
-
<CustomHandledProperty/>
|
|
2068
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1991
2069
|
</ECCustomAttributes>
|
|
1992
2070
|
</ECProperty>
|
|
1993
2071
|
<ECProperty propertyName="Data" typeName="binary" description="Encoded texture data">
|
|
1994
2072
|
<ECCustomAttributes>
|
|
1995
2073
|
<!-- IsNullable=False -->
|
|
1996
|
-
<CustomHandledProperty/>
|
|
2074
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
1997
2075
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
1998
2076
|
</ECCustomAttributes>
|
|
1999
2077
|
</ECProperty>
|
|
2000
2078
|
<ECProperty propertyName="Format" typeName="int" description="Format of the encoded texture data. See the ImageSourceFormat enum in the API.">
|
|
2001
2079
|
<ECCustomAttributes>
|
|
2002
2080
|
<!-- IsNullable=False -->
|
|
2003
|
-
<CustomHandledProperty/>
|
|
2081
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
2004
2082
|
</ECCustomAttributes>
|
|
2005
2083
|
</ECProperty>
|
|
2006
2084
|
<ECProperty propertyName="Width" typeName="int" displayLabel="Width" description="Image width in pixels.">
|
|
2007
2085
|
<ECCustomAttributes>
|
|
2008
2086
|
<!-- IsNullable=False -->
|
|
2009
|
-
<CustomHandledProperty/>
|
|
2087
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
2010
2088
|
</ECCustomAttributes>
|
|
2011
2089
|
</ECProperty>
|
|
2012
2090
|
<ECProperty propertyName="Height" typeName="int" displayLabel="Height" description="Image height in pixels.">
|
|
2013
2091
|
<ECCustomAttributes>
|
|
2014
2092
|
<!-- IsNullable=False -->
|
|
2015
|
-
<CustomHandledProperty/>
|
|
2093
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
2016
2094
|
</ECCustomAttributes>
|
|
2017
2095
|
</ECProperty>
|
|
2018
2096
|
<ECProperty propertyName="Flags" typeName="int" description="Currently unused and always zero.">
|
|
2019
2097
|
<ECCustomAttributes>
|
|
2020
2098
|
<!-- IsNullable=False -->
|
|
2021
|
-
<CustomHandledProperty/>
|
|
2099
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
2022
2100
|
</ECCustomAttributes>
|
|
2023
2101
|
</ECProperty>
|
|
2024
2102
|
</ECEntityClass>
|
|
@@ -2233,10 +2311,10 @@
|
|
|
2233
2311
|
</ECCustomAttributes>
|
|
2234
2312
|
<ECProperty propertyName="Description" typeName="string" description="A human-readable description of the View Definition"/>
|
|
2235
2313
|
<ECNavigationProperty propertyName="CategorySelector" relationshipName="ViewDefinitionUsesCategorySelector" direction="forward" displayLabel="Category Selector">
|
|
2236
|
-
<ECCustomAttributes><CustomHandledProperty/></ECCustomAttributes>
|
|
2314
|
+
<ECCustomAttributes><CustomHandledProperty xmlns="BisCore.01.00.16"/></ECCustomAttributes>
|
|
2237
2315
|
</ECNavigationProperty>
|
|
2238
2316
|
<ECNavigationProperty propertyName="DisplayStyle" relationshipName="ViewDefinitionUsesDisplayStyle" direction="forward" displayLabel="Display Style">
|
|
2239
|
-
<ECCustomAttributes><CustomHandledProperty/></ECCustomAttributes>
|
|
2317
|
+
<ECCustomAttributes><CustomHandledProperty xmlns="BisCore.01.00.16"/></ECCustomAttributes>
|
|
2240
2318
|
</ECNavigationProperty>
|
|
2241
2319
|
</ECEntityClass>
|
|
2242
2320
|
|
|
@@ -2244,31 +2322,31 @@
|
|
|
2244
2322
|
<BaseClass>ViewDefinition</BaseClass>
|
|
2245
2323
|
<ECCustomAttributes><ClassHasHandler xmlns="BisCore.01.00.00"/></ECCustomAttributes>
|
|
2246
2324
|
<ECProperty propertyName="Origin" typeName="Point3d" description="Origin of the viewed volume on the lower, back, rear">
|
|
2247
|
-
<ECCustomAttributes><CustomHandledProperty/></ECCustomAttributes>
|
|
2325
|
+
<ECCustomAttributes><CustomHandledProperty xmlns="BisCore.01.00.16"/></ECCustomAttributes>
|
|
2248
2326
|
</ECProperty>
|
|
2249
2327
|
<ECProperty propertyName="Extents" typeName="Point3d" description="Size of the view diagonal">
|
|
2250
|
-
<ECCustomAttributes><CustomHandledProperty/></ECCustomAttributes>
|
|
2328
|
+
<ECCustomAttributes><CustomHandledProperty xmlns="BisCore.01.00.16"/></ECCustomAttributes>
|
|
2251
2329
|
</ECProperty>
|
|
2252
2330
|
<ECProperty propertyName="Yaw" typeName="double" description="Yaw component of the view direction in degrees">
|
|
2253
|
-
<ECCustomAttributes><CustomHandledProperty/></ECCustomAttributes>
|
|
2331
|
+
<ECCustomAttributes><CustomHandledProperty xmlns="BisCore.01.00.16"/></ECCustomAttributes>
|
|
2254
2332
|
</ECProperty>
|
|
2255
2333
|
<ECProperty propertyName="Pitch" typeName="double" description="Pitch component of the view direction in degrees">
|
|
2256
|
-
<ECCustomAttributes><CustomHandledProperty/></ECCustomAttributes>
|
|
2334
|
+
<ECCustomAttributes><CustomHandledProperty xmlns="BisCore.01.00.16"/></ECCustomAttributes>
|
|
2257
2335
|
</ECProperty>
|
|
2258
2336
|
<ECProperty propertyName="Roll" typeName="double" description="Roll component of the view direction in degrees">
|
|
2259
|
-
<ECCustomAttributes><CustomHandledProperty/></ECCustomAttributes>
|
|
2337
|
+
<ECCustomAttributes><CustomHandledProperty xmlns="BisCore.01.00.16"/></ECCustomAttributes>
|
|
2260
2338
|
</ECProperty>
|
|
2261
2339
|
<ECProperty propertyName="IsCameraOn" typeName="boolean" displayLabel="Is Camera On" description="Is the camera actually turned on?">
|
|
2262
|
-
<ECCustomAttributes><CustomHandledProperty/></ECCustomAttributes>
|
|
2340
|
+
<ECCustomAttributes><CustomHandledProperty xmlns="BisCore.01.00.16"/></ECCustomAttributes>
|
|
2263
2341
|
</ECProperty>
|
|
2264
2342
|
<ECProperty propertyName="EyePoint" typeName="Point3d" displayLabel="Eye Point" description="Camera eye point">
|
|
2265
|
-
<ECCustomAttributes><CustomHandledProperty/></ECCustomAttributes>
|
|
2343
|
+
<ECCustomAttributes><CustomHandledProperty xmlns="BisCore.01.00.16"/></ECCustomAttributes>
|
|
2266
2344
|
</ECProperty>
|
|
2267
2345
|
<ECProperty propertyName="LensAngle" typeName="double" displayLabel="Lens Angle" description="Camera lens angle in degrees">
|
|
2268
|
-
<ECCustomAttributes><CustomHandledProperty/></ECCustomAttributes>
|
|
2346
|
+
<ECCustomAttributes><CustomHandledProperty xmlns="BisCore.01.00.16"/></ECCustomAttributes>
|
|
2269
2347
|
</ECProperty>
|
|
2270
2348
|
<ECProperty propertyName="FocusDistance" typeName="double" displayLabel="Focus Distance" description="Camera focus distance">
|
|
2271
|
-
<ECCustomAttributes><CustomHandledProperty/></ECCustomAttributes>
|
|
2349
|
+
<ECCustomAttributes><CustomHandledProperty xmlns="BisCore.01.00.16"/></ECCustomAttributes>
|
|
2272
2350
|
</ECProperty>
|
|
2273
2351
|
</ECEntityClass>
|
|
2274
2352
|
|
|
@@ -2276,7 +2354,7 @@
|
|
|
2276
2354
|
<BaseClass>ViewDefinition3d</BaseClass>
|
|
2277
2355
|
<ECCustomAttributes><ClassHasHandler xmlns="BisCore.01.00.00"/></ECCustomAttributes>
|
|
2278
2356
|
<ECNavigationProperty propertyName="ModelSelector" relationshipName="SpatialViewDefinitionUsesModelSelector" direction="forward" displayLabel="Model Selector">
|
|
2279
|
-
<ECCustomAttributes><CustomHandledProperty/></ECCustomAttributes>
|
|
2357
|
+
<ECCustomAttributes><CustomHandledProperty xmlns="BisCore.01.00.16"/></ECCustomAttributes>
|
|
2280
2358
|
</ECNavigationProperty>
|
|
2281
2359
|
</ECEntityClass>
|
|
2282
2360
|
|
|
@@ -2289,16 +2367,16 @@
|
|
|
2289
2367
|
<BaseClass>ViewDefinition</BaseClass>
|
|
2290
2368
|
<ECCustomAttributes><ClassHasHandler xmlns="BisCore.01.00.00"/></ECCustomAttributes>
|
|
2291
2369
|
<ECNavigationProperty propertyName="BaseModel" relationshipName="BaseModelForView2d" direction="backward" displayLabel="Base Model">
|
|
2292
|
-
<ECCustomAttributes><CustomHandledProperty/></ECCustomAttributes>
|
|
2370
|
+
<ECCustomAttributes><CustomHandledProperty xmlns="BisCore.01.00.16"/></ECCustomAttributes>
|
|
2293
2371
|
</ECNavigationProperty>
|
|
2294
2372
|
<ECProperty propertyName="Origin" typeName="Point2d" description="Lower left corner of the viewed area.">
|
|
2295
|
-
<ECCustomAttributes><CustomHandledProperty/></ECCustomAttributes>
|
|
2373
|
+
<ECCustomAttributes><CustomHandledProperty xmlns="BisCore.01.00.16"/></ECCustomAttributes>
|
|
2296
2374
|
</ECProperty>
|
|
2297
2375
|
<ECProperty propertyName="Extents" typeName="Point2d" description="Size of the view diagonal">
|
|
2298
|
-
<ECCustomAttributes><CustomHandledProperty/></ECCustomAttributes>
|
|
2376
|
+
<ECCustomAttributes><CustomHandledProperty xmlns="BisCore.01.00.16"/></ECCustomAttributes>
|
|
2299
2377
|
</ECProperty>
|
|
2300
2378
|
<ECProperty propertyName="RotationAngle" typeName="double" displayLabel="Rotation Angle" description="Rotation angle in degrees of the viewed area.">
|
|
2301
|
-
<ECCustomAttributes><CustomHandledProperty/></ECCustomAttributes>
|
|
2379
|
+
<ECCustomAttributes><CustomHandledProperty xmlns="BisCore.01.00.16"/></ECCustomAttributes>
|
|
2302
2380
|
</ECProperty>
|
|
2303
2381
|
</ECEntityClass>
|
|
2304
2382
|
|
|
@@ -2374,20 +2452,20 @@
|
|
|
2374
2452
|
<ECProperty propertyName="GeometryStream" typeName="binary" extendedTypeName="GeometryStream" displayLabel="Geometry Stream" description="The actual geometry of the Geometry Part">
|
|
2375
2453
|
<!-- IsNullable = False -->
|
|
2376
2454
|
<ECCustomAttributes>
|
|
2377
|
-
<CustomHandledProperty/>
|
|
2455
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
2378
2456
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03"/>
|
|
2379
2457
|
</ECCustomAttributes>
|
|
2380
2458
|
</ECProperty>
|
|
2381
2459
|
<ECProperty propertyName="BBoxLow" typeName="point3d" displayLabel="Bounding Box Low" description="The low corner of the Geometry Part's bounding box.">
|
|
2382
2460
|
<!-- IsNullable = False -->
|
|
2383
2461
|
<ECCustomAttributes>
|
|
2384
|
-
<CustomHandledProperty/>
|
|
2462
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
2385
2463
|
</ECCustomAttributes>
|
|
2386
2464
|
</ECProperty>
|
|
2387
2465
|
<ECProperty propertyName="BBoxHigh" typeName="point3d" displayLabel="Bounding Box High" description="The high corner of the Geometry Part's bounding box">
|
|
2388
2466
|
<!-- IsNullable = False -->
|
|
2389
2467
|
<ECCustomAttributes>
|
|
2390
|
-
<CustomHandledProperty/>
|
|
2468
|
+
<CustomHandledProperty xmlns="BisCore.01.00.16"/>
|
|
2391
2469
|
</ECCustomAttributes>
|
|
2392
2470
|
</ECProperty>
|
|
2393
2471
|
</ECEntityClass>
|