@itwin/core-backend 5.1.0-dev.4 → 5.1.0-dev.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/CHANGELOG.md +109 -1
- package/lib/cjs/BackendHubAccess.d.ts +1 -1
- package/lib/cjs/BackendHubAccess.js +1 -1
- package/lib/cjs/BackendHubAccess.js.map +1 -1
- package/lib/cjs/BisCoreSchema.js +1 -1
- package/lib/cjs/BisCoreSchema.js.map +1 -1
- package/lib/cjs/BriefcaseManager.d.ts +10 -2
- package/lib/cjs/BriefcaseManager.d.ts.map +1 -1
- package/lib/cjs/BriefcaseManager.js +12 -0
- package/lib/cjs/BriefcaseManager.js.map +1 -1
- package/lib/cjs/Category.d.ts +4 -4
- package/lib/cjs/Category.js +4 -4
- package/lib/cjs/Category.js.map +1 -1
- package/lib/cjs/ChangesetECAdaptor.d.ts +67 -8
- package/lib/cjs/ChangesetECAdaptor.d.ts.map +1 -1
- package/lib/cjs/ChangesetECAdaptor.js +248 -33
- package/lib/cjs/ChangesetECAdaptor.js.map +1 -1
- package/lib/cjs/ClassRegistry.d.ts +1 -1
- package/lib/cjs/ClassRegistry.js +1 -1
- package/lib/cjs/ClassRegistry.js.map +1 -1
- package/lib/cjs/CloudSqlite.js +1 -1
- package/lib/cjs/CloudSqlite.js.map +1 -1
- package/lib/cjs/CodeSpecs.d.ts +1 -1
- package/lib/cjs/CodeSpecs.js +1 -1
- package/lib/cjs/CodeSpecs.js.map +1 -1
- package/lib/cjs/DisplayStyle.d.ts +4 -4
- package/lib/cjs/DisplayStyle.js +3 -3
- package/lib/cjs/DisplayStyle.js.map +1 -1
- package/lib/cjs/ECDb.d.ts +4 -4
- package/lib/cjs/ECDb.d.ts.map +1 -1
- package/lib/cjs/ECDb.js +4 -4
- package/lib/cjs/ECDb.js.map +1 -1
- package/lib/cjs/ECSqlStatement.d.ts +15 -6
- package/lib/cjs/ECSqlStatement.d.ts.map +1 -1
- package/lib/cjs/ECSqlStatement.js +18 -4
- package/lib/cjs/ECSqlStatement.js.map +1 -1
- package/lib/cjs/Element.d.ts +51 -51
- package/lib/cjs/Element.js +51 -51
- package/lib/cjs/Element.js.map +1 -1
- package/lib/cjs/ElementAspect.d.ts +8 -8
- package/lib/cjs/ElementAspect.d.ts.map +1 -1
- package/lib/cjs/ElementAspect.js +8 -8
- package/lib/cjs/ElementAspect.js.map +1 -1
- package/lib/cjs/Entity.d.ts +3 -3
- package/lib/cjs/Entity.js +2 -2
- package/lib/cjs/Entity.js.map +1 -1
- package/lib/cjs/ExportGraphics.d.ts +54 -8
- package/lib/cjs/ExportGraphics.d.ts.map +1 -1
- package/lib/cjs/ExportGraphics.js +158 -59
- package/lib/cjs/ExportGraphics.js.map +1 -1
- package/lib/cjs/GeographicCRSServices.d.ts +6 -2
- package/lib/cjs/GeographicCRSServices.d.ts.map +1 -1
- package/lib/cjs/GeographicCRSServices.js +1 -1
- package/lib/cjs/GeographicCRSServices.js.map +1 -1
- package/lib/cjs/IModelDb.d.ts +23 -21
- package/lib/cjs/IModelDb.d.ts.map +1 -1
- package/lib/cjs/IModelDb.js +57 -31
- package/lib/cjs/IModelDb.js.map +1 -1
- package/lib/cjs/IModelElementCloneContext.d.ts +1 -1
- package/lib/cjs/IModelElementCloneContext.d.ts.map +1 -1
- package/lib/cjs/IModelElementCloneContext.js +1 -1
- package/lib/cjs/IModelElementCloneContext.js.map +1 -1
- package/lib/cjs/IModelHost.d.ts +2 -2
- package/lib/cjs/IModelHost.js +2 -2
- package/lib/cjs/IModelHost.js.map +1 -1
- package/lib/cjs/Material.d.ts +1 -1
- package/lib/cjs/Material.js +1 -1
- package/lib/cjs/Material.js.map +1 -1
- package/lib/cjs/Model.d.ts +22 -22
- package/lib/cjs/Model.js +22 -22
- package/lib/cjs/Model.js.map +1 -1
- package/lib/cjs/SQLiteDb.d.ts +1 -1
- package/lib/cjs/SQLiteDb.js +1 -1
- package/lib/cjs/SQLiteDb.js.map +1 -1
- package/lib/cjs/SqliteStatement.d.ts +1 -1
- package/lib/cjs/SqliteStatement.d.ts.map +1 -1
- package/lib/cjs/SqliteStatement.js +1 -1
- package/lib/cjs/SqliteStatement.js.map +1 -1
- package/lib/cjs/Texture.d.ts +1 -1
- package/lib/cjs/Texture.js +1 -1
- package/lib/cjs/Texture.js.map +1 -1
- package/lib/cjs/TxnManager.d.ts +4 -4
- package/lib/cjs/TxnManager.js +1 -1
- package/lib/cjs/TxnManager.js.map +1 -1
- package/lib/cjs/ViewDefinition.d.ts +40 -14
- package/lib/cjs/ViewDefinition.d.ts.map +1 -1
- package/lib/cjs/ViewDefinition.js +42 -14
- package/lib/cjs/ViewDefinition.js.map +1 -1
- package/lib/cjs/annotations/FrameGeometry.d.ts +52 -0
- package/lib/cjs/annotations/FrameGeometry.d.ts.map +1 -0
- package/lib/cjs/annotations/FrameGeometry.js +250 -0
- package/lib/cjs/annotations/FrameGeometry.js.map +1 -0
- package/lib/cjs/{TextAnnotationElement.d.ts → annotations/TextAnnotationElement.d.ts} +6 -11
- package/lib/cjs/annotations/TextAnnotationElement.d.ts.map +1 -0
- package/lib/cjs/{TextAnnotationElement.js → annotations/TextAnnotationElement.js} +20 -26
- package/lib/cjs/annotations/TextAnnotationElement.js.map +1 -0
- package/lib/cjs/annotations/TextAnnotationGeometry.d.ts +31 -0
- package/lib/cjs/annotations/TextAnnotationGeometry.d.ts.map +1 -0
- package/lib/cjs/annotations/TextAnnotationGeometry.js +83 -0
- package/lib/cjs/annotations/TextAnnotationGeometry.js.map +1 -0
- package/lib/cjs/annotations/TextBlockGeometry.d.ts +16 -0
- package/lib/cjs/annotations/TextBlockGeometry.d.ts.map +1 -0
- package/lib/cjs/{TextAnnotationGeometry.js → annotations/TextBlockGeometry.js} +11 -68
- package/lib/cjs/annotations/TextBlockGeometry.js.map +1 -0
- package/lib/cjs/{TextAnnotationLayout.d.ts → annotations/TextBlockLayout.d.ts} +19 -7
- package/lib/cjs/annotations/TextBlockLayout.d.ts.map +1 -0
- package/lib/cjs/{TextAnnotationLayout.js → annotations/TextBlockLayout.js} +19 -7
- package/lib/cjs/annotations/TextBlockLayout.js.map +1 -0
- package/lib/cjs/core-backend.d.ts +5 -3
- package/lib/cjs/core-backend.d.ts.map +1 -1
- package/lib/cjs/core-backend.js +25 -6
- package/lib/cjs/core-backend.js.map +1 -1
- package/lib/cjs/rpc-impl/IModelReadRpcImpl.d.ts +1 -1
- package/lib/cjs/rpc-impl/IModelReadRpcImpl.js +1 -1
- package/lib/cjs/rpc-impl/IModelReadRpcImpl.js.map +1 -1
- package/lib/cjs/rpc-impl/RpcBriefcaseUtility.d.ts +2 -2
- package/lib/cjs/rpc-impl/RpcBriefcaseUtility.js.map +1 -1
- package/lib/cjs/rpc-impl/SnapshotIModelRpcImpl.d.ts +1 -1
- package/lib/cjs/rpc-impl/SnapshotIModelRpcImpl.js +1 -1
- package/lib/cjs/rpc-impl/SnapshotIModelRpcImpl.js.map +1 -1
- package/lib/esm/BackendHubAccess.d.ts +1 -1
- package/lib/esm/BackendHubAccess.js +1 -1
- package/lib/esm/BackendHubAccess.js.map +1 -1
- package/lib/esm/BisCoreSchema.js +1 -1
- package/lib/esm/BisCoreSchema.js.map +1 -1
- package/lib/esm/BriefcaseManager.d.ts +10 -2
- package/lib/esm/BriefcaseManager.d.ts.map +1 -1
- package/lib/esm/BriefcaseManager.js +12 -0
- package/lib/esm/BriefcaseManager.js.map +1 -1
- package/lib/esm/Category.d.ts +4 -4
- package/lib/esm/Category.js +4 -4
- package/lib/esm/Category.js.map +1 -1
- package/lib/esm/ChangesetECAdaptor.d.ts +67 -8
- package/lib/esm/ChangesetECAdaptor.d.ts.map +1 -1
- package/lib/esm/ChangesetECAdaptor.js +248 -33
- package/lib/esm/ChangesetECAdaptor.js.map +1 -1
- package/lib/esm/ClassRegistry.d.ts +1 -1
- package/lib/esm/ClassRegistry.js +1 -1
- package/lib/esm/ClassRegistry.js.map +1 -1
- package/lib/esm/CloudSqlite.js +1 -1
- package/lib/esm/CloudSqlite.js.map +1 -1
- package/lib/esm/CodeSpecs.d.ts +1 -1
- package/lib/esm/CodeSpecs.js +1 -1
- package/lib/esm/CodeSpecs.js.map +1 -1
- package/lib/esm/DisplayStyle.d.ts +4 -4
- package/lib/esm/DisplayStyle.js +3 -3
- package/lib/esm/DisplayStyle.js.map +1 -1
- package/lib/esm/ECDb.d.ts +4 -4
- package/lib/esm/ECDb.d.ts.map +1 -1
- package/lib/esm/ECDb.js +4 -4
- package/lib/esm/ECDb.js.map +1 -1
- package/lib/esm/ECSqlStatement.d.ts +15 -6
- package/lib/esm/ECSqlStatement.d.ts.map +1 -1
- package/lib/esm/ECSqlStatement.js +18 -4
- package/lib/esm/ECSqlStatement.js.map +1 -1
- package/lib/esm/Element.d.ts +51 -51
- package/lib/esm/Element.js +51 -51
- package/lib/esm/Element.js.map +1 -1
- package/lib/esm/ElementAspect.d.ts +8 -8
- package/lib/esm/ElementAspect.d.ts.map +1 -1
- package/lib/esm/ElementAspect.js +8 -8
- package/lib/esm/ElementAspect.js.map +1 -1
- package/lib/esm/Entity.d.ts +3 -3
- package/lib/esm/Entity.js +2 -2
- package/lib/esm/Entity.js.map +1 -1
- package/lib/esm/ExportGraphics.d.ts +54 -8
- package/lib/esm/ExportGraphics.d.ts.map +1 -1
- package/lib/esm/ExportGraphics.js +156 -58
- package/lib/esm/ExportGraphics.js.map +1 -1
- package/lib/esm/GeographicCRSServices.d.ts +6 -2
- package/lib/esm/GeographicCRSServices.d.ts.map +1 -1
- package/lib/esm/GeographicCRSServices.js +1 -1
- package/lib/esm/GeographicCRSServices.js.map +1 -1
- package/lib/esm/IModelDb.d.ts +23 -21
- package/lib/esm/IModelDb.d.ts.map +1 -1
- package/lib/esm/IModelDb.js +58 -32
- package/lib/esm/IModelDb.js.map +1 -1
- package/lib/esm/IModelElementCloneContext.d.ts +1 -1
- package/lib/esm/IModelElementCloneContext.d.ts.map +1 -1
- package/lib/esm/IModelElementCloneContext.js +1 -1
- package/lib/esm/IModelElementCloneContext.js.map +1 -1
- package/lib/esm/IModelHost.d.ts +2 -2
- package/lib/esm/IModelHost.js +2 -2
- package/lib/esm/IModelHost.js.map +1 -1
- package/lib/esm/Material.d.ts +1 -1
- package/lib/esm/Material.js +1 -1
- package/lib/esm/Material.js.map +1 -1
- package/lib/esm/Model.d.ts +22 -22
- package/lib/esm/Model.js +22 -22
- package/lib/esm/Model.js.map +1 -1
- package/lib/esm/SQLiteDb.d.ts +1 -1
- package/lib/esm/SQLiteDb.js +1 -1
- package/lib/esm/SQLiteDb.js.map +1 -1
- package/lib/esm/SqliteStatement.d.ts +1 -1
- package/lib/esm/SqliteStatement.d.ts.map +1 -1
- package/lib/esm/SqliteStatement.js +1 -1
- package/lib/esm/SqliteStatement.js.map +1 -1
- package/lib/esm/Texture.d.ts +1 -1
- package/lib/esm/Texture.js +1 -1
- package/lib/esm/Texture.js.map +1 -1
- package/lib/esm/TxnManager.d.ts +4 -4
- package/lib/esm/TxnManager.js +1 -1
- package/lib/esm/TxnManager.js.map +1 -1
- package/lib/esm/ViewDefinition.d.ts +40 -14
- package/lib/esm/ViewDefinition.d.ts.map +1 -1
- package/lib/esm/ViewDefinition.js +42 -14
- package/lib/esm/ViewDefinition.js.map +1 -1
- package/lib/esm/annotations/FrameGeometry.d.ts +52 -0
- package/lib/esm/annotations/FrameGeometry.d.ts.map +1 -0
- package/lib/esm/annotations/FrameGeometry.js +245 -0
- package/lib/esm/annotations/FrameGeometry.js.map +1 -0
- package/lib/esm/{TextAnnotationElement.d.ts → annotations/TextAnnotationElement.d.ts} +6 -11
- package/lib/esm/annotations/TextAnnotationElement.d.ts.map +1 -0
- package/lib/esm/{TextAnnotationElement.js → annotations/TextAnnotationElement.js} +22 -28
- package/lib/esm/annotations/TextAnnotationElement.js.map +1 -0
- package/lib/esm/annotations/TextAnnotationGeometry.d.ts +31 -0
- package/lib/esm/annotations/TextAnnotationGeometry.d.ts.map +1 -0
- package/lib/esm/annotations/TextAnnotationGeometry.js +80 -0
- package/lib/esm/annotations/TextAnnotationGeometry.js.map +1 -0
- package/lib/esm/annotations/TextBlockGeometry.d.ts +16 -0
- package/lib/esm/annotations/TextBlockGeometry.d.ts.map +1 -0
- package/lib/esm/{TextAnnotationGeometry.js → annotations/TextBlockGeometry.js} +11 -68
- package/lib/esm/annotations/TextBlockGeometry.js.map +1 -0
- package/lib/esm/{TextAnnotationLayout.d.ts → annotations/TextBlockLayout.d.ts} +19 -7
- package/lib/esm/annotations/TextBlockLayout.d.ts.map +1 -0
- package/lib/esm/{TextAnnotationLayout.js → annotations/TextBlockLayout.js} +19 -7
- package/lib/esm/annotations/TextBlockLayout.js.map +1 -0
- package/lib/esm/core-backend.d.ts +5 -3
- package/lib/esm/core-backend.d.ts.map +1 -1
- package/lib/esm/core-backend.js +25 -3
- package/lib/esm/core-backend.js.map +1 -1
- package/lib/esm/rpc-impl/IModelReadRpcImpl.d.ts +1 -1
- package/lib/esm/rpc-impl/IModelReadRpcImpl.js +1 -1
- package/lib/esm/rpc-impl/IModelReadRpcImpl.js.map +1 -1
- package/lib/esm/rpc-impl/RpcBriefcaseUtility.d.ts +2 -2
- package/lib/esm/rpc-impl/RpcBriefcaseUtility.js.map +1 -1
- package/lib/esm/rpc-impl/SnapshotIModelRpcImpl.d.ts +1 -1
- package/lib/esm/rpc-impl/SnapshotIModelRpcImpl.js +1 -1
- package/lib/esm/rpc-impl/SnapshotIModelRpcImpl.js.map +1 -1
- package/lib/esm/test/TestUtils.d.ts +1 -1
- package/lib/esm/test/TestUtils.d.ts.map +1 -1
- package/lib/esm/test/TestUtils.js +1 -1
- package/lib/esm/test/TestUtils.js.map +1 -1
- package/lib/esm/test/annotations/TextAnnotation.test.js +190 -1025
- package/lib/esm/test/annotations/TextAnnotation.test.js.map +1 -1
- package/lib/esm/test/annotations/TextBlock.test.d.ts +2 -0
- package/lib/esm/test/annotations/TextBlock.test.d.ts.map +1 -0
- package/lib/esm/test/annotations/TextBlock.test.js +969 -0
- package/lib/esm/test/annotations/TextBlock.test.js.map +1 -0
- package/lib/esm/test/ecdb/ECDb.test.js +29 -8
- package/lib/esm/test/ecdb/ECDb.test.js.map +1 -1
- package/lib/esm/test/ecdb/ECSqlStatement.test.js +192 -0
- package/lib/esm/test/ecdb/ECSqlStatement.test.js.map +1 -1
- package/lib/esm/test/imodel/IModel.test.js +228 -5
- package/lib/esm/test/imodel/IModel.test.js.map +1 -1
- package/lib/esm/test/misc/GeoServices.test.js +23 -9
- package/lib/esm/test/misc/GeoServices.test.js.map +1 -1
- package/lib/esm/test/standalone/ChangesetReader.test.js +451 -136
- package/lib/esm/test/standalone/ChangesetReader.test.js.map +1 -1
- package/lib/esm/test/standalone/ExportGraphics.test.js +53 -1
- package/lib/esm/test/standalone/ExportGraphics.test.js.map +1 -1
- package/lib/esm/test/standalone/GeometryStream.test.js +49 -1
- package/lib/esm/test/standalone/GeometryStream.test.js.map +1 -1
- package/lib/esm/test/standalone/IModelLimits.test.d.ts +2 -0
- package/lib/esm/test/standalone/IModelLimits.test.d.ts.map +1 -0
- package/lib/esm/test/standalone/IModelLimits.test.js +103 -0
- package/lib/esm/test/standalone/IModelLimits.test.js.map +1 -0
- package/lib/esm/test/standalone/SnapshotDb.test.js +19 -1
- package/lib/esm/test/standalone/SnapshotDb.test.js.map +1 -1
- package/package.json +13 -13
- package/lib/cjs/TextAnnotationElement.d.ts.map +0 -1
- package/lib/cjs/TextAnnotationElement.js.map +0 -1
- package/lib/cjs/TextAnnotationGeometry.d.ts +0 -32
- package/lib/cjs/TextAnnotationGeometry.d.ts.map +0 -1
- package/lib/cjs/TextAnnotationGeometry.js.map +0 -1
- package/lib/cjs/TextAnnotationLayout.d.ts.map +0 -1
- package/lib/cjs/TextAnnotationLayout.js.map +0 -1
- package/lib/esm/TextAnnotationElement.d.ts.map +0 -1
- package/lib/esm/TextAnnotationElement.js.map +0 -1
- package/lib/esm/TextAnnotationGeometry.d.ts +0 -32
- package/lib/esm/TextAnnotationGeometry.d.ts.map +0 -1
- package/lib/esm/TextAnnotationGeometry.js.map +0 -1
- package/lib/esm/TextAnnotationLayout.d.ts.map +0 -1
- package/lib/esm/TextAnnotationLayout.js.map +0 -1
package/lib/cjs/Element.d.ts
CHANGED
|
@@ -90,7 +90,7 @@ export interface OnSubModelIdArg extends OnElementArg {
|
|
|
90
90
|
* * [Element Fundamentals]($docs/bis/guide/fundamentals/element-fundamentals.md)
|
|
91
91
|
* * [Working with schemas and elements in TypeScript]($docs/learning/backend/SchemasAndElementsInTypeScript.md)
|
|
92
92
|
* * [Creating elements]($docs/learning/backend/CreateElements.md)
|
|
93
|
-
* @public
|
|
93
|
+
* @public @preview
|
|
94
94
|
*/
|
|
95
95
|
export declare class Element extends Entity {
|
|
96
96
|
static get className(): string;
|
|
@@ -292,7 +292,7 @@ export declare class Element extends Entity {
|
|
|
292
292
|
*/
|
|
293
293
|
static readonly requiredReferenceKeyTypeMap: Record<string, ConcreteEntityTypes>;
|
|
294
294
|
/** Get the class metadata for this element.
|
|
295
|
-
* @deprecated in 5.0. Please use `getMetaData` provided by the parent class `Entity` instead.
|
|
295
|
+
* @deprecated in 5.0 - will not be removed until after 2026-06-13. Please use `getMetaData` provided by the parent class `Entity` instead.
|
|
296
296
|
*
|
|
297
297
|
* @example
|
|
298
298
|
* ```typescript
|
|
@@ -335,7 +335,7 @@ export declare class Element extends Entity {
|
|
|
335
335
|
delete(): void;
|
|
336
336
|
}
|
|
337
337
|
/** An abstract base class to model real world entities that intrinsically have geometry.
|
|
338
|
-
* @public
|
|
338
|
+
* @public @preview
|
|
339
339
|
*/
|
|
340
340
|
export declare abstract class GeometricElement extends Element {
|
|
341
341
|
static get className(): string;
|
|
@@ -380,7 +380,7 @@ export declare abstract class GeometricElement extends Element {
|
|
|
380
380
|
}
|
|
381
381
|
/** An abstract base class to model real world entities that intrinsically have 3d geometry.
|
|
382
382
|
* See [how to create a GeometricElement3d]($docs/learning/backend/CreateElements.md#GeometricElement3d).
|
|
383
|
-
* @public
|
|
383
|
+
* @public @preview
|
|
384
384
|
*/
|
|
385
385
|
export declare abstract class GeometricElement3d extends GeometricElement {
|
|
386
386
|
static get className(): string;
|
|
@@ -412,14 +412,14 @@ export declare abstract class GeometricElement3d extends GeometricElement {
|
|
|
412
412
|
static serialize(props: GeometricElement3dProps, iModel: IModelDb): ECSqlRow;
|
|
413
413
|
}
|
|
414
414
|
/** A 3d Graphical Element
|
|
415
|
-
* @public
|
|
415
|
+
* @public @preview
|
|
416
416
|
*/
|
|
417
417
|
export declare abstract class GraphicalElement3d extends GeometricElement3d {
|
|
418
418
|
static get className(): string;
|
|
419
419
|
protected constructor(props: GeometricElement3dProps, iModel: IModelDb);
|
|
420
420
|
}
|
|
421
421
|
/** An abstract base class to model information entities that intrinsically have 2d geometry.
|
|
422
|
-
* @public
|
|
422
|
+
* @public @preview
|
|
423
423
|
*/
|
|
424
424
|
export declare abstract class GeometricElement2d extends GeometricElement {
|
|
425
425
|
static get className(): string;
|
|
@@ -451,35 +451,35 @@ export declare abstract class GeometricElement2d extends GeometricElement {
|
|
|
451
451
|
protected collectReferenceIds(referenceIds: EntityReferenceSet): void;
|
|
452
452
|
}
|
|
453
453
|
/** An abstract base class for 2d Geometric Elements that are used to convey information within graphical presentations (like drawings).
|
|
454
|
-
* @public
|
|
454
|
+
* @public @preview
|
|
455
455
|
*/
|
|
456
456
|
export declare abstract class GraphicalElement2d extends GeometricElement2d {
|
|
457
457
|
static get className(): string;
|
|
458
458
|
protected constructor(props: GeometricElement2dProps, iModel: IModelDb);
|
|
459
459
|
}
|
|
460
460
|
/** 2d element used to annotate drawings and sheets.
|
|
461
|
-
* @public
|
|
461
|
+
* @public @preview
|
|
462
462
|
*/
|
|
463
463
|
export declare class AnnotationElement2d extends GraphicalElement2d {
|
|
464
464
|
static get className(): string;
|
|
465
465
|
protected constructor(props: GeometricElement2dProps, iModel: IModelDb);
|
|
466
466
|
}
|
|
467
467
|
/** 2d element used to persist graphics for use in drawings.
|
|
468
|
-
* @public
|
|
468
|
+
* @public @preview
|
|
469
469
|
*/
|
|
470
470
|
export declare class DrawingGraphic extends GraphicalElement2d {
|
|
471
471
|
static get className(): string;
|
|
472
472
|
protected constructor(props: GeometricElement2dProps, iModel: IModelDb);
|
|
473
473
|
}
|
|
474
474
|
/** An Element that occupies real world space. Its coordinates are in the project space of its iModel.
|
|
475
|
-
* @public
|
|
475
|
+
* @public @preview
|
|
476
476
|
*/
|
|
477
477
|
export declare abstract class SpatialElement extends GeometricElement3d {
|
|
478
478
|
static get className(): string;
|
|
479
479
|
protected constructor(props: GeometricElement3dProps, iModel: IModelDb);
|
|
480
480
|
}
|
|
481
481
|
/** An Element that is spatially located, has mass, and can be *touched*.
|
|
482
|
-
* @public
|
|
482
|
+
* @public @preview
|
|
483
483
|
*/
|
|
484
484
|
export declare abstract class PhysicalElement extends SpatialElement {
|
|
485
485
|
static get className(): string;
|
|
@@ -489,14 +489,14 @@ export declare abstract class PhysicalElement extends SpatialElement {
|
|
|
489
489
|
toJSON(): PhysicalElementProps;
|
|
490
490
|
}
|
|
491
491
|
/** Identifies a *tracked* real world location but has no mass and cannot be *touched*.
|
|
492
|
-
* @public
|
|
492
|
+
* @public @preview
|
|
493
493
|
*/
|
|
494
494
|
export declare abstract class SpatialLocationElement extends SpatialElement {
|
|
495
495
|
static get className(): string;
|
|
496
496
|
protected constructor(props: GeometricElement3dProps, iModel: IModelDb);
|
|
497
497
|
}
|
|
498
498
|
/** A Volume Element is a Spatial Location Element that is restricted to defining a volume.
|
|
499
|
-
* @public
|
|
499
|
+
* @public @preview
|
|
500
500
|
*/
|
|
501
501
|
export declare class VolumeElement extends SpatialLocationElement {
|
|
502
502
|
static get className(): string;
|
|
@@ -505,7 +505,7 @@ export declare class VolumeElement extends SpatialLocationElement {
|
|
|
505
505
|
/** A SectionDrawingLocation element identifies the location of a [[SectionDrawing]] in the context of a [[SpatialModel]],
|
|
506
506
|
* enabling [HyperModeling]($hypermodeling).
|
|
507
507
|
* @note The associated ECClass was added to the BisCore schema in version 1.0.11.
|
|
508
|
-
* @public
|
|
508
|
+
* @public @preview
|
|
509
509
|
*/
|
|
510
510
|
export declare class SectionDrawingLocation extends SpatialLocationElement {
|
|
511
511
|
/** The Id of the [[ViewDefinition]] to which this location refers. */
|
|
@@ -517,7 +517,7 @@ export declare class SectionDrawingLocation extends SpatialLocationElement {
|
|
|
517
517
|
/** Information Content Element is an abstract base class for modeling pure information entities. Only the
|
|
518
518
|
* core framework should directly subclass from Information Content Element. Domain and application developers
|
|
519
519
|
* should start with the most appropriate subclass of Information Content Element.
|
|
520
|
-
* @public
|
|
520
|
+
* @public @preview
|
|
521
521
|
*/
|
|
522
522
|
export declare abstract class InformationContentElement extends Element {
|
|
523
523
|
static get className(): string;
|
|
@@ -532,14 +532,14 @@ export declare abstract class DriverBundleElement extends InformationContentElem
|
|
|
532
532
|
protected constructor(props: ElementProps, iModel: IModelDb);
|
|
533
533
|
}
|
|
534
534
|
/** Information Reference is an abstract base class for modeling entities whose main purpose is to reference something else.
|
|
535
|
-
* @public
|
|
535
|
+
* @public @preview
|
|
536
536
|
*/
|
|
537
537
|
export declare abstract class InformationReferenceElement extends InformationContentElement {
|
|
538
538
|
static get className(): string;
|
|
539
539
|
protected constructor(props: ElementProps, iModel: IModelDb);
|
|
540
540
|
}
|
|
541
541
|
/** A Subject is an information element that describes what this repository (or part thereof) is about.
|
|
542
|
-
* @public
|
|
542
|
+
* @public @preview
|
|
543
543
|
*/
|
|
544
544
|
export declare class Subject extends InformationReferenceElement {
|
|
545
545
|
static get className(): string;
|
|
@@ -576,14 +576,14 @@ export declare class Subject extends InformationReferenceElement {
|
|
|
576
576
|
* For example, a will is a legal document. The will published into a PDF file is an ElectronicDocumentCopy.
|
|
577
577
|
* The will printed onto paper is a PrintedDocumentCopy.
|
|
578
578
|
* In this example, the Document only identifies, names, and tracks the content of the will.
|
|
579
|
-
* @public
|
|
579
|
+
* @public @preview
|
|
580
580
|
*/
|
|
581
581
|
export declare abstract class Document extends InformationContentElement {
|
|
582
582
|
static get className(): string;
|
|
583
583
|
protected constructor(props: ElementProps, iModel: IModelDb);
|
|
584
584
|
}
|
|
585
585
|
/** A document that represents a drawing, that is, a two-dimensional graphical representation of engineering data. A Drawing element is usually modelled by a [[DrawingModel]].
|
|
586
|
-
* @public
|
|
586
|
+
* @public @preview
|
|
587
587
|
*/
|
|
588
588
|
export declare class Drawing extends Document {
|
|
589
589
|
private _scaleFactor;
|
|
@@ -591,7 +591,7 @@ export declare class Drawing extends Document {
|
|
|
591
591
|
* size of the [ViewAttachment]($backend) created when attaching the [Drawing]($backend) to a [Sheet]($backend).
|
|
592
592
|
* Default: 1.
|
|
593
593
|
* @note Attempting to set this property to a value less than or equal to zero will produce an exception.
|
|
594
|
-
* @public
|
|
594
|
+
* @public @preview
|
|
595
595
|
*/
|
|
596
596
|
get scaleFactor(): number;
|
|
597
597
|
set scaleFactor(factor: number);
|
|
@@ -620,7 +620,7 @@ export declare class Drawing extends Document {
|
|
|
620
620
|
/** A document that represents a section drawing, that is, a graphical documentation derived from a planar
|
|
621
621
|
* section of a spatial view. A SectionDrawing element is modelled by a [[SectionDrawingModel]] or a [[GraphicalModel3d]].
|
|
622
622
|
* A [[SectionDrawingLocation]] can associate the drawing with a spatial location, enabling [HyperModeling]($hypermodeling).
|
|
623
|
-
* @public
|
|
623
|
+
* @public @preview
|
|
624
624
|
*/
|
|
625
625
|
export declare class SectionDrawing extends Drawing {
|
|
626
626
|
/** The type of section used to generate the drawing. */
|
|
@@ -644,7 +644,7 @@ export declare class SectionDrawing extends Drawing {
|
|
|
644
644
|
toJSON(): SectionDrawingProps;
|
|
645
645
|
}
|
|
646
646
|
/** The template for a SheetBorder
|
|
647
|
-
* @public
|
|
647
|
+
* @public @preview
|
|
648
648
|
*/
|
|
649
649
|
export declare class SheetBorderTemplate extends Document {
|
|
650
650
|
static get className(): string;
|
|
@@ -653,7 +653,7 @@ export declare class SheetBorderTemplate extends Document {
|
|
|
653
653
|
protected constructor(props: SheetBorderTemplateProps, iModel: IModelDb);
|
|
654
654
|
}
|
|
655
655
|
/** The template for a [[Sheet]]
|
|
656
|
-
* @public
|
|
656
|
+
* @public @preview
|
|
657
657
|
*/
|
|
658
658
|
export declare class SheetTemplate extends Document {
|
|
659
659
|
static get className(): string;
|
|
@@ -664,7 +664,7 @@ export declare class SheetTemplate extends Document {
|
|
|
664
664
|
protected collectReferenceIds(referenceIds: EntityReferenceSet): void;
|
|
665
665
|
}
|
|
666
666
|
/** A digital representation of a *sheet of paper*. Modeled by a [[SheetModel]].
|
|
667
|
-
* @public
|
|
667
|
+
* @public @preview
|
|
668
668
|
*/
|
|
669
669
|
export declare class Sheet extends Document {
|
|
670
670
|
static get className(): string;
|
|
@@ -683,14 +683,14 @@ export declare class Sheet extends Document {
|
|
|
683
683
|
}
|
|
684
684
|
/** Information Record Element is an abstract base class for modeling information records. Information Record
|
|
685
685
|
* Element is the default choice if no other subclass of Information Content Element makes sense.
|
|
686
|
-
* @public
|
|
686
|
+
* @public @preview
|
|
687
687
|
*/
|
|
688
688
|
export declare abstract class InformationRecordElement extends InformationContentElement {
|
|
689
689
|
static get className(): string;
|
|
690
690
|
protected constructor(props: ElementProps, iModel: IModelDb);
|
|
691
691
|
}
|
|
692
692
|
/** A Definition Element holds configuration-related information that is meant to be referenced / shared.
|
|
693
|
-
* @public
|
|
693
|
+
* @public @preview
|
|
694
694
|
*/
|
|
695
695
|
export declare abstract class DefinitionElement extends InformationContentElement {
|
|
696
696
|
static get className(): string;
|
|
@@ -719,14 +719,14 @@ export declare abstract class DefinitionElement extends InformationContentElemen
|
|
|
719
719
|
}
|
|
720
720
|
/** This abstract class unifies DefinitionGroup and DefinitionContainer for relationship endpoint purposes.
|
|
721
721
|
* @note The associated ECClass was added to the BisCore schema in version 1.0.10
|
|
722
|
-
* @public
|
|
722
|
+
* @public @preview
|
|
723
723
|
*/
|
|
724
724
|
export declare abstract class DefinitionSet extends DefinitionElement {
|
|
725
725
|
static get className(): string;
|
|
726
726
|
}
|
|
727
727
|
/** A DefinitionContainer exclusively owns a set of DefinitionElements contained within its sub-model (of type DefinitionModel).
|
|
728
728
|
* @note The associated ECClass was added to the BisCore schema in version 1.0.10
|
|
729
|
-
* @public
|
|
729
|
+
* @public @preview
|
|
730
730
|
*/
|
|
731
731
|
export declare class DefinitionContainer extends DefinitionSet {
|
|
732
732
|
static get className(): string;
|
|
@@ -753,7 +753,7 @@ export declare class DefinitionContainer extends DefinitionSet {
|
|
|
753
753
|
}
|
|
754
754
|
/** A non-exclusive set of DefinitionElements grouped using the DefinitionGroupGroupsDefinitions relationship.
|
|
755
755
|
* @note The associated ECClass was added to the BisCore schema in version 1.0.10
|
|
756
|
-
* @public
|
|
756
|
+
* @public @preview
|
|
757
757
|
*/
|
|
758
758
|
export declare class DefinitionGroup extends DefinitionSet {
|
|
759
759
|
static get className(): string;
|
|
@@ -769,7 +769,7 @@ export declare class DefinitionGroup extends DefinitionSet {
|
|
|
769
769
|
static create(iModelDb: IModelDb, definitionModelId: Id64String, code: Code, isPrivate?: boolean): DefinitionGroup;
|
|
770
770
|
}
|
|
771
771
|
/** Defines a set of properties (the *type*) that may be associated with an element.
|
|
772
|
-
* @public
|
|
772
|
+
* @public @preview
|
|
773
773
|
*/
|
|
774
774
|
export declare abstract class TypeDefinitionElement extends DefinitionElement {
|
|
775
775
|
static get className(): string;
|
|
@@ -787,7 +787,7 @@ export declare abstract class RecipeDefinitionElement extends DefinitionElement
|
|
|
787
787
|
/** Defines a set of properties (the *type*) that can be associated with a Physical Element. A Physical
|
|
788
788
|
* Type has a strong correlation with something that can be ordered from a catalog since all instances
|
|
789
789
|
* share a common set of properties.
|
|
790
|
-
* @public
|
|
790
|
+
* @public @preview
|
|
791
791
|
*/
|
|
792
792
|
export declare abstract class PhysicalType extends TypeDefinitionElement {
|
|
793
793
|
static get className(): string;
|
|
@@ -803,7 +803,7 @@ export declare abstract class PhysicalType extends TypeDefinitionElement {
|
|
|
803
803
|
static createCode(iModel: IModelDb, scopeModelId: CodeScopeProps, codeValue: string): Code;
|
|
804
804
|
}
|
|
805
805
|
/** Defines a set of properties (the *type*) that can be associated with a spatial location.
|
|
806
|
-
* @public
|
|
806
|
+
* @public @preview
|
|
807
807
|
*/
|
|
808
808
|
export declare abstract class SpatialLocationType extends TypeDefinitionElement {
|
|
809
809
|
static get className(): string;
|
|
@@ -845,7 +845,7 @@ export declare class TemplateRecipe3d extends RecipeDefinitionElement {
|
|
|
845
845
|
static insert(iModelDb: IModelDb, definitionModelId: Id64String, name: string, isPrivate?: boolean): Id64String;
|
|
846
846
|
}
|
|
847
847
|
/** Defines a set of properties (the *type*) that can be associated with a 2D Graphical Element.
|
|
848
|
-
* @public
|
|
848
|
+
* @public @preview
|
|
849
849
|
*/
|
|
850
850
|
export declare abstract class GraphicalType2d extends TypeDefinitionElement {
|
|
851
851
|
static get className(): string;
|
|
@@ -889,7 +889,7 @@ export declare class TemplateRecipe2d extends RecipeDefinitionElement {
|
|
|
889
889
|
/** An abstract base class for elements that establishes a particular modeling perspective for its parent Subject.
|
|
890
890
|
* Instances are always sub-modeled by a specialization of Model of the appropriate modeling perspective.
|
|
891
891
|
* @see [iModel Information Hierarchy]($docs/bis/guide/data-organization/top-of-the-world), [[Subject]], [[Model]]
|
|
892
|
-
* @public
|
|
892
|
+
* @public @preview
|
|
893
893
|
*/
|
|
894
894
|
export declare abstract class InformationPartitionElement extends InformationContentElement {
|
|
895
895
|
static get className(): string;
|
|
@@ -907,7 +907,7 @@ export declare abstract class InformationPartitionElement extends InformationCon
|
|
|
907
907
|
/** A DefinitionPartition element establishes a *Definition* modeling perspective for its parent Subject.
|
|
908
908
|
* A DefinitionPartition is always sub-modeled by a DefinitionModel.
|
|
909
909
|
* @see [[DefinitionModel]]
|
|
910
|
-
* @public
|
|
910
|
+
* @public @preview
|
|
911
911
|
*/
|
|
912
912
|
export declare class DefinitionPartition extends InformationPartitionElement {
|
|
913
913
|
static get className(): string;
|
|
@@ -915,7 +915,7 @@ export declare class DefinitionPartition extends InformationPartitionElement {
|
|
|
915
915
|
/** A DocumentPartition element establishes a *Document* modeling perspective for its parent Subject.
|
|
916
916
|
* A DocumentPartition is always sub-modeled by a DocumentListModel.
|
|
917
917
|
* @see [[DocumentListModel]]
|
|
918
|
-
* @public
|
|
918
|
+
* @public @preview
|
|
919
919
|
*/
|
|
920
920
|
export declare class DocumentPartition extends InformationPartitionElement {
|
|
921
921
|
static get className(): string;
|
|
@@ -923,7 +923,7 @@ export declare class DocumentPartition extends InformationPartitionElement {
|
|
|
923
923
|
/** A GroupInformationPartition element establishes a *Group Information* modeling perspective for its parent Subject.
|
|
924
924
|
* A GroupInformationPartition is always sub-modeled by a GroupInformationModel.
|
|
925
925
|
* @see [[GroupInformationModel]]
|
|
926
|
-
* @public
|
|
926
|
+
* @public @preview
|
|
927
927
|
*/
|
|
928
928
|
export declare class GroupInformationPartition extends InformationPartitionElement {
|
|
929
929
|
static get className(): string;
|
|
@@ -932,7 +932,7 @@ export declare class GroupInformationPartition extends InformationPartitionEleme
|
|
|
932
932
|
* A GraphicalPartition3d is always sub-modeled by a GraphicalModel3d.
|
|
933
933
|
* @note The associated ECClass was added to the BisCore schema in version 1.0.8
|
|
934
934
|
* @see [[GraphicalModel3d]]
|
|
935
|
-
* @public
|
|
935
|
+
* @public @preview
|
|
936
936
|
*/
|
|
937
937
|
export declare class GraphicalPartition3d extends InformationPartitionElement {
|
|
938
938
|
static get className(): string;
|
|
@@ -940,21 +940,21 @@ export declare class GraphicalPartition3d extends InformationPartitionElement {
|
|
|
940
940
|
/** An InformationRecordPartition element establishes a *Information Record* modeling perspective for its parent Subject.
|
|
941
941
|
* A InformationRecordPartition is always sub-modeled by an InformationRecordModel.
|
|
942
942
|
* @see [[InformationRecordModel]]
|
|
943
|
-
* @public
|
|
943
|
+
* @public @preview
|
|
944
944
|
*/
|
|
945
945
|
export declare class InformationRecordPartition extends InformationPartitionElement {
|
|
946
946
|
static get className(): string;
|
|
947
947
|
}
|
|
948
948
|
/** A LinkPartition element establishes a *Link* modeling perspective for its parent Subject. A LinkPartition is always sub-modeled by a LinkModel.
|
|
949
949
|
* @see [[LinkModel]]
|
|
950
|
-
* @public
|
|
950
|
+
* @public @preview
|
|
951
951
|
*/
|
|
952
952
|
export declare class LinkPartition extends InformationPartitionElement {
|
|
953
953
|
static get className(): string;
|
|
954
954
|
}
|
|
955
955
|
/** A PhysicalPartition element establishes a *Physical* modeling perspective for its parent Subject. A PhysicalPartition is always sub-modeled by a PhysicalModel.
|
|
956
956
|
* @see [[PhysicalModel]]
|
|
957
|
-
* @public
|
|
957
|
+
* @public @preview
|
|
958
958
|
*/
|
|
959
959
|
export declare class PhysicalPartition extends InformationPartitionElement {
|
|
960
960
|
static get className(): string;
|
|
@@ -962,7 +962,7 @@ export declare class PhysicalPartition extends InformationPartitionElement {
|
|
|
962
962
|
/** A SpatialLocationPartition element establishes a *SpatialLocation* modeling perspective for its parent Subject.
|
|
963
963
|
* A SpatialLocationPartition is always sub-modeled by a SpatialLocationModel.
|
|
964
964
|
* @see [[SpatialLocationModel]]
|
|
965
|
-
* @public
|
|
965
|
+
* @public @preview
|
|
966
966
|
*/
|
|
967
967
|
export declare class SpatialLocationPartition extends InformationPartitionElement {
|
|
968
968
|
static get className(): string;
|
|
@@ -975,13 +975,13 @@ export declare class SheetIndexPartition extends InformationPartitionElement {
|
|
|
975
975
|
static get className(): string;
|
|
976
976
|
}
|
|
977
977
|
/** Group Information is an abstract base class for modeling entities whose main purpose is to reference a group of related elements.
|
|
978
|
-
* @public
|
|
978
|
+
* @public @preview
|
|
979
979
|
*/
|
|
980
980
|
export declare abstract class GroupInformationElement extends InformationReferenceElement {
|
|
981
981
|
static get className(): string;
|
|
982
982
|
}
|
|
983
983
|
/** An information element that specifies a link.
|
|
984
|
-
* @public
|
|
984
|
+
* @public @preview
|
|
985
985
|
*/
|
|
986
986
|
export declare abstract class LinkElement extends InformationReferenceElement {
|
|
987
987
|
static get className(): string;
|
|
@@ -993,7 +993,7 @@ export declare abstract class LinkElement extends InformationReferenceElement {
|
|
|
993
993
|
static createCode(iModel: IModelDb, scopeModelId: CodeScopeProps, codeValue: string): Code;
|
|
994
994
|
}
|
|
995
995
|
/** An information element that specifies a URL link.
|
|
996
|
-
* @public
|
|
996
|
+
* @public @preview
|
|
997
997
|
*/
|
|
998
998
|
export declare class UrlLink extends LinkElement {
|
|
999
999
|
static get className(): string;
|
|
@@ -1028,7 +1028,7 @@ export declare class FolderLink extends UrlLink {
|
|
|
1028
1028
|
static get className(): string;
|
|
1029
1029
|
}
|
|
1030
1030
|
/** An information element that links to a repository.
|
|
1031
|
-
* @public
|
|
1031
|
+
* @public @preview
|
|
1032
1032
|
*/
|
|
1033
1033
|
export declare class RepositoryLink extends UrlLink {
|
|
1034
1034
|
static get className(): string;
|
|
@@ -1039,7 +1039,7 @@ export declare class RepositoryLink extends UrlLink {
|
|
|
1039
1039
|
toJSON(): RepositoryLinkProps;
|
|
1040
1040
|
}
|
|
1041
1041
|
/** An information element that links to an embedded file.
|
|
1042
|
-
* @public
|
|
1042
|
+
* @public @preview
|
|
1043
1043
|
*/
|
|
1044
1044
|
export declare class EmbeddedFileLink extends LinkElement {
|
|
1045
1045
|
static get className(): string;
|
|
@@ -1047,14 +1047,14 @@ export declare class EmbeddedFileLink extends LinkElement {
|
|
|
1047
1047
|
/** A real world entity is modeled as a Role Element when a set of external circumstances define an important
|
|
1048
1048
|
* role (one that is worth tracking) that is not intrinsic to the entity playing the role. For example,
|
|
1049
1049
|
* a person can play the role of a teacher or a rock can play the role of a boundary marker.
|
|
1050
|
-
* @public
|
|
1050
|
+
* @public @preview
|
|
1051
1051
|
*/
|
|
1052
1052
|
export declare abstract class RoleElement extends Element {
|
|
1053
1053
|
static get className(): string;
|
|
1054
1054
|
}
|
|
1055
1055
|
/** A Definition Element that specifies a collection of geometry that is meant to be reused across Geometric
|
|
1056
1056
|
* Element instances. Leveraging Geometry Parts can help reduce file size and improve display performance.
|
|
1057
|
-
* @public
|
|
1057
|
+
* @public @preview
|
|
1058
1058
|
*/
|
|
1059
1059
|
export declare class GeometryPart extends DefinitionElement {
|
|
1060
1060
|
static get className(): string;
|
|
@@ -1089,7 +1089,7 @@ export declare class GeometryPart extends DefinitionElement {
|
|
|
1089
1089
|
static createCode(iModel: IModelDb, scopeModelId: CodeScopeProps, codeValue: string): Code;
|
|
1090
1090
|
}
|
|
1091
1091
|
/** The definition element for a line style
|
|
1092
|
-
* @public
|
|
1092
|
+
* @public @preview
|
|
1093
1093
|
*/
|
|
1094
1094
|
export declare class LineStyle extends DefinitionElement {
|
|
1095
1095
|
static get className(): string;
|
|
@@ -1124,7 +1124,7 @@ export declare class LineStyle extends DefinitionElement {
|
|
|
1124
1124
|
}
|
|
1125
1125
|
/** Describes how to animate a view of a [[GeometricModel]] to show change over time using a [RenderSchedule.Script]($common).
|
|
1126
1126
|
* @note This class was introduced in version 01.00.13 of the BisCore ECSchema. It should only be used with [[IModelDb]]s containing that version or newer.
|
|
1127
|
-
* @public
|
|
1127
|
+
* @public @preview
|
|
1128
1128
|
*/
|
|
1129
1129
|
export declare class RenderTimeline extends InformationRecordElement {
|
|
1130
1130
|
static get className(): string;
|