Files
IfcOpenShell/src/ifcgeom/IfcRegisterConvertWire.h
T

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

6 lines
191 B
C
Raw Normal View History

#include "IfcRegisterUndef.h"
#define WIRE(T) \
2017-12-18 15:25:09 +01:00
if ( l->declaration().is(IfcSchema::T::Class()) ) return convert((IfcSchema::T*)l,r);
#include "IfcRegisterDef.h"
#include "IfcRegister.h"