The following group of functions are specific to VSPAERO. However, their relevance has been mostly replaced by Analysis Manager capabilities. Click here to return to the main page.
More...
◆ GetVSPAERORefWingID()
string vsp::GetVSPAERORefWingID |
( |
| ) |
|
|
extern |
Get ID of the current VSPAERO reference Geom
- Returns
- Reference Geom ID
◆ SetVSPAERORefWingID()
string vsp::SetVSPAERORefWingID |
( |
const std::string & | geom_id | ) |
|
|
extern |
Set the current VSPAERO reference Geom ID
string wing_id =
AddGeom(
"WING" );
string vert_id =
AddGeom(
"WING" );
Print( "VSPAERO Reference Wing ID: ", false );
void SetGeomName(const std::string &geom_id, const std::string &name)
std::string AddGeom(const std::string &type, const std::string &parent=std::string())
double SetParmValUpdate(const std::string &parm_id, double val)
string GetVSPAERORefWingID()
string SetVSPAERORefWingID(const std::string &geom_id)
- Parameters
-
[in] | geom_id | Reference Geom ID |