Files
2026-07-22 19:38:36 +08:00

325 B

mirror_shape

API Definition

def mirror_shape(shape: AnyShape, plane_origin: Tuple[float, float, float], plane_normal: Tuple[float, float, float]) -> AnyShape

Source: operations.py

Import Surface

  • top-level: from simplecadapi import mirror_shape

Description

Mirror a shape across a plane.