Common_Engine: IElementCurves uses BHoMObject #1323
Labels
size:XS
Measured in seconds
type:bug
Error or unexpected behaviour
type:compliance
Non-conforming to code guidelines
Description:
IElement
is not aBHoMObject
. This still "works" as it's mostly used for TexBar
&Panel
which also is aBHoMObject
.The only thing this does is sending it to a decrepit method which then casts it to
IElement
to then call the new one. Hence simply changingBHoMObject
toIElement
would fix this.BHoM_Engine/Common_Engine/Query/ElementCurves.cs
Line 86 in 9774432
The text was updated successfully, but these errors were encountered: