Item | SPF | XML | Change | Description | IFC4x2 to IFC4x3_RC1 |
---|---|---|---|---|
IfcAlignment2DCantSegTransition | ADDED |
The cant transition segment is a 2D transition curve using the inherited attributes from IfcAlignment2DCantSegment.
# | Attribute | Type | Cardinality | Description | G |
---|---|---|---|---|---|
10 | StartRadius | IfcPositiveLengthMeasure | ? | The radius of the curve at the start point. If the radius is not provided by a value, i.e. being �NIL� it is interpreted as INFINITE � the StartPoint is at the point, where it does not have a curvature. | X |
11 | EndRadius | IfcPositiveLengthMeasure | ? | The radius of the curve at the end point. If the radius is not provided by a value, i.e. being �NIL� it is interpreted as INFINITE � the end point is at the point, where it does not have a curvature. | X |
12 | IsStartRadiusCCW | IfcBoolean | Indication of the curve starting counter-clockwise or clockwise. The orientation of the curve is IsCcw=�true�, if the spiral arc goes counter-clockwise as seen from the right side of the curve, or �to the upside", and with IsCcw=�false� if the spiral arc goes clockwise, or �to the downside�. | X | |
13 | IsEndRadiusCCW | IfcBoolean | Indication of the curve ending counter-clockwise or clockwise. The orientation of the clothoidal arc is IsCcw=�true�, if the spiral arc goes counter-clockwise as seen from right side of the curve, or �to the upside", and with IsCcw=�false� if the spiral arc goes clockwise, or �to the downside�. | X | |
14 | TransitionCurveType | IfcTransitionCurveType | Indicates the specific type of transition curve. | X |
# | Attribute | Type | Cardinality | Description | G |
---|---|---|---|---|---|
IfcRepresentationItem | |||||
LayerAssignment | IfcPresentationLayerAssignment @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 | |
StyledByItem | IfcStyledItem @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 | |||||
IfcAlignment2DSegment | |||||
1 | TangentialContinuity | IfcBoolean | ? | Connectivity between the continuous segments is not enforced per se to be tangential. Setting "TangentialContinuity" to True means that the current segment shall continue with tangential continuity to the previous one. | X |
2 | StartTag | IfcLabel | ? | Tag to annotate the start point of the alignment segment. | X |
3 | EndTag | IfcLabel | ? | Tag to annotate the end point of the alignment segment. | X |
IfcAlignment2DCantSegment | |||||
4 | StartDistAlong | IfcPositiveLengthMeasure | Distance along the horizontal alignment, measured along the IfcAlignment2DHorizontal given in the length unit of the global IfcUnitAssignment. | X | |
5 | HorizontalLength | IfcPositiveLengthMeasure | Length measured as distance along the horizontal alignment of the segment. | X | |
6 | StartCantLeft | IfcLengthMeasure | Length measured for the left cant at the beginning of the segment. | X | |
7 | EndCantLeft | IfcLengthMeasure | ? | Length measured for the left cant at the end of the segment. | X |
8 | StartCantRight | IfcLengthMeasure | Length measured for the right cant at the beginning of the segment. | X | |
9 | EndCantRight | IfcLengthMeasure | ? | Length measured for the right cant at the end of the segment. | X |
ToCant | IfcAlignment2DCant @Segments | S[1:1] | X | ||
IfcAlignment2DCantSegTransition | |||||
10 | StartRadius | IfcPositiveLengthMeasure | ? | The radius of the curve at the start point. If the radius is not provided by a value, i.e. being �NIL� it is interpreted as INFINITE � the StartPoint is at the point, where it does not have a curvature. | X |
11 | EndRadius | IfcPositiveLengthMeasure | ? | The radius of the curve at the end point. If the radius is not provided by a value, i.e. being �NIL� it is interpreted as INFINITE � the end point is at the point, where it does not have a curvature. | X |
12 | IsStartRadiusCCW | IfcBoolean | Indication of the curve starting counter-clockwise or clockwise. The orientation of the curve is IsCcw=�true�, if the spiral arc goes counter-clockwise as seen from the right side of the curve, or �to the upside", and with IsCcw=�false� if the spiral arc goes clockwise, or �to the downside�. | X | |
13 | IsEndRadiusCCW | IfcBoolean | Indication of the curve ending counter-clockwise or clockwise. The orientation of the clothoidal arc is IsCcw=�true�, if the spiral arc goes counter-clockwise as seen from right side of the curve, or �to the upside", and with IsCcw=�false� if the spiral arc goes clockwise, or �to the downside�. | X | |
14 | TransitionCurveType | IfcTransitionCurveType | Indicates the specific type of transition curve. | X |
<xs:element name="IfcAlignment2DCantSegTransition" type="ifc:IfcAlignment2DCantSegTransition" substitutionGroup="ifc:IfcAlignment2DCantSegment" nillable="true"/>
<xs:complexType name="IfcAlignment2DCantSegTransition">
<xs:complexContent>
<xs:extension base="ifc:IfcAlignment2DCantSegment">
<xs:attribute name="StartRadius" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
<xs:attribute name="EndRadius" type="ifc:IfcPositiveLengthMeasure" use="optional"/>
<xs:attribute name="IsStartRadiusCCW" type="ifc:IfcBoolean" use="optional"/>
<xs:attribute name="IsEndRadiusCCW" type="ifc:IfcBoolean" use="optional"/>
<xs:attribute name="TransitionCurveType" type="ifc:IfcTransitionCurveType" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
ENTITY IfcAlignment2DCantSegTransition
SUBTYPE OF (IfcAlignment2DCantSegment);
StartRadius : OPTIONAL IfcPositiveLengthMeasure;
EndRadius : OPTIONAL IfcPositiveLengthMeasure;
IsStartRadiusCCW : IfcBoolean;
IsEndRadiusCCW : IfcBoolean;
TransitionCurveType : IfcTransitionCurveType;
END_ENTITY;