#Inches #Feet #Miles #Millimeters #Centimeters #Meters #Kilometers
units.SystemScale = #Millimeters
units.SystemType = #Millimeters
units.DisplayType = #Generic
#Generic
units.SystemType = #inches
#inches
units.formatValue 123.45
"123.45"
units.DisplayType = #Metric
#metric
units.MetricType = #meters
#meters
units.formatValue 123.45
"3.136m"
units.MetricType = #centimeters
#centimeters
units.formatValue 123.45
"313.563cm"
units.DisplayType = #US
#us
units.USType = #ft_Frac_In
#ft_Frac_In
units.formatValue 123.45
"10'3 14/32""
units.USType = #Dec_Ft
#dec_Ft
units.formatValue 123.45
"10.287'"
units.DisplayType = #Custom
#custom
units.formatValue 123.45
"0.016FL"
----------------------------
units.DisplayType =#metric
units.MetricType = #Millimeters
units.SystemScale=1
units.SystemType=#Millimeters
3dsmax 设置max单位显示与系统单位
最新推荐文章于 2024-07-10 00:32:48 发布