Tagged: 2020 R2, General (Maxwell), maxwell
-
-
January 31, 2023 at 9:26 amFAQParticipant
オブジェクト数とオブジェクト名をスクリプトで取得することが可能です。 使用するコマンド ・オブジェクト数を取得する:GetNumObjects() ・オブジェクト名を取得する:GetObjectName(<Index>) オブジェクト名を取得して MessageBox で表示する VBS のサンプルコードを下記に示します。 <注意>本サンプルコードは、全ての動作を保証するものではありません。 ——————————————————————– Set oAnsoftApp = CreateObject(“Ansoft.ElectronicsDesktop”) Set oDesktop = oAnsoftApp.GetAppDesktop() oDesktop.RestoreWindow Set oProject = oDesktop.GetActiveProject() Set oDesign = oProject.GetActiveDesign() Set oEditor = oDesign.SetActiveEditor(“3D Modeler”) obj_num = oEditor.GetNumObjects for i = 0 to obj_num-1 msgbox oEditor.GetObjectName(i) next ——————————————————————– キーワード: Script, スクリプト, VBS, IronPython, GetNumObjects, GetObjectName
-
Introducing Ansys Electronics Desktop on Ansys Cloud
The Watch & Learn video article provides an overview of cloud computing from Electronics Desktop and details the product licenses and subscriptions to ANSYS Cloud Service that are...
How to Create a Reflector for a Center High-Mounted Stop Lamp (CHMSL)
This video article demonstrates how to create a reflector for a center high-mounted stop lamp. Optical Part design in Ansys SPEOS enables the design and validation of multiple...
Introducing the GEKO Turbulence Model in Ansys Fluent
The GEKO (GEneralized K-Omega) turbulence model offers a flexible, robust, general-purpose approach to RANS turbulence modeling. Introducing 2 videos: Part 1 provides background information on the model and a...
Postprocessing on Ansys EnSight
This video demonstrates exporting data from Fluent in EnSight Case Gold format, and it reviews the basic postprocessing capabilities of EnSight.
- 下記のようなエラーメッセージが 表示され解析を進めることができません。 Error: Journal file “XXX.uns_in” not found. Error Object: #f
- 解析が下記のメッセージにて実行できませんでした 対処方法を教えてください [error] Solver failed because of poor mesh quality. Try adjusting the mesh settings. [error] Simulation completed with execution error on server: Local Machine.
- 日本語オンラインヘルプ
- Solid Worksのインポート方法
- バッチ処理方法を教えてください.
- モデルファイルが破損して開けません 対処方法をおしえてください
- メッシュの並列化の設定方法を教えて下さい
- CATIA V5のインポート方法
- [info] Project (Materials) 材料名 was not found in its original location ([personal] 材料名), it won’t be listed in the Update Definitions dialog
- Icepakで使える乱流モデルの「RNG」とは何ですか?
© 2024 Copyright ANSYS, Inc. All rights reserved.