Skip to main content

DIMENSIONLESS

Kind: Constant
Domain: Expressions, units, and tolerances
Canonical import: from cadflow import DIMENSIONLESS

Signature

DIMENSIONLESS: Dimension = Dimension(length=0, angle=0)

Description

Physical dimension represented by integer length and angle exponents.

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

  • Instances are immutable dataclass values; update workflows return a replacement value.

Import check

from cadflow import DIMENSIONLESS

See also