Skip to content

Commit

Permalink
Fix schema errors
Browse files Browse the repository at this point in the history
  • Loading branch information
aothms committed Jan 28, 2025
1 parent 62d9590 commit ee21ea9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ DATA;
#40=IFCCARTESIANPOINT((0.,0.));
#41=IFCPOLYLINE((#39,#40));
#42=IFCCOMPOSITECURVESEGMENT(.CONTINUOUS.,.T.,#41);
#43=IFCCOMPOSITECURVE((#25,#29,#34,#38,#42),$);
#43=IFCCOMPOSITECURVE((#25,#29,#34,#38,#42),.T.);
#44=IFCARBITRARYCLOSEDPROFILEDEF(.AREA.,$,#43);
#45=IFCDIRECTION((0.,0.,1.));
#46=IFCEXTRUDEDAREASOLID(#44,$,#45,1.);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ DATA;
#36=IFCCARTESIANPOINT((0.,0.));
#37=IFCPOLYLINE((#35,#36));
#38=IFCCOMPOSITECURVESEGMENT(.CONTINUOUS.,.T.,#37);
#39=IFCCOMPOSITECURVE((#25,#29,#34,#38),$);
#39=IFCCOMPOSITECURVE((#25,#29,#34,#38),.F.);
#40=IFCARBITRARYCLOSEDPROFILEDEF(.AREA.,$,#39);
#41=IFCDIRECTION((0.,0.,1.));
#42=IFCEXTRUDEDAREASOLID(#40,$,#41,1.);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ DATA;
#32=IFCCIRCLE(#31,1.);
#33=IFCTRIMMEDCURVE(#32,(IFCPARAMETERVALUE(1.5707963267949)),(IFCPARAMETERVALUE(3.14159265358979)),.T.,.PARAMETER.);
#34=IFCCOMPOSITECURVESEGMENT(.CONTINUOUS.,.T.,#33);
#35=IFCCOMPOSITECURVE((#25,#29,#34),$);
#35=IFCCOMPOSITECURVE((#25,#29,#34),.F.);
#36=IFCARBITRARYCLOSEDPROFILEDEF(.AREA.,$,#35);
#37=IFCDIRECTION((0.,0.,1.));
#38=IFCEXTRUDEDAREASOLID(#36,$,#37,1.);
Expand Down

0 comments on commit ee21ea9

Please sign in to comment.