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

294 B

translate_shape

API Definition

def translate_shape(shape: AnyShape, vector: Tuple[float, float, float]) -> AnyShape

Source: operations.py

Import Surface

  • top-level: from simplecadapi import translate_shape

Description

Translate a shape by an offset vector.