mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-19 11:43:53 +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" |