Autodesk.Revit.DB.Structure.StructuralSections.StructuralSectionRound 是 Revit 中的一个结构体,用于定义圆形截面的结构构件。
StructuralSectionRound 结构体具有以下属性:
Diameter:圆形截面的直径。单位为英尺。StructuralSectionRound 结构体具有以下方法:
Equals(Object): 指示当前对象是否等于指定对象。GetHashCode(): 用作默认哈希函数。GetType(): 获取当前实例的 Type。ToString(): 返回表示当前对象的字符串。以下示例演示如何创建圆形截面的 StructuralSectionRound 对象:
//创建一个直径为3英尺的圆形截面
StructuralSectionRound roundSec = new StructuralSectionRound(3.0);
StructuralSectionRound 结构体通常用于定义圆柱形的结构构件,例如钢柱、管道等。