Skip to content

Commit

Permalink
Correct ALS005 file for ALS006 rules
Browse files Browse the repository at this point in the history
  • Loading branch information
aothms committed Sep 20, 2023
1 parent 8fcdef4 commit 31757cd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/files/als005/pass-sectioned-solid-horizontal.ifc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ DATA;
#31 = IFCDIRECTION((0., 0., 1.));
#32 = IFCDIRECTION((1., 0., 0.));
#33 = IFCAXIS2PLACEMENT3D(#15, #31, #32);
#34 = IFCALIGNMENTHORIZONTAL('2a51YNKc9CIA9mX6PHta0R', #1, $, $, $, $, $);
#20002 = IFCLOCALPLACEMENT(#30, #33);
#20000 = IFCPRODUCTDEFINITIONSHAPE($, $, (#20001));
#20001 = IFCSHAPEREPRESENTATION(#1001, 'Axis', 'Curve2D', (#54));
#34 = IFCALIGNMENTHORIZONTAL('2a51YNKc9CIA9mX6PHta0R', #1, $, $, $, #20002, #20000);
#35 = IFCALIGNMENTSEGMENT('2VLcO34uj1ThLg3tnDQSDu', #1, $, $, $, #1501, #1601, #36);
#36 = IFCALIGNMENTHORIZONTALSEGMENT($, $, #37, 0., 0., 0., 400., $, .LINE.);
#37 = IFCCARTESIANPOINT((0., 0.));
Expand Down Expand Up @@ -126,7 +129,6 @@ DATA;
#129 = IFCRELAGGREGATES('0PN7lKNInB_OsofZN8N0Nn', #1, 'Project Container', 'Project to Spatial Element', #7, (#24));

#1001 = IFCGEOMETRICREPRESENTATIONSUBCONTEXT('FootPrint', 'Model', *, *, *, *, #13, $, .MODEL_VIEW., $);
#1002 = IFCSHAPEREPRESENTATION(#1001, 'FootPrint', 'Curve2D', (#54));

#1101 = IFCALIGNMENTSEGMENT('1lqBKv7Xz1Hx2tmPCGtaIa', #1, $, $, $, #1501, #1631, #1102);
#1102 = IFCALIGNMENTHORIZONTALSEGMENT($, $, #1103, -0.95, 0., 0., 0., $, .LINE.);
Expand Down

0 comments on commit 31757cd

Please sign in to comment.