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
I experienced a stack overflow, it seemed that there is an infinite loop when calling fn include from Trait truck_geotrait::traits::IncludeCurve with a truck_modeling::geometry::Surface
Surface::RevolutedCurve where surface.entity_curve() is a Line.
I suspect it should be surface instead of self in the corresponding code.
The text was updated successfully, but these errors were encountered:
I experienced a stack overflow, it seemed that there is an infinite loop when calling fn include from Trait truck_geotrait::traits::IncludeCurve with a truck_modeling::geometry::Surface
Surface::RevolutedCurve where surface.entity_curve() is a Line.
I suspect it should be surface instead of self in the corresponding code.
The text was updated successfully, but these errors were encountered: