Fixes problems with horizontal curves and clothoid spirals

This commit is contained in:
Richard Brice
2023-10-13 15:03:23 -07:00
committed by Thomas Krijnen
parent 51f72b4edc
commit e794911926
3 changed files with 45 additions and 63 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#endif
#define BIND(T) \
if (inst->as<IfcSchema::T>()) { \
if (!item && inst->as<IfcSchema::T>()) { \
try { \
item = map_impl(inst->as<IfcSchema::T>()); \
if (item != nullptr) { \