-
Notifications
You must be signed in to change notification settings - Fork 204
/
test.ifc
46 lines (46 loc) · 1.52 KB
/
test.ifc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
ISO-10303-21;
HEADER;
/******************************************************
* STEP Physical File produced by: That Open Engine WebIfc 0.0.62
* Module: web-ifc/IfcLoader
* Version: 0.0.62
* Source: https://github.com/ThatOpen/engine_web-ifc
* Issues: https://github.com/ThatOpen/engine_web-ifc/issues
******************************************************/
FILE_DESCRIPTION(('1','2'),'2;1');
FILE_NAME('test.ifc','2024-11-12T08:27:57',('3','4'),('5','6'),'thatopen/web-ifc-api','thatopen/web-ifc-api','78');
FILE_SCHEMA(('IFC2X3'));
ENDSEC;
DATA;
#1=IFCCARTESIANPOINT((1.,2.,3.));
#2=IFCCARTESIANPOINT((4.,5.,6.));
#3=IFCCARTESIANPOINT((7.,8.,9.));
#4=IFCPOLYLOOP((#1,#2,#3));
#5=IFCFACEOUTERBOUND(#4,.T.);
#6=IFCFACE((#5));
ENDSEC;
END-ISO-10303-21;
---------------------
ISO-10303-21;
HEADER;
/******************************************************
* STEP Physical File produced by: That Open Engine WebIfc 0.0.62
* Module: web-ifc/IfcLoader
* Version: 0.0.62
* Source: https://github.com/ThatOpen/engine_web-ifc
* Issues: https://github.com/ThatOpen/engine_web-ifc/issues
******************************************************/
FILE_DESCRIPTION(('1','2'),'2;1');
FILE_NAME('test.ifc','2024-11-12T08:27:57',('3','4'),('5','6'),'thatopen/web-ifc-api','thatopen/web-ifc-api','78');
FILE_SCHEMA(('IFC2X3'));
ENDSEC;
DATA;
#7=IFCCARTESIANPOINT((1.,2.,3.));
#8=IFCCARTESIANPOINT((4.,5.,6.));
#9=IFCCARTESIANPOINT((7.,8.,9.));
#10=IFCPOLYLOOP((#7,#8,#9));
#11=IFCFACEOUTERBOUND(#10,.T.);
#12=IFCFACE((#11));
ENDSEC;
END-ISO-10303-21;
---------------------