Files
cadSet/SimpleCADAPI/docs/api/Placement.md
2026-07-22 19:38:36 +08:00

361 B

Placement

Class Definition

class Placement(origin: Vec3, x_axis: Vec3 = (1.0, 0.0, 0.0), y_axis: Vec3 = (0.0, 1.0, 0.0), z_axis: Vec3 = (0.0, 0.0, 1.0))

Source: product.py

Import Surface

  • top-level: from simplecadapi import Placement

Description

Right-handed placement mapping child-local coordinates to parent coordinates.