0x
002963
2019-04-17

通过 COM 接口创建的杆件荷载温度

如果我想通过COM接口应用温度杆件荷载,应该输入哪些参数?


回复:

为了通过COM接口在杆件上创建温度荷载,只需在杆件荷载中指定以下参数:

Dim memload As RSTAB8.MemberLoad
memload.Direction = LocalZType
memload.Distribution = UniformType
memload.Magnitude1 = T_c
memload.Magnitude2 = dT
memload.ObjectList = "1"
memload.Type = TemperatureType

T_c entspricht dabei dem konstanten Temperaturanteil und dT dem auf Ober- und Unterseite verschiedenen.


作者

Thomas在客户支持部门处理与软件相关的技术咨询。他能够可靠地熟悉不同主题,并制定合适的解决方案。



;