bnl.core.BoundaryHierarchy
- class bnl.core.BoundaryHierarchy(bs, *, name=None)[source]
Bases:
BoundaryContourThe structural output of the monotonic casting process.
Public Methods:
to_ms()Convert the BoundaryHierarchy to a MultiSegment.
Inherited from
BoundaryContourplot(**kwargs)Plots the BoundaryContour on a Plotly figure.
clean([strategy])Cleans up the boundary contour using a specified strategy.
level([strategy])Converts the BoundaryContour to a BoundaryHierarchy by quantizing salience.
- Parameters:
bs (Sequence[LeveledBoundary])
name (str | None)