![]() | Randbedingung |
![]() | Boundary Condition |
![]() | Condition de limite |
The abstract entity IfcBoundaryCondition is the supertype of all boundary conditions that can be applied to structural connection definitions, either directly for the connection (e.g. the joint) or for the relation between a structural member and the connection.
NOTE The boundary conditions are used within other parts, mainly by instances of IfcStructuralConnection (for the definition of supports) and instances of IfcRelConnectsStructuralMember (for the definition of connections between structural members and structural connections).
HISTORY New entity in IFC2x2.
# | Attribute | Type | Cardinality | Description | B |
---|---|---|---|---|---|
1 | Name | - | This attribute is out of scope for this model view definition and shall not be set. |
# | Attribute | Type | Cardinality | Description | B |
---|---|---|---|---|---|
IfcBoundaryCondition | |||||
1 | Name | - | This attribute is out of scope for this model view definition and shall not be set. |
<xs:element name="IfcBoundaryCondition" type="ifc:IfcBoundaryCondition" abstract="true" substitutionGroup="ifc:Entity" nillable="true"/>
<xs:complexType name="IfcBoundaryCondition" abstract="true">
<xs:complexContent>
<xs:extension base="ifc:Entity"/>
</xs:complexContent>
</xs:complexType>
ENTITY IfcBoundaryCondition
ABSTRACT SUPERTYPE OF(IfcBoundaryNodeCondition);
Name : OPTIONAL IfcStrippedOptional;
END_ENTITY;