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

Class for SI Base Units 更多...

#include <common/Macros.hpp>
AbstructUnit.hpp 的引用(Include)关系图:
此图展示该文件被哪些文件直接或间接地引用了:

class  AMCAX::AbstructUnit
 Class for SI Base Units 更多...
 

命名空间

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

枚举

enum class  AMCAX::UnitPrefix {
  QUECTO = -30 , RONTO = -27 , YOCTO = -24 , ZEPTO = -21 ,
  ATTO = -18 , FEMTO = -15 , PICO = -12 , NANO = -9 ,
  MICRO = -6 , MILLI = -3 , CENTI = -2 , DECI = -1 ,
  NONE = 0 , DECA = 1 , HECTO = 2 , KILO = 3 ,
  MEGA = 6 , GIGA = 9 , TERA = 12 , PETA = 15 ,
  EXA = 18 , ZETTA = 21 , YOTTA = 24 , RONNA = 27 ,
  QUETTA = 30
}
 The unit prefixes
 

详细描述

Class for SI Base Units

This file is part of AMCAX Kernel.