IFC 4.3.2.20241204 (IFC4X3_ADD2) under development

8.9.3.56 IfcReparametrisedCompositeCurveSegment

8.9.3.56.1 Semantic definition

The IfcReparametrisedCompositeCurveSegment is geometrically identical to a IfcCompositeCurveSegment but with the additional capability of reparametrization.

If t~0~ ≤ t ≤ t~1~ is the parameter range of ParentCurve, the new parameter . for the reparametrised composite curve segment is given by the equation:

Image if SameSense = TRUE; or by the equation:
Figure 8.9.3.56.A
Image if SameSense = FALSE;
Figure 8.9.3.56.B

8.9.3.56.2 Entity inheritance

8.9.3.56.3 Attributes

# Attribute Type Description
IfcRepresentationItem (2)
IfcSegment (3)
IfcCompositeCurveSegment (2)
Click to show 7 hidden inherited attributes
IfcReparametrisedCompositeCurveSegment (1)
4 ParamLength IfcParameterValue

No description available.

Table 8.9.3.56.C

8.9.3.56.4 Formal propositions

Name Description
PositiveLengthParameter

The ParamLength shall be greater than zero.

ParamLength > 0.0
Table 8.9.3.56.D

8.9.3.56.5 Formal representation

ENTITY IfcReparametrisedCompositeCurveSegment
SUBTYPE OF (IfcCompositeCurveSegment);
ParamLength : IfcParameterValue;
WHERE
PositiveLengthParameter : ParamLength > 0.0;
END_ENTITY;

8.9.3.56.6 References

Edit on Github


Is this page difficult to understand? Let us know!

8.9.3.56.7 Changelog

8.9.3.56.7.1 IFC4

  • New resource