IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

8.9.3.49 IfcPointOnCurve

8.9.3.49.1 Semantic definition

The IfcPointOnCurve is a point defined by a parameter value of its defining curve.

Informal Propositions

  1. The value of the point parameter shall not be outside the parametric range of the curve.

8.9.3.49.2 Entity inheritance

8.9.3.49.3 Attributes

# Attribute Type Description
IfcRepresentationItem (2)
IfcPoint (1)
Click to show 3 hidden inherited attributes
IfcPointOnCurve (2)
1 BasisCurve IfcCurve

The curve to which point parameter relates.

2 PointParameter IfcParameterValue

The parameter value of the point location.

Table 8.9.3.49.A

8.9.3.49.4 Formal representation

ENTITY IfcPointOnCurve
SUBTYPE OF (IfcPoint);
BasisCurve : IfcCurve;
PointParameter : IfcParameterValue;
END_ENTITY;

8.9.3.49.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!