@bentley/open-site-schema 1.0.27-dev.1 → 1.0.27-dev.2
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/OpenSite.ecschema.json +1 -1
- package/OpenSite.ecschema.xml +22 -0
- package/package.json +1 -1
package/OpenSite.ecschema.xml
CHANGED
|
@@ -1572,11 +1572,33 @@
|
|
|
1572
1572
|
<BaseClass>bis:SpatialLocationElement</BaseClass>
|
|
1573
1573
|
<ECCustomAttributes>
|
|
1574
1574
|
<HiddenClass xmlns="CoreCustomAttributes.01.00.03" />
|
|
1575
|
+
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
1576
|
+
<Description>Use UnclippedTopSurfaceAspect instead</Description>
|
|
1577
|
+
</Deprecated>
|
|
1575
1578
|
</ECCustomAttributes>
|
|
1576
1579
|
|
|
1577
1580
|
<ECProperty propertyName="Surface" typeName="Bentley.Geometry.Common.IGeometry" displayLabel="Top Surface Geometry" />
|
|
1578
1581
|
</ECEntityClass>
|
|
1579
1582
|
|
|
1583
|
+
<ECEntityClass typeName="UnclippedTopSurfaceAspect" modifier="Sealed" displayLabel="Unclipped Top Surface Aspect" description="Unclipped Top Surface geometry.">
|
|
1584
|
+
<BaseClass>bis:ElementMultiAspect</BaseClass>
|
|
1585
|
+
<ECCustomAttributes>
|
|
1586
|
+
<HiddenClass xmlns="CoreCustomAttributes.01.00.03" />
|
|
1587
|
+
</ECCustomAttributes>
|
|
1588
|
+
|
|
1589
|
+
<ECProperty propertyName="Surface" typeName="Bentley.Geometry.Common.IGeometry" displayLabel="Unclipped Top Surface Geometry" />
|
|
1590
|
+
</ECEntityClass>
|
|
1591
|
+
|
|
1592
|
+
<ECRelationshipClass typeName="PhysicalElementOwnsUnclippedTopSurfaceAspects" modifier="Sealed" strength="embedding">
|
|
1593
|
+
<BaseClass>bis:ElementOwnsMultiAspects</BaseClass>
|
|
1594
|
+
<Source multiplicity="(1..1)" roleLabel="owns" polymorphic="true">
|
|
1595
|
+
<Class class="bis:PhysicalElement" />
|
|
1596
|
+
</Source>
|
|
1597
|
+
<Target multiplicity="(0..*)" roleLabel="is owned by" polymorphic="false">
|
|
1598
|
+
<Class class="UnclippedTopSurfaceAspect" />
|
|
1599
|
+
</Target>
|
|
1600
|
+
</ECRelationshipClass>
|
|
1601
|
+
|
|
1580
1602
|
<ECEntityClass typeName="ContourLinesAspect" modifier="Sealed" displayLabel="Contour Lines" description="Terrain contour lines" >
|
|
1581
1603
|
<BaseClass>bis:ElementUniqueAspect</BaseClass>
|
|
1582
1604
|
|