I saw parsing with JAVA, but I need to parse the same IFC extension files, which consist of object-oriented frameworks and objects represented by blocks using javascript or perl. The basic idea will be very helpful.
Example IFC file:
ISO-10303-21;
HEADER;
FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1');
FILE_NAME(
/* name */ 'C:\\sample.ifc',
/* time_stamp */ '2012-05-18T13:15:15',
/* authorization */ 'None');
FILE_SCHEMA (('IFC2X3'));
ENDSEC;
DATA;
ENDSEC;
END-ISO-10303-21;
source
share