WORLD_CS
Kind: Constant
Domain: Modeling and geometry
Canonical import: from cadflow import WORLD_CS
Signature
WORLD_CS: CoordinateSystem = CoordinateSystem(origin=(np.float64(0.0), np.float64(0.0), np.float64(0.0)), x_axis=(np.float64(1.0), np.float64(0.0), np.float64(0.0)), y_axis=(np.float64(0...
Description
Three-dimensional coordinate system.
Three-dimensional coordinate system.
CadFlow uses a right-handed Z-up coordinate system with the origin at (0, 0, 0): X forward, Y right, Z up.
Errors
The source docstring does not declare a narrower exception contract. Invalid types, values, ownership, paths, or backend state may still raise the corresponding public error.
Behavior and constraints
- The contract below is generated from the current public runtime signature. Check domain notes for ownership and workflow constraints.
Import check
from cadflow import WORLD_CS