You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ECSchemaschemaName="DrawingProductionExperimental"alias="dpex"version="01.00.03"xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2"description="This schema contains an experimental implementation of concepts associated with Drawing Production.">
6
+
<ECSchemaschemaName="DrawingProductionExperimental"alias="dpex"version="02.00.01"xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2"description="This schema contains an experimental implementation of concepts associated with Drawing Production.">
<ECPropertypropertyName="lastKnownGeometricGuid"typeName="string"displayLabel="Last Known Geometric Guid"description="The GUID of the last known state of the geometry in the GeometricModel that this Drawing depends on."/>
55
+
<ECPropertypropertyName="lastKnownGeometricGuid"typeName="binary"extendedTypeName="BeGuid"displayLabel="Last Known Geometric Guid"description="The GUID of the last known state of the geometry in the GeometricModel that this Drawing depends on."/>
<ECSchemaschemaName="DrawingProductionExperimental"alias="dpex"version="02.00.00"xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2"description="This schema contains an experimental implementation of concepts associated with Drawing Production.">
<ECEntityClasstypeName="ViewAttachmentPlaceHolder"displayLabel="View Attachment Placeholder"modifier="None"description="An area on a sheet where a view is to be placed.">
21
+
<BaseClass>bis:GraphicalElement2d</BaseClass>
22
+
</ECEntityClass>
23
+
<ECEntityClasstypeName="ViewAttachmentWithPlaceHolder"displayLabel="View Attachment (with placeholder)"modifier="None"description="A ViewAttachment that fills a ViewAttachmentPlaceHolder region on a sheet.">
24
+
<BaseClass>bis:ViewAttachment</BaseClass>
25
+
<ECNavigationPropertypropertyName="placeHolder"relationshipName="ViewAttachmentFulfillsPlaceHolder"direction="Forward"displayLabel="PlaceHolder"description="The placeholder this ViewAttachment fills."/>
<ECRelationshipClasstypeName="DrawingDependsOnElement"strength="referencing"modifier="None"description="Relates a Drawing to an Element that it depends on.">
<ECRelationshipClasstypeName="DrawingDependsOnGeometryInGeometricModel"strength="referencing"modifier="Sealed"description="Relates a Drawing to geometry in a GeometricModel that it depends on, tracking the last known geometry GUID.">
<ECPropertypropertyName="lastKnownGeometricGuid"typeName="binary"extendedTypeName="BeGuid"displayLabel="Last Known Geometric Guid"description="The GUID of the last known state of the geometry in the GeometricModel that this Drawing depends on."/>
0 commit comments