IfcSectionProperties

Natural language names
deBewehrungsquerschnitt - Merkmale
enSection Properties
frPropriétés de section
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcSectionPropertiesMOVEDSchema changed from IFCPROFILEPROPERTYRESOURCE to IFCPROFILERESOURCE.
Semantic definitions at the entity
Entity definition

IfcSectionProperties defines the cross section properties for a single longitudinal piece of a cross section. It is a special-purpose helper class for IfcSectionReinforcementProperties.

HISTORY  New entity in IFC2x2.

The section piece may be either uniform or tapered. In the latter case an end profile should also be provided. The start and end profiles are assumed to be of the same profile type. Generally only rectangular or circular cross section profiles are assumed to be used.

Attribute definitions
#AttributeTypeCardinalityDescription C
1SectionTypeIfcSectionTypeEnum[1:1] An indicator whether a specific piece of a cross section is uniform or tapered in longitudinal direction.X
2StartProfileIfcProfileDef[1:1] The cross section profile at the start point of the longitudinal section.X
3EndProfileIfcProfileDef[0:1] The cross section profile at the end point of the longitudinal section.X
Inherited definitions from supertypes
Entity inheritance IfcPreDefinedProperties IfcPropertyAbstraction
Attribute inheritance
#AttributeTypeCardinalityDescriptionC
IfcPropertyAbstraction
HasExternalReferencesIfcExternalReferenceRelationship
@RelatedResourceObjects
S[0:?]Reference to an external reference, e.g. library, classification, or document information, that is associated to the property definition. X
IfcPreDefinedProperties
IfcSectionProperties
1SectionTypeIfcSectionTypeEnum[1:1] An indicator whether a specific piece of a cross section is uniform or tapered in longitudinal direction.X
2StartProfileIfcProfileDef[1:1] The cross section profile at the start point of the longitudinal section.X
3EndProfileIfcProfileDef[0:1] The cross section profile at the end point of the longitudinal section.X
Formal representations
XSD Specification
 <xs:element name="IfcSectionProperties" type="ifc:IfcSectionProperties" substitutionGroup="ifc:IfcPreDefinedProperties" nillable="true"/>
 <xs:complexType name="IfcSectionProperties">
  <xs:complexContent>
   <xs:extension base="ifc:IfcPreDefinedProperties">
    <xs:sequence>
     <xs:element name="StartProfile" type="ifc:IfcProfileDef" nillable="true"/>
     <xs:element name="EndProfile" type="ifc:IfcProfileDef" nillable="true" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="SectionType" type="ifc:IfcSectionTypeEnum" use="optional"/>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcSectionProperties
 SUBTYPE OF (IfcPreDefinedProperties);
  SectionType : IfcSectionTypeEnum;
  StartProfile : IfcProfileDef;
  EndProfile : OPTIONAL IfcProfileDef;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page