IfcGradientCurve

Natural language names
Change log
ItemSPFXMLChangeDescription
IFC4x3_RC1 to IFC4x3_RC2
    IfcGradientCurveADDED
IFC4x3_RC2 to IFC4x3_RC3
    IfcGradientCurve
      SegmentsXXMODIFIEDName changed from BaseCurve to Segments.
Type changed from IfcBoundedCurve to IfcSegment.
Aggregation changed from NONE to LIST.
      SelfIntersectXXMODIFIEDName changed from Segments to SelfIntersect.
Type changed from IfcCurveSegment to IfcLogical.
Aggregation changed from LIST to NONE.
      BaseCurveXXMODIFIEDName changed from EndPoint to BaseCurve.
Type changed from IfcCartesianPoint to IfcBoundedCurve.
Instantiation changed from OPTIONAL.
      EndPointADDED
      PositioningElementDELETED
Semantic definitions at the entity
Entity definition

Gradient curve is a type of curve 3D curve representation that is based on its 2D projection (BaseCurve) and a height defined by its gradient segments which can be derived from a function that retrieves it from the segment start height, its placement and the ParentCurve instance and the type of the ParentCurve.

The parametrization of the gradient curve is based on the underlying segments of its BaseCurve. The value of the parameter equals the parameter value of BaseCurve.

Attribute definitions
#AttributeTypeCardinalityDescription G
3BaseCurveIfcBoundedCurve Base curve also the 2D projection of gradient curve. X
4EndPointIfcPlacement? End point of gradient curve. X
Inherited definitions from supertypes
Entity inheritance IfcCompositeCurve IfcBoundedCurve IfcCurve 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
IfcCurve
Dim
:=IfcCurveDim(SELF)
IfcDimensionCountThe space dimensionality of this abstract class, defined differently for all subtypes, i.e. for IfcLine, IfcConic and IfcBoundedCurve. X
IfcBoundedCurve
IfcCompositeCurve
1SegmentsIfcSegmentL[1:?] The component bounded curves, their transitions and senses. The transition attribute for the last segment defines the transition between the end of the last segment and the start of the first; this transition attribute may take the value discontinuous, which indicates an open curve.
NOTE&nbsp: For IfcGradientCurve and IfcSegmentedReferenceCurve the segments define the interpolation between segment start and and segment end.
X
2SelfIntersectIfcLogical Indication of whether the curve intersects itself or not; this is for information only. X
NSegments
:=SIZEOF(Segments)
IfcIntegerThe number of component curves. X
ClosedCurve
:=Segments[NSegments].Transition <> Discontinuous
IfcLogicalIndication whether the curve is closed or not; this is derived from the transition code of the last segment. X
IfcGradientCurve
3BaseCurveIfcBoundedCurve Base curve also the 2D projection of gradient curve. X
4EndPointIfcPlacement? End point of gradient curve. X
Formal representations
XML Specification
 <xs:element name="IfcGradientCurve" type="ifc:IfcGradientCurve" substitutionGroup="ifc:IfcCompositeCurve" nillable="true"/>
 <xs:complexType name="IfcGradientCurve">
  <xs:complexContent>
   <xs:extension base="ifc:IfcCompositeCurve">
    <xs:sequence>
     <xs:element name="BaseCurve" type="ifc:IfcBoundedCurve" nillable="true"/>
     <xs:element name="EndPoint" type="ifc:IfcPlacement" nillable="true" minOccurs="0"/>
    </xs:sequence>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcGradientCurve
 SUBTYPE OF (IfcCompositeCurve);
  BaseCurve : IfcBoundedCurve;
  EndPoint : OPTIONAL IfcPlacement;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page