@bentley/open-site-schema 1.0.26-dev.3 → 1.0.26-dev.4

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.
@@ -77,6 +77,7 @@
77
77
  <PropertyCategory typeName="EdgeParkingAspect_Parking" displayLabel="Parking" priority="0" />
78
78
  <PropertyCategory typeName="EdgeSidewalkAspect_Sidewalk" displayLabel="Sidewalk" priority="0" />
79
79
  <PropertyCategory typeName="EdgeCurbAspect_Curb" displayLabel="Curb" priority="0" />
80
+ <PropertyCategory typeName="EdgeHatchingAspect_Hatching" displayLabel="Hatching" priority="0" />
80
81
  <PropertyCategory typeName="EdgeOnSideParkingAspect_Parking" displayLabel="OnSide Parking" priority="0" />
81
82
  <PropertyCategory typeName="EdgeOnSideParkingAspect_Grading" displayLabel="OnSide Parking Grading" priority="0" />
82
83
  <PropertyCategory typeName="EdgeStairsAspect_Stairs" displayLabel="Stairs" priority="0" />
@@ -244,6 +245,16 @@
244
245
  </Target>
245
246
  </ECRelationshipClass>
246
247
 
248
+ <ECRelationshipClass typeName="HatchingCategorySymbolizesClassification" strength="referencing" modifier="Sealed">
249
+ <BaseClass>CategorySymbolizesClassification</BaseClass>
250
+ <Source multiplicity="(0..1)" roleLabel="symbolizes" polymorphic="true">
251
+ <Class class="bis:Category" />
252
+ </Source>
253
+ <Target multiplicity="(0..*)" roleLabel="is symbolized by" polymorphic="false">
254
+ <Class class="clsf:Classification" />
255
+ </Target>
256
+ </ECRelationshipClass>
257
+
247
258
  <ECRelationshipClass typeName="RoadBoundaryCategorySymbolizesClassification" strength="referencing" modifier="Sealed">
248
259
  <BaseClass>CategorySymbolizesClassification</BaseClass>
249
260
  <Source multiplicity="(0..1)" roleLabel="symbolizes" polymorphic="true">
@@ -1578,7 +1589,15 @@
1578
1589
 
1579
1590
  <ECProperty propertyName="Spacing" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Spacing" description="Space between the hatch lines." />
1580
1591
  <ECProperty propertyName="Angle" minimumValue="-3.141592653589793" maximumValue="3.141592653589793" typeName="double" kindOfQuantity="cvu:ANGLE" displayLabel="Angle" description="Angle of the hatch lines." />
1581
- <ECProperty propertyName="Width" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Width" description="Width of the hatch lines." />
1592
+ <ECProperty propertyName="Width" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Width" description="Width of the hatch lines." >
1593
+ <ECCustomAttributes>
1594
+ <HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
1595
+ <Deprecated xmlns="CoreCustomAttributes.01.00.03">
1596
+ <Description>Width is controlled by symbology, not by this property.</Description>
1597
+ </Deprecated>
1598
+ </ECCustomAttributes>
1599
+ </ECProperty>
1600
+ <ECProperty propertyName="ShowBoundary" typeName="boolean" category="EdgeHatchingAspect_Hatching" displayLabel="Show Boundary" description="Whether the hatched area's outline is drawn along with the hatch pattern lines." />
1582
1601
  </ECEntityClass>
1583
1602
 
1584
1603
  <ECEntityClass typeName="RetainingWallType" displayLabel="Retaining Wall Type" description="Defines a shared set of properties whose values vary per-type of RetainingWall rather than per-instance.">
@@ -1712,6 +1731,16 @@
1712
1731
  </Target>
1713
1732
  </ECRelationshipClass>
1714
1733
 
1734
+ <ECRelationshipClass typeName="PedestrianPathEdgeOwnsHatchingAspect" modifier="Sealed" strength="embedding">
1735
+ <BaseClass>bis:ElementOwnsUniqueAspect</BaseClass>
1736
+ <Source multiplicity="(1..1)" roleLabel="owns" polymorphic="false">
1737
+ <Class class="PedestrianPathEdge" />
1738
+ </Source>
1739
+ <Target multiplicity="(0..1)" roleLabel="is owned by" polymorphic="false">
1740
+ <Class class="HatchingAspect" />
1741
+ </Target>
1742
+ </ECRelationshipClass>
1743
+
1715
1744
  <ECEntityClass typeName="EdgeOnSideParkingAspect" modifier="Sealed" displayLabel="Onside Parking">
1716
1745
  <BaseClass>bis:ElementUniqueAspect</BaseClass>
1717
1746
 
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.26-dev.3",
4
+ "version": "1.0.26-dev.4",
5
5
  "homepage": "https://www.itwinjs.org/",
6
6
  "keywords": [
7
7
  "Bentley",