ホーム / ボディ属性の設定 / CHeatSouce / プロパティ / bDist
bDistプロパティ
定義
bDist As Boolean| 値の取得 | ○ | |
| 値の設定 | ○ |
引数
引数はありません解説
発熱密度での分布使用の(無[False]/有[True] )を設定、取得します。実行例
Dim Femtet As New CFemtetDim Btr As CBodyAttribute
If Femtet.OpenNewProject() = False Then
Femtet.ShowLastError
End If
'Femtet.BodyAttributeを変数Btrに代入して使いやすくする
Set Btr = Femtet.BodyAttribute
Btr.Add "BodyAttributeA"
Btr.HeatSource(0).bDist = True


