@bentley/open-site-schema 1.0.26-dev.2 → 1.0.26-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.
- package/OpenSite.ecschema.json +1 -1
- package/OpenSite.ecschema.xml +40 -0
- package/package.json +1 -1
package/OpenSite.ecschema.xml
CHANGED
|
@@ -47,6 +47,8 @@
|
|
|
47
47
|
<PropertyCategory typeName="DrivewayPathFin_Road" displayLabel="Road" priority="0" />
|
|
48
48
|
<PropertyCategory typeName="DrivewayPathFin_Shoulder" displayLabel="Shoulder" priority="0" />
|
|
49
49
|
<PropertyCategory typeName="SidewalkPathFin_Sidewalk" displayLabel="Sidewalk" priority="0" />
|
|
50
|
+
<PropertyCategory typeName="PedestrianPathEdge_Path" displayLabel="Path" priority="0" />
|
|
51
|
+
<PropertyCategory typeName="PedestrianPathVertex_Elevation" displayLabel="Elevation" priority="0" />
|
|
50
52
|
|
|
51
53
|
<PropertyCategory typeName="RetainingWallArea_Wall" displayLabel="Wall" priority="0" />
|
|
52
54
|
<PropertyCategory typeName="ShapedArea_Optimizer" displayLabel="Optimizer" priority="0" />
|
|
@@ -77,6 +79,7 @@
|
|
|
77
79
|
<PropertyCategory typeName="EdgeCurbAspect_Curb" displayLabel="Curb" priority="0" />
|
|
78
80
|
<PropertyCategory typeName="EdgeOnSideParkingAspect_Parking" displayLabel="OnSide Parking" priority="0" />
|
|
79
81
|
<PropertyCategory typeName="EdgeOnSideParkingAspect_Grading" displayLabel="OnSide Parking Grading" priority="0" />
|
|
82
|
+
<PropertyCategory typeName="EdgeStairsAspect_Stairs" displayLabel="Stairs" priority="0" />
|
|
80
83
|
|
|
81
84
|
<PropertyCategory typeName="SurfaceControl" displayLabel="Surface Control" priority="0" />
|
|
82
85
|
|
|
@@ -376,6 +379,18 @@
|
|
|
376
379
|
<ECProperty propertyName="CurbReturnLength" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayMidVertex_Knuckle" displayLabel="Curb Return Length" description="Curb return length." />
|
|
377
380
|
</ECEntityClass>
|
|
378
381
|
|
|
382
|
+
<ECEntityClass typeName="PedestrianPathEndVertex" modifier="Sealed" displayLabel="Pedestrian Path End Vertex" description="The first and last Vertex of a PedestrianPath.">
|
|
383
|
+
<BaseClass>PathEndVertex</BaseClass>
|
|
384
|
+
|
|
385
|
+
<ECProperty propertyName="Elevation" minimumValue="-304.8" maximumValue="9144" typeName="double" kindOfQuantity="cvu:LENGTH" category="PedestrianPathVertex_Elevation" displayLabel="Elevation" description="Fixed elevation for this vertex, used to compute stairs along the adjoining edges." />
|
|
386
|
+
</ECEntityClass>
|
|
387
|
+
|
|
388
|
+
<ECEntityClass typeName="PedestrianPathMidVertex" modifier="Sealed" displayLabel="Pedestrian Path Mid Vertex" description="Vertex of a PedestrianPath that has two PedestrianPathEdge instances attached to it.">
|
|
389
|
+
<BaseClass>PathMidVertex</BaseClass>
|
|
390
|
+
|
|
391
|
+
<ECProperty propertyName="Elevation" minimumValue="-304.8" maximumValue="9144" typeName="double" kindOfQuantity="cvu:LENGTH" category="PedestrianPathVertex_Elevation" displayLabel="Elevation" description="Fixed elevation for this vertex, used to compute stairs along the adjoining edges." />
|
|
392
|
+
</ECEntityClass>
|
|
393
|
+
|
|
379
394
|
<ECEntityClass typeName="ParkingOverride" modifier="Abstract" displayLabel="Parking Override">
|
|
380
395
|
<BaseClass>bis:SpatialLocationElement</BaseClass>
|
|
381
396
|
</ECEntityClass>
|
|
@@ -756,6 +771,12 @@
|
|
|
756
771
|
<BaseClass>PathEdge</BaseClass>
|
|
757
772
|
</ECEntityClass>
|
|
758
773
|
|
|
774
|
+
<ECEntityClass typeName="PedestrianPathEdge" modifier="Sealed" displayLabel="Pedestrian Path Edge" description="Side of a pedestrian path, optionally computed as a set of stairs.">
|
|
775
|
+
<BaseClass>PathEdge</BaseClass>
|
|
776
|
+
|
|
777
|
+
<ECProperty propertyName="Width" minimumValue="0" maximumValue="304.8" typeName="double" kindOfQuantity="cvu:LENGTH" category="PedestrianPathEdge_Path" displayLabel="Width" description="Width of this side of the pedestrian path. When not set, the Width of the parent PedestrianPath is used." />
|
|
778
|
+
</ECEntityClass>
|
|
779
|
+
|
|
759
780
|
<ECRelationshipClass typeName="SpaceOverrideUsesSurfaceMarkingType" strength="referencing" modifier="Sealed">
|
|
760
781
|
<Source multiplicity="(0..*)" roleLabel="uses" polymorphic="true">
|
|
761
782
|
<Class class="SpaceOverride" />
|
|
@@ -1881,6 +1902,25 @@
|
|
|
1881
1902
|
</Target>
|
|
1882
1903
|
</ECRelationshipClass>
|
|
1883
1904
|
|
|
1905
|
+
<ECEntityClass typeName="EdgeStairsAspect" modifier="Sealed" displayLabel="Stairs" description="Parameters used to generate a set of stairs along an edge.">
|
|
1906
|
+
<BaseClass>bis:ElementUniqueAspect</BaseClass>
|
|
1907
|
+
|
|
1908
|
+
<ECProperty propertyName="MaxStepCount" minimumValue="1" maximumValue="1000" typeName="int" category="EdgeStairsAspect_Stairs" displayLabel="Number of Steps (Max)" description="Maximum number of steps to generate for this side." />
|
|
1909
|
+
<ECProperty propertyName="TreadWidth" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" category="EdgeStairsAspect_Stairs" displayLabel="Tread Width" description="Depth of each step's tread." />
|
|
1910
|
+
<ECProperty propertyName="StepHeight" minimumValue="0" maximumValue="30.48" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" category="EdgeStairsAspect_Stairs" displayLabel="Step Height" description="Riser height of each step." />
|
|
1911
|
+
<ECProperty propertyName="EndElevation" minimumValue="-304.8" maximumValue="9144" typeName="double" kindOfQuantity="cvu:LENGTH" readOnly="True" category="EdgeStairsAspect_Stairs" displayLabel="End Elevation" description="Calculated elevation reached at the end of the stairs." />
|
|
1912
|
+
</ECEntityClass>
|
|
1913
|
+
|
|
1914
|
+
<ECRelationshipClass typeName="PedestrianPathEdgeOwnsStairsAspect" modifier="Sealed" strength="embedding">
|
|
1915
|
+
<BaseClass>bis:ElementOwnsUniqueAspect</BaseClass>
|
|
1916
|
+
<Source multiplicity="(1..1)" roleLabel="owns" polymorphic="false">
|
|
1917
|
+
<Class class="PedestrianPathEdge" />
|
|
1918
|
+
</Source>
|
|
1919
|
+
<Target multiplicity="(0..1)" roleLabel="is owned by" polymorphic="false">
|
|
1920
|
+
<Class class="EdgeStairsAspect" />
|
|
1921
|
+
</Target>
|
|
1922
|
+
</ECRelationshipClass>
|
|
1923
|
+
|
|
1884
1924
|
<ECEntityClass typeName="EdgeAisleAspect" modifier="Sealed" displayLabel="Aisle">
|
|
1885
1925
|
<BaseClass>bis:ElementUniqueAspect</BaseClass>
|
|
1886
1926
|
|