AMCAX Kernel
Geometry kernel for CAD/CAE/CAM
九韶内核 1.0.0.0
载入中...
搜索中...
未找到
MakeShapeError.hpp 文件参考

Enumerations used for construction of shapes 更多...

此图展示该文件被哪些文件直接或间接地引用了:

命名空间

namespace  AMCAX
 AMCAX 内核提供的所有接口所在的命名空间。
 

枚举

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

详细描述

Enumerations used for construction of shapes

This file is part of AMCAX kernel.