Design File Functions
This group of functions is available for managing Design Variables through the API.
Details
-
openvsp.ReadApplyDESFile(std: :string const & file_name)[source]
-
openvsp.WriteDESFile(std: :string const & file_name)[source]
-
openvsp.ReadApplyXDDMFile(std: :string const & file_name)[source]
-
openvsp.WriteXDDMFile(std: :string const & file_name)[source]
-
openvsp.GetNumDesignVars() → int[source]
-
openvsp.AddDesignVar(std: :string const & parm_id, int type)[source]
-
openvsp.DeleteAllDesignVars()[source]
-
openvsp.GetDesignVar(int index) → std::string[source]
-
openvsp.GetDesignVarType(int index) → int[source]