Rechteckprofil - parametrische Definition | |
Rectangle Profile Def | |
Définition de profil rectangulaire |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 |
---|---|---|---|---|
IfcRectangleProfileDef | ||||
Position | MODIFIED | Instantiation changed to OPTIONAL. |
IfcRectangleProfileDef defines a rectangle as the profile definition used by the swept surface geometry or the swept area solid. It is given by its X extent and its Y extent, and placed within the 2D position coordinate system, established by the Position attribute. It is placed centric within the position coordinate system.
HISTORY New entity in IFC1.5.
Figure 427 illustrates parameters of the rectangle profile definition.
| ||
Figure 427 — Rectangle profile |
# | Attribute | Type | Cardinality | Description | G |
---|---|---|---|---|---|
4 | XDim | IfcPositiveLengthMeasure | The extent of the rectangle in the direction of the x-axis. | X | |
5 | YDim | IfcPositiveLengthMeasure | The extent of the rectangle in the direction of the y-axis. | X |
# | Attribute | Type | Cardinality | Description | G |
---|---|---|---|---|---|
IfcProfileDef | |||||
1 | ProfileType | IfcProfileTypeEnum | Defines the type of geometry into which this profile definition shall be resolved, either a curve or a surface area. In case of curve the profile should be referenced by a swept surface, in case of area the profile should be referenced by a swept area solid. | X | |
2 | ProfileName | IfcLabel | ? | Human-readable name of the profile, for example according to a standard profile table. As noted above, machine-readable standardized profile designations should be provided in IfcExternalReference.ItemReference. | X |
HasExternalReference | IfcExternalReferenceRelationship @RelatedResourceObjects | S[0:?] | Reference to external information, e.g. library, classification, or document information, which is associated with the profile.
IFC4 CHANGE New inverse attribute | X | |
HasProperties | IfcProfileProperties @ProfileDefinition | S[0:?] | Additional properties of the profile, for example mechanical properties.
IFC4 CHANGE New inverse attribute | X | |
IfcParameterizedProfileDef | |||||
3 | Position | IfcAxis2Placement2D | ? | Position coordinate system of the parameterized profile definition. If unspecified, no translation and no rotation is applied. | X |
IfcRectangleProfileDef | |||||
4 | XDim | IfcPositiveLengthMeasure | The extent of the rectangle in the direction of the x-axis. | X | |
5 | YDim | IfcPositiveLengthMeasure | The extent of the rectangle in the direction of the y-axis. | X |
# | Concept | Template | Model View |
---|---|---|---|
IfcProfileDef | |||
Property Sets for Objects | Property Sets for Objects | General Usage |
<xs:element name="IfcRectangleProfileDef" type="ifc:IfcRectangleProfileDef" substitutionGroup="ifc:IfcParameterizedProfileDef" nillable="true"/>
<xs:complexType name="IfcRectangleProfileDef">
<xs:complexContent>
<xs:extension base="ifc:IfcParameterizedProfileDef">
<xs:attribute name="XDim" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
<xs:attribute name="YDim" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
ENTITY IfcRectangleProfileDef
SUPERTYPE OF(ONEOF(IfcRectangleHollowProfileDef, IfcRoundedRectangleProfileDef))
SUBTYPE OF (IfcParameterizedProfileDef);
XDim : IfcPositiveLengthMeasure;
YDim : IfcPositiveLengthMeasure;
END_ENTITY;