Skip to content

Commit

Permalink
IVS-168 Re-enable rules (#340)
Browse files Browse the repository at this point in the history
* Re-enable rules

* Update BRP001_Polyhedral-IfcFace-boundary-no-self-intersections.feature

* Update TAS001_Polygonal-face-boundary-no-self-intersections.feature

* Fix schema errors
  • Loading branch information
aothms authored Jan 28, 2025
1 parent c4a2144 commit d4e3d34
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@disabled
@informal-proposition
@SWE
@version1
Expand Down
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 d4e3d34

Please sign in to comment.