Inventor Nastran iLogic 自動化(IIA)で使用できるコマンド
Inventor Nastran でシミュレーションを定義するために 1 つまたは複数の iLogic ルールを使用することができます。他のすべてのルールと平行になる、メインとラベルされたルールを保存する必要があります。メインのルールの構文には、次のものがあります。
Sub Main()
Dim oIlogic As IiLogicAutomation
oIlogic = iLogicVb.Automation
' Setting iLogic External Rules directory to Inventor Nastran's iLogic external rules folder
Dim ExternalRuleDirectory(0) As String
ExternalRuleDirectory(0) = "C:\Program Files\Autodesk\Inventor Nastran 2025\In-CAD\System\iLogic"
oIlogic.FileOptions.ExternalRuleDirectories = ExternalRuleDirectory
iLogicVb.RunExternalRule("IlogicExtRule_EnterInCADEnv")
' Setting iLogic Addin DLLs directory to Inventor Nastran's System folder
oIlogic.FileOptions.AddinDirectory = "C:\Program Files\Autodesk\Inventor Nastran 2025\In-CAD\System"
End Sub
次の関数は、線形静的解析の iLogic コマンドによってサポートされています。