pub fn medial_axis(
model: &Model,
face: &Shape,
tol: Tolerances,
) -> OgeomResult<MedialAxis>Expand description
The medial axis of a convex planar polygonal face.
ยงErrors
OgeomError::Construction, each
by name: a face that is not planar, carries inner wires, has a curved
edge, or turns a reflex corner. Those have curved branches, which
medial_graph builds.