IfcInclinedReferenceSweptAreaSolid

Natural language names
Change log
ItemSPFXMLChangeDescription
IFC4x2 to IFC4x3_RC1
    IfcInclinedReferenceSweptAreaSolidADDED
Semantic definitions at the entity
Entity definition

An IfcInclinedReferenceSweptAreaSolid is a specialized IfcDirectrixDistanceSweptAreaSolid. The orientation of the profile's x-axis is always follows the rule defined by the IfcAxisLateralInclination.

Attribute definitions
#AttributeTypeCardinalityDescription G
6FixedAxisVerticalIfcBoolean? Indicates whether the profile is oriented with its Y axis facing upwards in +Z direction (True), or vertically perpendicular to the Directrix varying according to slope (False). X
7InclinatingIfcAxisLateralInclination The lateral inclination profile which defines the rule for the orientation of the x-axis of the profile in sweeping operation. X
Inherited definitions from supertypes
Entity inheritance IfcDirectrixDistanceSweptAreaSolid IfcSweptAreaSolid IfcSolidModel IfcGeometricRepresentationItem IfcRepresentationItem
Attribute inheritance
#AttributeTypeCardinalityDescriptionG
IfcRepresentationItem
LayerAssignmentIfcPresentationLayerAssignment
@AssignedItems
S[0:1]Assignment of the representation item to a single or multiple layer(s). The LayerAssignments can override a LayerAssignments of the IfcRepresentation it is used within the list of Items.
IFC2x3 CHANGE  The inverse attribute LayerAssignments has been added.
IFC4 CHANGE  The inverse attribute LayerAssignment has been restricted to max 1. Upward compatibility for file based exchange is guaranteed.
X
StyledByItemIfcStyledItem
@Item
S[0:1]Reference to the IfcStyledItem that provides presentation information to the representation, e.g. a curve style, including colour and thickness to a geometric curve.
IFC2x3 CHANGE  The inverse attribute StyledByItem has been added.
X
IfcGeometricRepresentationItem
IfcSolidModel
Dim
:=3
IfcDimensionCountThe space dimensionality of this class, it is always 3. X
IfcSweptAreaSolid
1SweptAreaIfcProfileDef The surface defining the area to be swept. It is given as a profile definition within the xy plane of the position coordinate system. X
2PositionIfcAxis2Placement3D? Position coordinate system for the resulting swept solid of the sweeping operation. The position coordinate system allows for re-positioning of the swept solid. If not provided, the swept solid remains within the position as determined by the cross section or by the directrix used for the sweeping operation.
IFC4 CHANGE  The attribute has been changed to OPTIONAL with upward compatibility for file-based exchange.
X
IfcDirectrixDistanceSweptAreaSolid
3DirectrixIfcCurve The curve used to define the sweeping operation. The solid is generated by sweeping the SELF\IfcSweptAreaSolid.SweptArea along the Directrix. X
4StartDistanceIfcDistanceExpression? Distance expressions indicating the position where the sweeping operation starts along the Directrix. If no distance expression provided the start of the sweeping operation is at the start of the Directrix. X
5EndDistanceIfcDistanceExpression? Distance expressions indicating the position where the sweeping operation ends along the Directrix. If no distance expression provided the end of the sweeping operation is at the end of the Directrix. X
IfcInclinedReferenceSweptAreaSolid
6FixedAxisVerticalIfcBoolean? Indicates whether the profile is oriented with its Y axis facing upwards in +Z direction (True), or vertically perpendicular to the Directrix varying according to slope (False). X
7InclinatingIfcAxisLateralInclination The lateral inclination profile which defines the rule for the orientation of the x-axis of the profile in sweeping operation. X
Formal representations
XML Specification
 <xs:element name="IfcInclinedReferenceSweptAreaSolid" type="ifc:IfcInclinedReferenceSweptAreaSolid" substitutionGroup="ifc:IfcDirectrixDistanceSweptAreaSolid" nillable="true"/>
 <xs:complexType name="IfcInclinedReferenceSweptAreaSolid">
  <xs:complexContent>
   <xs:extension base="ifc:IfcDirectrixDistanceSweptAreaSolid">
    <xs:sequence>
     <xs:element name="Inclinating" type="ifc:IfcAxisLateralInclination" nillable="true"/>
    </xs:sequence>
    <xs:attribute name="FixedAxisVertical" type="ifc:IfcBoolean" use="optional"/>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcInclinedReferenceSweptAreaSolid
 SUBTYPE OF (IfcDirectrixDistanceSweptAreaSolid);
  FixedAxisVertical : OPTIONAL IfcBoolean;
  Inclinating : IfcAxisLateralInclination;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page