Hello,
I am trying to use PhysicsAI batch mode with edspy.sh to conduct prediction for my new CAD model. In guidline, it explains as below but does not specify the input file format. In my case, my CAD file format is in .x_b format and when I try to run batch mode, it gives an error as:
“no reader found for .x_b.”
I want to know what formats are supported in batch mode. How can I run PhysicsAI using input .x_b CAD file in batch mode without opening PhysicsAI (Hypermesh) GUI.
Thank you.
Predict a New Mesh or CAD Model
Batch command for predicting on a new mesh or CAD model:
<install_location>\common\eds\linux\bin\linux\edspy.sh --physicsai --predict-write
<outputfile_name.h3d> --model <model_name.psmdl> --input-file <inputfile_name> [-- hooks-dir=<hookdir>]
<outputfile_name.h3d>The output animation file name to create. Names without a path will appear in the current working directory. This file typically has a *.h3d extension.<model_name.psmdl>The trained PhysicsAI model to use during the prediction. This file typically has a *.psmdl extension and is located in the subdirectries folder within the models directory folder of a project.