mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
44ce7c7e8a
- to avoid some diffs on regeneration - some fixtures had problems with the header, so `fail` for them wasn't really testing the intended case, because small issues in the header would make fixture fail regardless
14 lines
344 B
Plaintext
14 lines
344 B
Plaintext
ISO-10303-21;
|
|
HEADER;
|
|
FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1');
|
|
FILE_NAME('','1970-01-01T00:00:00',(''),(''),'IfcOpenShell','IfcOpenShell','');
|
|
FILE_SCHEMA(('IFC2X3'));
|
|
ENDSEC;
|
|
DATA;
|
|
#1=IFCCARTESIANPOINT((0.,0.,0.));
|
|
#2=IFCAXIS2PLACEMENT3D(#1,$,$);
|
|
#3=IFCPLANE(#2);
|
|
#4=IFCANNOTATIONSURFACE(#3,$);
|
|
ENDSEC;
|
|
END-ISO-10303-21;
|