IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

8.9.3.25 IfcCurve

RV ⓘ
AbV ⓘ

ABSTRACT This definition may not be instantiated

8.9.3.25.1 Semantic definition

An IfcCurve is a curve in two-dimensional or three-dimensional space. It includes definitions for bounded and unbounded curves.

Informal Propositions

  1. A curve shall be arcwise connected
  2. A curve shall have an arc length greater than zero.

8.9.3.25.2 Entity inheritance

8.9.3.25.3 Attributes

# Attribute Type Description
IfcRepresentationItem (2)
Click to show 2 hidden inherited attributes
IfcCurve (1)
* Dim IfcDimensionCount

This attribute is formally derived.

IfcCurveDim(SELF)

The space dimensionality of this abstract class, defined differently for all subtypes, i.e. for IfcLine, IfcConic and IfcBoundedCurve.

Table 8.9.3.25.A

8.9.3.25.4 Formal representation

ENTITY IfcCurve
ABSTRACT SUPERTYPE OF (ONEOF
(IfcBoundedCurve
,IfcConic
,IfcLine
,IfcOffsetCurve
,IfcPcurve
,IfcPolynomialCurve
,IfcSpiral
,IfcSurfaceCurve))
SUBTYPE OF (IfcGeometricRepresentationItem);
DERIVE
Dim : IfcDimensionCount := IfcCurveDim(SELF);
END_ENTITY;

8.9.3.25.5 References

Edit on Github

4 contributor(s):
Last change: Improve definition split (#876) * bring back headers headers were previously removed by mistake, now bringing them back * add new lines and rename the tag add the word 'short' in it * unify newlines make exactly one newline before and two after the tag * resolving typos Because bringing back headers required to go back in time to previous version, I'm now re-resolving the issues: #861, #860, #856 by ArturTomczak on 7/16/2024, 2:07:28 PM

Is this page difficult to understand? Let us know!