AnyCAD Rapid API 2024
Help you to create a better world!
载入中...
搜索中...
未找到
SystemUnits类 参考

Public 成员函数

String Get (String quantity)
 
void Set (String quantity, String unit)
 
double ToSystemValue (double val, String unit, String quantity)
 
double FromSystemValue (double val, String unit, String quantity)
 
double ToSystemLength (double val, String unit)
 
double FromSystemLength (double val, String unit)
 
double ToSystemAngle (double val, String unit)
 
double FromSystemAngle (double val, String unit)
 
void SetSystemLengthUnit (String unit)
 
String GetSystemLengthUnit ()
 

静态 Public 成员函数

static SystemUnits Instance ()
 
static SystemUnits GetInstance ()
 
static double FloorLength (double v, String unit)
 

详细描述

<> 定义系统默认的单位,提供与界面展示互相转换的方法

成员函数说明

◆ FromSystemAngle()

double SystemUnits.FromSystemAngle ( double val,
String unit )

转换为界面展示的角度值

参数
val系统存储的值
unit界面展示的单位
返回
界面展示的值

◆ FromSystemLength()

double SystemUnits.FromSystemLength ( double val,
String unit )

转换为界面展示的长度值

参数
val系统存储的值
unit界面展示的单位
返回
界面展示的值

◆ FromSystemValue()

double SystemUnits.FromSystemValue ( double val,
String unit,
String quantity )

转换为界面展示的值

参数
val系统存储的值
unit界面展示的单位
quantity量纲
返回
界面展示的值

◆ Get()

String SystemUnits.Get ( String quantity)

获取单位

参数
quantity量纲
返回
返回单位

◆ Set()

void SystemUnits.Set ( String quantity,
String unit )

设置量纲

参数
quantity量纲
unit单位

◆ ToSystemAngle()

double SystemUnits.ToSystemAngle ( double val,
String unit )

转成为系统角度值

参数
val界面展示的值
unit界面展示的单位
返回
系统存储的值

◆ ToSystemLength()

double SystemUnits.ToSystemLength ( double val,
String unit )

转成为系统长度值

参数
val界面展示的值
unit界面展示的单位
返回
系统存储的值

◆ ToSystemValue()

double SystemUnits.ToSystemValue ( double val,
String unit,
String quantity )

转换为系统值

参数
val界面展示的值
unit界面展示的单位
quantity量纲
返回
系统存储的值