ホーム / 解析条件の設定 / CRadPtnSimple / プロパティ / XYPlaneCondition
XYPlaneConditionプロパティ
定義
XYPlaneCondition As HERTZ_RP_SYMMETRIC_T| 値の取得 | ○ | |
| 値の設定 | ○ |
引数
引数はありません解説
XY面の対称性について指定します。デフォルトは、対称性なしです。実行例
Dim Femtet As New CFemtet
Dim Als As CAnalysis
If Femtet.OpenNewProject() = False Then
End If
'Femtet.Analysisを変数Alsに代入して使いやすくする
Set Als = Femtet.Analysis
Als.RadPtnSimple.XYPlaneCondition = E_SYM_C
Als.RadPtnSimple.YZPlaneCondition = E_SYM_C
Als.RadPtnSimple.ZXPlaneCondition = E_SYM_C


