Skip to content

Commit

Permalink
Merge pull request #822 from larswik/EX-SU-Qto_ArchElementBaseQuantities
Browse files Browse the repository at this point in the history
EX-SU-Qto_ArchElementBaseQuantities
  • Loading branch information
SergejMuhic authored Jul 7, 2024
2 parents 23a92ae + 0f4798f commit 6f04d03
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<DocQuantity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="CrossSectionArea_1BWpnfBwb1k82WvJ6vFVRf" Name="CrossSectionArea" UniqueId="4b833c69-2fa9-41b8-80a0-e531b93df6e9" QuantityType="q_area" />

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The cross section area of the arch element.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<DocQuantity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="InnerSurfaceArea_1bO4eo9tXEOBFCON4r8KnZ" Name="InnerSurfaceArea" UniqueId="65604a32-2778-4e60-b3cc-617135214c63" />

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The inner surface area of the arch element.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<DocQuantity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Length_2U468iDh12lfpRdFjlDGpa" Name="Length" UniqueId="9e10622c-36b0-42be-9cdb-9cfb6f350ce4" QuantityType="q_length" />

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Volume of the element.

Total volume of the arch element.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<DocQuantity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="OuterSurfaceArea_2mAoRzZ$z88A2WGwJTVhZx" Name="OuterSurfaceArea" UniqueId="b02b26fd-8fff-4820-a0a0-43a4dd7eb8fb" />

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The outer surface area of the arch element.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<DocQuantity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Volume_2CqQYjJ9j9hh6$pEk2Cym9" Name="Volume" UniqueId="8cd1a8ad-4c9b-49ae-b1bf-cceb8233cc09" QuantityType="q_volume" />

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Volume of the element.

Total volume of the arch element.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<DocQuantitySet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Name="Qto_ArchElementBaseQuantities" UniqueId="6d2ec8d1-94b7-4690-9f1a-c235943611ca" ApplicableType="IfcArchElement">
<Quantities>
<DocQuantity xsi:nil="true" href="Length_2U468iDh12lfpRdFjlDGpa" />
<DocQuantity xsi:nil="true" href="Volume_2CqQYjJ9j9hh6$pEk2Cym9" />
<DocQuantity xsi:nil="true" href="CrossSectionArea_1BWpnfBwb1k82WvJ6vFVRf" />
<DocQuantity xsi:nil="true" href="OuterSurfaceArea_2mAoRzZ$z88A2WGwJTVhZx" />
<DocQuantity xsi:nil="true" href="InnerSurfaceArea_1bO4eo9tXEOBFCON4r8KnZ" />
</Quantities>
</DocQuantitySet>

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Base quantities that are common to the definition of all occurrences of arch elements.

0 comments on commit 6f04d03

Please sign in to comment.