@bentley/open-site-schema 1.0.27-dev.1 → 1.0.27-dev.3

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.
@@ -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
 
@@ -1637,15 +1659,16 @@
1637
1659
  <ECEntityClass typeName="CurbType" displayLabel="Curb Type" description="Defines a shared set of properties whose values vary per-type of Curb rather than per-instance.">
1638
1660
  <BaseClass>cvphys:CurbType</BaseClass>
1639
1661
 
1640
- <ECProperty propertyName="PanWidth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Pan Width" description="Width of curb pan." />
1641
- <ECProperty propertyName="PanThickness" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Pan Thickness" description="Thickness of curb pan." />
1642
- <ECProperty propertyName="StoneExtension" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Stone Extension" description="Width of stone extension." />
1643
- <ECProperty propertyName="StoneThickness" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Stone Thickness" description="Thickness of stone extension." />
1644
- <ECProperty propertyName="CurbHeight" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Curb Height" description="Height of curb." />
1645
- <ECProperty propertyName="CurbTopWidth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Curb Top Width" description="Width of curb top." />
1646
- <ECProperty propertyName="CurbBottomWidth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Curb Bottom Width" description="Width of curb bottom." />
1647
- <ECProperty propertyName="MiterWidth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Miter Width" description="Width of curb miter." />
1648
- <ECProperty propertyName="MiterHeight" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Miter Height" description="Height of curb miter." />
1662
+ <ECProperty propertyName="PanWidth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Pan Width" description="Width of curb pan." />
1663
+ <ECProperty propertyName="PanThickness" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Pan Thickness" description="Thickness of curb pan." />
1664
+ <ECProperty propertyName="StoneExtension" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Stone Extension" description="Width of stone extension." />
1665
+ <ECProperty propertyName="StoneThickness" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Stone Thickness" description="Thickness of stone extension." />
1666
+ <ECProperty propertyName="CurbHeight" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Curb Height" description="Height of curb." />
1667
+ <ECProperty propertyName="CurbTopWidth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Curb Top Width" description="Width of curb top." />
1668
+ <ECProperty propertyName="CurbBottomWidth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Curb Bottom Width" description="Width of curb bottom." />
1669
+ <ECProperty propertyName="MiterWidth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Miter Width" description="Width of curb miter." />
1670
+ <ECProperty propertyName="MiterHeight" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Miter Height" description="Height of curb miter." />
1671
+ <ECProperty propertyName="PanSlope" minimumValue="-0.1" maximumValue="0.1" typeName="double" kindOfQuantity="cvu:SLOPE" displayLabel="Pan Slope" description="Slope of curb pan." />
1649
1672
  </ECEntityClass>
1650
1673
 
1651
1674
  <ECRelationshipClass typeName="WireOwnsContourLinesAspect" modifier="Sealed" strength="embedding">
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bentley/open-site-schema",
3
3
  "license": "MIT",
4
- "version": "1.0.27-dev.1",
4
+ "version": "1.0.27-dev.3",
5
5
  "homepage": "https://www.itwinjs.org/",
6
6
  "keywords": [
7
7
  "Bentley",