Design File Functions

This group of functions is available for managing Design Variables through the API.

ReadApplyDESFile(std)

WriteDESFile(std)

ReadApplyXDDMFile(std)

WriteXDDMFile(std)

GetNumDesignVars()

AddDesignVar(std, int type)

DeleteAllDesignVars()

GetDesignVar(int index)

GetDesignVarType(int index)

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]