-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Joint from StructuralConnections (#422)
* Add Joint from StructuralConnections * Resize cmap PNGs
- Loading branch information
1 parent
67c0ad6
commit 949adff
Showing
7 changed files
with
51 additions
and
9 deletions.
There are no files selected for viewing
33 changes: 33 additions & 0 deletions
33
Domains/2-DisciplinePhysical/StructuralPhysical/StructuralConnections.ecschema.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- ================================================================================== | ||
| * Copyright (c) Bentley Systems, Incorporated. All rights reserved. | ||
| * See LICENSE.md in the project root for license terms and full copyright notice. | ||
======================================================================================= --> | ||
<ECSchema schemaName="StructuralConnections" alias="sc" version="01.00.00" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.3.2"> | ||
<ECSchemaReference name="BisCore" version="01.00.14" alias="bis" /> | ||
<ECSchemaReference name="CoreCustomAttributes" version="01.00.03" alias="CoreCA"/> | ||
<ECSchemaReference name="BisCustomAttributes" version="01.00.00" alias="bisCA"/> | ||
<ECSchemaReference name="StructuralPhysicalInterop" version="01.00.00" alias="spi"/> | ||
|
||
<ECCustomAttributes> | ||
<ProductionStatus xmlns="CoreCustomAttributes.01.00.03"> | ||
<SupportedUse>NotForProduction</SupportedUse> | ||
</ProductionStatus> | ||
<SchemaLayerInfo xmlns="BisCustomAttributes.01.00.00"> | ||
<Value>DisciplinePhysical</Value> | ||
</SchemaLayerInfo> | ||
</ECCustomAttributes> | ||
|
||
<ECEntityClass typeName="Joint" displayLabel="Joint" description="A Joint is an area where two or more ends, surfaces or edges of individual members are attached."> | ||
<BaseClass>bis:SpatialLocationElement</BaseClass> | ||
</ECEntityClass> | ||
<ECRelationshipClass typeName="JointConnectsStructuralElements" strength="referencing" modifier="None" description="A relationship that connects IStructuralElements to a Joint."> | ||
<BaseClass>bis:ElementRefersToElements</BaseClass> | ||
<Source multiplicity="(0..*)" roleLabel="connects to" polymorphic="true"> | ||
<Class class="Joint"/> | ||
</Source> | ||
<Target multiplicity="(2..*)" roleLabel="is connected by" polymorphic="true"> | ||
<Class class="spi:IStructuralElement"/> | ||
</Target> | ||
</ECRelationshipClass> | ||
</ECSchema> |
16 changes: 16 additions & 0 deletions
16
Domains/2-DisciplinePhysical/StructuralPhysical/StructuralConnections.remarks.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
noEditThisPage: true | ||
remarksTarget: StructuralConnections.ecschema.md | ||
--- | ||
|
||
# StructuralConnections | ||
|
||
This schema contains classes that are used to model the real-world physical entities that comprise the structural systems of infrastructure. | ||
|
||
The following class-diagrams depict the main classes and relationships in the StructuralPhysical schema: | ||
|
||
 | ||
|
||
## Entity Classes | ||
|
||
### Joint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+5.26 KB
Domains/2-DisciplinePhysical/StructuralPhysical/media/StructuralConnections-classes.cmap
Binary file not shown.
Binary file added
BIN
+26.8 KB
...2-DisciplinePhysical/StructuralPhysical/media/StructuralConnections-classes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.95 KB
Domains/2-DisciplinePhysical/StructuralPhysical/media/StructuralPhysicalInterop-classes.cmap
Binary file not shown.
Binary file added
BIN
+45.2 KB
...sciplinePhysical/StructuralPhysical/media/StructuralPhysicalInterop-classes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.