AMCAX Kernel 1.0.0.0
MakeShapeError.hpp File Reference

Enumerations used for construction of shapes. More...

This graph shows which files directly or indirectly include this file:

Namespaces

namespace  AMCAX
 Namespace of all interface in the AMCAX kernel.
 

Enumerations

enum class  AMCAX::EdgeError {
  AMCAX::EdgeDone , AMCAX::PointProjectionFailed , AMCAX::ParameterOutOfRange , AMCAX::DifferentPointsOnClosedCurve ,
  AMCAX::PointWithInfiniteParameter , AMCAX::DifferentsPointAndParameter , AMCAX::LineThroughIdenticPoints
}
 Error types in edge construction. More...
 
enum class  AMCAX::WireError { AMCAX::WireDone , AMCAX::EmptyWire , AMCAX::DisconnectedWire , AMCAX::NonManifoldWire }
 Error types in wire construction. More...
 
enum class  AMCAX::FaceError { AMCAX::FaceDone , AMCAX::EmptyFace , AMCAX::NotPlanar , AMCAX::ParametersOutOfRange }
 Error types in face construction. More...
 
enum class  AMCAX::ShellError { AMCAX::ShellDone , AMCAX::EmptyShell }
 Error types in shell construction. More...
 

Detailed Description

Enumerations used for construction of shapes.

This file is part of AMCAX kernel.