bf: IfcBSplineCurve is an isntance of abstract entity

This commit is contained in:
Igor.Sokolov
2023-11-04 08:09:13 +04:00
committed by Thomas Krijnen
parent 52700452d9
commit b3a6b8e07f
2 changed files with 2 additions and 2 deletions
@@ -8,6 +8,6 @@ DATA;
#1=IFCCARTESIANPOINT((0.,0.));
#2=IFCCARTESIANPOINT((1.,0.));
#3=IFCCARTESIANPOINT((1.,1.));
#4=IFCBSPLINECURVE(1,(#1,#2,#3),.POLYLINE_FORM.,.F.,.F.);
#4=IFCBEZIERCURVE(1,(#1,#2,#3),.POLYLINE_FORM.,.F.,.F.);
ENDSEC;
END-ISO-10303-21;
@@ -8,6 +8,6 @@ DATA;
#1=IFCCARTESIANPOINT((0.,0.,0.));
#2=IFCCARTESIANPOINT((1.,0.,0.));
#3=IFCCARTESIANPOINT((1.,1.,0.));
#4=IFCBSPLINECURVE(1,(#1,#2,#3),.POLYLINE_FORM.,.F.,.F.);
#4=IFCBEZIERCURVE(1,(#1,#2,#3),.POLYLINE_FORM.,.F.,.F.);
ENDSEC;
END-ISO-10303-21;