IFC4.3.x-development icon indicating copy to clipboard operation
IFC4.3.x-development copied to clipboard

IfcCurveDim

Open SergejMuhic opened this issue 3 years ago • 0 comments

My EXPRESS tools are complaining again. Happens in IfcCurveDim again:

IF ('IFC4X3_DEV_64d1fa4d.IFCCURVESEGMENT2D' IN TYPEOF(Curve))
THEN RETURN(2);

Not a big deal since merely the string involved is never satisfied but an unnecessary check since IfcCurveSegment2D was removed and is not part of the EXPRESS schema anymore.

A cosmetic correction is required. 😄

ping @TLiebich @aothms

SergejMuhic avatar Aug 08 '22 11:08 SergejMuhic