PCL Reference Manual > FlightLoads Functions > General Utilities
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX''">XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX''">   
General Utilities
This section explains the functions that are used through out Flight Loads to manipulate the settings of the general and Flight Loads part specific options.
 
flds_retrieve_gen_options
( cframe_id, dim_angle)
Description:
 
 
This function retrieves the value of the Basic Aero Coord Frame and the value of the Dimensional Angle and Rates toggle from the database.
Input:
 
 
INTEGER
lbccframe_id
This value specifies the id of the Basic Aero Coord Frame.
LOGICAL
dim_angle
This value specifies the state of the dimensional angle and rates toggle
Output:
 
 
None.
 
 
Remarks:
None.
Example:
None
.
flds_store_gen_options
( cframe_id, dim_angle)
Description:
 
 
This function stores the value of the Basic Aero Coord Frame and the value of the Dimensional Angle and Rates toggle in the database.
Input:
 
 
INTEGER
lbccframe_id
This value specifies the id of the Basic Aero Coord Frame.
LOGICAL
dim_angle
This value specifies the state of the dimensional angle and rates toggle
Output:
 
 
None.
 
 
 
Remarks:
None.
Example:
None.
  .
flds_store_mod_options
( cre_geom, auto_mchk, strt_elem, elem_inc, int_grp, warp_tol, edge_ratio )
Description:
 
 
This function stores the Aero Modeling options in the database.
Input:
 
 
LOGICAL
cre_geom
TRUE: if geometry is to be created; FALSE otherwise.
LOGICAL
auto_mchk
TRUE: if auto model checking is to be done; FALSE otherwise.
INTEGER
strt_elem,
This value specifies the starting element id number.
INTEGER
elem_inc
This value specifies the element increment value.
INTEGER
int_grp
This value specifies the interference group id number.
REAL
warp_tol,
This value specifies the warp tolerance value.
REAL
edge_ratio
This value specifies the edge ratio value.
Output:
 
 
None.
 
 
Remarks:
None.
Example:
None.
   
flds_store_sgrp_data
( type, name )
Description:
 
 
This function stores the SuperGroup type and name in the database.
Input:
 
 
STRING
type
This value specifies the type of SuperGroup to store. (FLAT_PLATE or THREED)
STRING
name
This value specifies the name of the SuperGroup to store.
Output:
 
 
None.
 
 
Remarks:
None.
Example:
None.
   
flds_store_start_elem_id
( strt_elem )
Description:
 
 
This function stores the Starting Element id in the database.
Input:
 
 
INTEGER
strt_elem
This value specifies the starting element id.
Output:
 
 
None.
 
 
Remarks:
None.
Example:
None.