mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 13:52:23 +00:00
Fixes problems with horizontal curves and clothoid spirals
This commit is contained in:
committed by
Thomas Krijnen
parent
51f72b4edc
commit
e794911926
@@ -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) { \
|
||||
|
||||
Reference in New Issue
Block a user