bluemira.geometry.error

Errors for geometry module

Exceptions

GeometryError

Error class for use in the geometry module

NotClosedWireError

Not Closed Wire Error

MixedOrientationWireError

Mixed Orientation Wire Error

DisjointedFaceError

Disjointed Face Error

DisjointedSolidError

Disjointed Solid Error

GeometryParameterisationError

Error class for parametric shapes.

CoordinatesError

Error class for use in Coordinates

Module Contents

exception bluemira.geometry.error.GeometryError

Bases: bluemira.base.error.BluemiraError

Inheritance diagram of bluemira.geometry.error.GeometryError

Error class for use in the geometry module

exception bluemira.geometry.error.NotClosedWireError

Bases: bluemira.base.error.BluemiraError

Inheritance diagram of bluemira.geometry.error.NotClosedWireError

Not Closed Wire Error

exception bluemira.geometry.error.MixedOrientationWireError

Bases: bluemira.base.error.BluemiraError

Inheritance diagram of bluemira.geometry.error.MixedOrientationWireError

Mixed Orientation Wire Error

exception bluemira.geometry.error.DisjointedFaceError

Bases: bluemira.base.error.BluemiraError

Inheritance diagram of bluemira.geometry.error.DisjointedFaceError

Disjointed Face Error

exception bluemira.geometry.error.DisjointedSolidError

Bases: bluemira.base.error.BluemiraError

Inheritance diagram of bluemira.geometry.error.DisjointedSolidError

Disjointed Solid Error

exception bluemira.geometry.error.GeometryParameterisationError

Bases: GeometryError

Inheritance diagram of bluemira.geometry.error.GeometryParameterisationError

Error class for parametric shapes.

exception bluemira.geometry.error.CoordinatesError

Bases: GeometryError

Inheritance diagram of bluemira.geometry.error.CoordinatesError

Error class for use in Coordinates