xBimTeam / XbimGeometry

XbimGeometry contains the CLR interop libraries and the c++ engine used to compute the 3D geometry of models.
https://xbimteam.github.io/
Other
255 stars 128 forks source link

Added missing LogInfo argument - Issue 492 #493

Closed santiagoIT closed 2 months ago

santiagoIT commented 2 months ago

When the composite profile consists of only one profile, a log warning is issued. However the LogInfo format message is missing an argument, which results in an exception being thrown and the XbimSolid not being generated.

andyward commented 2 months ago

Thanks @santiagoIT