Files
IfcOpenShell/src/ifcgeom/IfcRegisterConvertFace.h
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
174 B
C
Raw Normal View History

#include "IfcRegisterUndef.h"
#define FACE(T) \
2021-09-06 18:52:37 +02:00
if (l->as<IfcSchema::T>()) return convert(l->as<IfcSchema::T>(), r);
#include "IfcRegisterDef.h"
#include "IfcRegister.h"