gumyr / cq_warehouse

A cadquery parametric part collection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face.embossToShape() add tolerance

gumyr opened this issue · comments

add a tolerance parameter that gets passed to the wire/edge emboss method.

Complete in the dev branch.

def _face_embossToShape(
    self,
    targetObject: "Shape",
    surfacePoint: "VectorLike",
    surfaceXDirection: "VectorLike",
    internalFacePoints: list["Vector"] = None,
    tolerance: float = 0.01,
) -> "Face":