@bentley/civil-physical-schema 1.0.1-dev.2 → 1.0.1-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.
@@ -1 +1 @@
1
- {"$schema":"https://dev.bentley.com/json_schemas/ec/32/ecschema","name":"CivilPhysical","version":"01.00.01","alias":"cvphys","description":"Main schema for the physical modeling of elements used in Civil infrastructure.","references":[{"name":"CoreCustomAttributes","version":"01.00.04"},{"name":"BisCustomAttributes","version":"01.00.00"},{"name":"BisCore","version":"01.00.16"},{"name":"LinearReferencing","version":"02.00.04"}],"customAttributes":[{"className":"CoreCustomAttributes.ProductionStatus","SupportedUse":"NotForProduction"},{"className":"BisCustomAttributes.SchemaLayerInfo","Value":"DisciplinePhysical"}],"items":{"Course":{"schemaItemType":"EntityClass","label":"Course","description":"A bis:PhysicalElement modeling a layer, usually of a single material, whose length greatly exceeds its thickness and often also its width, laid on site on top of another horizontal or nearly horizontal element.","baseClass":"LinearReferencing.LinearPhysicalElement"},"CourseType":{"schemaItemType":"EntityClass","label":"Course Type","description":"Defines a shared set of properties whose values vary per-type of Course rather than per-instance.","baseClass":"BisCore.PhysicalType"},"CourseIsOfType":{"schemaItemType":"RelationshipClass","description":"A type-instance relation; one that indicates that the specific cp:Course is an instance of the defined cp:CourseType.","modifier":"None","baseClass":"BisCore.PhysicalElementIsOfType","strength":"Referencing","strengthDirection":"Forward","source":{"multiplicity":"(0..*)","roleLabel":"is of","polymorphic":true,"constraintClasses":["CivilPhysical.Course"]},"target":{"multiplicity":"(0..1)","roleLabel":"is type of","polymorphic":true,"constraintClasses":["CivilPhysical.CourseType"]}},"Curb":{"schemaItemType":"EntityClass","label":"Curb","description":"A bis:PhysicalElement intended to separate surfacings of different surfaces and to provide physical delineation or containment.","baseClass":"LinearReferencing.LinearPhysicalElement"},"CurbType":{"schemaItemType":"EntityClass","label":"Curb Type","description":"Defines a shared set of properties whose values vary per-type of Curb rather than per-instance.","baseClass":"BisCore.PhysicalType"},"CurbIsOfType":{"schemaItemType":"RelationshipClass","description":"A type-instance relation; one that indicates that the specific cp:Curb is an instance of the defined cp:CurbType.","modifier":"None","baseClass":"BisCore.PhysicalElementIsOfType","strength":"Referencing","strengthDirection":"Forward","source":{"multiplicity":"(0..*)","roleLabel":"is of","polymorphic":true,"constraintClasses":["CivilPhysical.Curb"]},"target":{"multiplicity":"(0..1)","roleLabel":"is type of","polymorphic":true,"constraintClasses":["CivilPhysical.CurbType"]}}}}
1
+ {"$schema":"https://dev.bentley.com/json_schemas/ec/32/ecschema","name":"CivilPhysical","version":"01.00.01","alias":"cvphys","description":"Main schema for the physical modeling of elements used in Civil infrastructure.","references":[{"name":"CoreCustomAttributes","version":"01.00.05"},{"name":"BisCustomAttributes","version":"01.00.00"},{"name":"BisCore","version":"01.00.18"},{"name":"LinearReferencing","version":"02.00.04"}],"customAttributes":[{"className":"CoreCustomAttributes.ProductionStatus","SupportedUse":"NotForProduction"},{"className":"BisCustomAttributes.SchemaLayerInfo","Value":"DisciplinePhysical"}],"items":{"Course":{"schemaItemType":"EntityClass","label":"Course","description":"A bis:PhysicalElement modeling a layer, usually of a single material, whose length greatly exceeds its thickness and often also its width, laid on site on top of another horizontal or nearly horizontal element.","baseClass":"LinearReferencing.LinearPhysicalElement"},"CourseType":{"schemaItemType":"EntityClass","label":"Course Type","description":"Defines a shared set of properties whose values vary per-type of Course rather than per-instance.","baseClass":"BisCore.PhysicalType"},"CourseIsOfType":{"schemaItemType":"RelationshipClass","description":"A type-instance relation; one that indicates that the specific cp:Course is an instance of the defined cp:CourseType.","modifier":"None","baseClass":"BisCore.PhysicalElementIsOfType","strength":"Referencing","strengthDirection":"Forward","source":{"multiplicity":"(0..*)","roleLabel":"is of","polymorphic":true,"constraintClasses":["CivilPhysical.Course"]},"target":{"multiplicity":"(0..1)","roleLabel":"is type of","polymorphic":true,"constraintClasses":["CivilPhysical.CourseType"]}},"Curb":{"schemaItemType":"EntityClass","label":"Curb","description":"A bis:PhysicalElement intended to separate surfacings of different surfaces and to provide physical delineation or containment.","baseClass":"LinearReferencing.LinearPhysicalElement"},"CurbType":{"schemaItemType":"EntityClass","label":"Curb Type","description":"Defines a shared set of properties whose values vary per-type of Curb rather than per-instance.","baseClass":"BisCore.PhysicalType"},"CurbIsOfType":{"schemaItemType":"RelationshipClass","description":"A type-instance relation; one that indicates that the specific cp:Curb is an instance of the defined cp:CurbType.","modifier":"None","baseClass":"BisCore.PhysicalElementIsOfType","strength":"Referencing","strengthDirection":"Forward","source":{"multiplicity":"(0..*)","roleLabel":"is of","polymorphic":true,"constraintClasses":["CivilPhysical.Curb"]},"target":{"multiplicity":"(0..1)","roleLabel":"is type of","polymorphic":true,"constraintClasses":["CivilPhysical.CurbType"]}},"SurfaceMarking":{"schemaItemType":"EntityClass","label":"Surface Marking","description":"A bis:PhysicalElement modeling markings on a surface.","baseClass":"BisCore.PhysicalElement"},"SurfaceMarkingType":{"schemaItemType":"EntityClass","label":"Surface Marking Type","description":"Defines a shared set of properties whose values vary per-type of SurfaceMarking rather than per-instance.","baseClass":"BisCore.PhysicalType"},"SurfaceMarkingIsOfType":{"schemaItemType":"RelationshipClass","description":"A type-instance relation; one that indicates that the specific SurfaceMarking is an instance of the defined SurfaceMarkingType.","modifier":"None","baseClass":"BisCore.PhysicalElementIsOfType","strength":"Referencing","strengthDirection":"Forward","source":{"multiplicity":"(0..*)","roleLabel":"is of","polymorphic":true,"constraintClasses":["CivilPhysical.SurfaceMarking"]},"target":{"multiplicity":"(0..1)","roleLabel":"is type of","polymorphic":true,"constraintClasses":["CivilPhysical.SurfaceMarkingType"]}}}}
@@ -48,4 +48,19 @@
48
48
  <Class class="CurbType"/>
49
49
  </Target>
50
50
  </ECRelationshipClass>
51
+ <ECEntityClass typeName="SurfaceMarking" displayLabel="Surface Marking" description="A bis:PhysicalElement modeling markings on a surface.">
52
+ <BaseClass>bis:PhysicalElement</BaseClass>
53
+ </ECEntityClass>
54
+ <ECEntityClass typeName="SurfaceMarkingType" displayLabel="Surface Marking Type" description="Defines a shared set of properties whose values vary per-type of SurfaceMarking rather than per-instance.">
55
+ <BaseClass>bis:PhysicalType</BaseClass>
56
+ </ECEntityClass>
57
+ <ECRelationshipClass typeName="SurfaceMarkingIsOfType" strength="referencing" modifier="None" description="A type-instance relation; one that indicates that the specific SurfaceMarking is an instance of the defined SurfaceMarkingType.">
58
+ <BaseClass>bis:PhysicalElementIsOfType</BaseClass>
59
+ <Source multiplicity="(0..*)" roleLabel="is of" polymorphic="true">
60
+ <Class class="SurfaceMarking" />
61
+ </Source>
62
+ <Target multiplicity="(0..1)" roleLabel="is type of" polymorphic="true">
63
+ <Class class="SurfaceMarkingType"/>
64
+ </Target>
65
+ </ECRelationshipClass>
51
66
  </ECSchema>
@@ -0,0 +1,46 @@
1
+ ---
2
+ noEditThisPage: true
3
+ remarksTarget: CivilPhysical.ecschema.md
4
+ ---
5
+
6
+ # CivilPhysical
7
+
8
+ This schema contains classes that are commonly used in various types of Civil projects, including Road, Rail and Site-related.
9
+
10
+ ![CivilPhysical](./media/CivilPhysical-classes.png)
11
+
12
+ ## Entity Classes
13
+
14
+ ### CourseType
15
+
16
+ Instances of `CourseType` provide an additional classification that can be applied to `Course`s. Examples include Pavement, Ballast and Protection. An instance of `CourseType` can optionally specify a single *Physical Material* via its `PhysicalMaterial` property.
17
+
18
+ Equivalent to [IfcCourseType](http://ifc43-docs.standards.buildingsmart.org/IFC/RELEASE/IFC4x3/HTML/lexical/IfcCourseType.htm).
19
+
20
+ ### Course
21
+
22
+ A `Course` is distinctive from an earthworks element in that a course is a graded granular material (which can be bound or unbound) that is generally processed in some fashion, where as earthworks elements are soil earthen based structure that can be formed by removal and transport of general ground material. Structurally a `Course` does not have capacity to carry loads over open span, or to be removed or replaced as a single unit.
23
+
24
+ `Course`s shall have their *Volume* stored in their `GeometryStream` as a *Polyface*. Further classification of `Course` instances can be achieved via instances of `CourseType`. A `Course` instance can override the *Physical Material* specified by its corresponding `CourseType` via its `PhysicalMaterial` property.
25
+
26
+ `Course`s must be contained in `PhysicalModel`s and can be linearly located, typically along an *Alignment*.
27
+
28
+ The kind of structure making use of a `Course` can be also understood via its `Category`. e.g. A `Course` instance that is part of a Pavement structure shall use the Domain-ranked `cvphys:Pavement` category.
29
+
30
+ Equivalent to [IfcCourse](http://ifc43-docs.standards.buildingsmart.org/IFC/RELEASE/IFC4x3/HTML/lexical/IfcCourse.htm).
31
+
32
+ ### CurbType
33
+
34
+ Instances of `CurbType` provide an additional classification that can be applied to `Curb`s. An instance of `CurbType` can optionally specify a single *Physical Material* via its `PhysicalMaterial` property.
35
+
36
+ Equivalent to [IfcKerbType](http://ifc43-docs.standards.buildingsmart.org/IFC/RELEASE/IFC4x3/HTML/lexical/IfcKerbType.htm).
37
+
38
+ ### Curb
39
+
40
+ A `Curb` is typically a border of stone, concrete or other rigid material formed at the edge of a roadway or footway (Kerb, UK).
41
+
42
+ `Curb`s shall have their *Volume* stored in their `GeometryStream` as a *Polyface*. Further classification of `Curb` instances can be achieved via instances of `CurbType`. A `Curb` instance can override the *Physical Material* specified by its corresponding `CurbType` via its `PhysicalMaterial` property.
43
+
44
+ `Curb`s must be contained in `PhysicalModel`s and can be linearly located, typically along an *Alignment*. Instances of `Curb`, by default, shall use the Domain-ranked `cvphys:Curb` category.
45
+
46
+ Equivalent to [IfcKerb](http://ifc43-docs.standards.buildingsmart.org/IFC/RELEASE/IFC4x3/HTML/lexical/IfcKerb.htm).
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # MIT License
2
2
 
3
- Copyright © 2017-2020 Bentley Systems, Incorporated. All rights reserved.
3
+ Copyright © 2017-2025 Bentley Systems, Incorporated. All rights reserved.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
6
 
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bentley/civil-physical-schema",
3
3
  "license": "MIT",
4
- "version": "1.0.1-dev.2",
4
+ "version": "1.0.1-dev.3",
5
5
  "homepage": "https://www.itwinjs.org/",
6
6
  "keywords": [
7
7
  "Bentley",