RevitAPI WireSize 导线尺寸

RevitAPI WireSize 导线尺寸

#region 程序集 RevitAPI.dll, v16.0.0.0
// C:\Program Files\Autodesk\Revit 2016\RevitAPI.dll
#endregion

using Autodesk.Revit.DB;
using System;

namespace Autodesk.Revit.DB.Electrical
{
    // 摘要:
    //     Represents specific electrical wire size information.	表示特定的电线尺寸信息。
    //
    // 备注:
    //     Wire size is defined based on corresponding wire material type and temperature
    //     rating type.	导线的尺寸是根据相应的导线材料类型和温度来确定的等级类型。
    public class WireSize : APIObject
    {
        // 摘要:
        //     Get ampacity which be used for specifying size, the unit is ampere.	载流量。获得用于指定大小的安培数,单位为安培。
        public long Ampacity { get; }
        //
        // 摘要:
        //     Get diameter of wire.	导线直径
        public double Diameter { get; }
        //
        // 摘要:
        //     Get or set whether the size can be used in sizing.	是否可用
        public bool InUse { get; set; }
        //
        // 摘要:
        //     Get size symbol of wire.	导线大小的符号
        public string Size { get; }
    }
}
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值