ホーム / 解析条件の設定 / CHertzSurroundField / プロパティ / ThetaInterval
ThetaIntervalプロパティ
定義
ThetaInterval As double| 値の取得 | ○ | |
| 値の設定 | ○ |
引数
引数はありません解説
電磁波解析、音波解析ソルバー実行時のに放射特性計算でサンプリングポイントを指定するのに使われます 。単位は[deg]です。実行例
Dim Femtet As New CFemtetDim Als As CAnalysis
If Femtet.OpenNewProject() = False Then
Femtet.ShowLastError
End If
'Femtet.Analysisを変数Alsに代入して使いやすくする
Set Als = Femtet.Analysis
Als.HertzSurroundField.SamplingInputType=DELTA_ENUM
Als.HertzSurroundField.PhiMin = 0
Als.HertzSurroundField.PhiMax = 90
Als.HertzSurroundField.PhiInterval= 90
Als.HertzSurroundField.ThetaMin = 0
Als.HertzSurroundField.ThetaMax = 180
Als.HertzSurroundField.ThetaInterval= 10


