You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BH.Engine.Rhinoceros.Convert.ToRhino(BH.oM.Geometry.Cone cone) creates only the top surface of the cone without its base, differently from correspondent ToBHoM method.
Hi, I've added a test file that explains the issue. In general, if you start from a closed Brep representing a cone with capped base, after calling ToBHoM() and then ToRhino(), you end up with an untrimmed surface (an uncapped cone).
Description:
BH.Engine.Rhinoceros.Convert.ToRhino(BH.oM.Geometry.Cone cone)
creates only the top surface of the cone without its base, differently from correspondentToBHoM
method.Test file:
Test file is uploaded to SharePoint.
The text was updated successfully, but these errors were encountered: