Skip to content

Are there any polygon morphology operations I'm missing? #937

@inventor2525

Description

@inventor2525

Such as OpenCV does here

I'm looking mostly for erosion and dilation of OCC faces.

Currently I'm using Shapely to (they call their function) "buffer" a polygon, and then convert it to an OCC face and extrude my 3d geometry up from there, but Shapely builds it's polygons of solely line segments and I'd like to use the full descriptive power of a b rep (eg, actual arcs for end caps).

Closest I've seen is Geom2d_OffsetCurve, but there's be a pretty bit to build on top for that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions