mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 14:31:39 +00:00
6 lines
167 B
C
6 lines
167 B
C
|
|
#include "EntityMappingUndefine.h"
|
||
|
|
#define FACE(T) \
|
||
|
|
if ( l->is(T::Class()) ) return convert((T*)l,r);
|
||
|
|
#include "EntityMappingDefine.h"
|
||
|
|
|
||
|
|
#include "EntityMapping.h"
|