Tutorial Toolkit Function Descriptions > Graphics > General
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX''">XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX''">   
General
The following general purpose utilities affects or reports the state of the graphics manager.
 
ga_error
( )
Description:
Returns a LOGICAL indicating whether the last call to the Graphics application raised an error condition.
Input:
None.
Output:
LOGICAL
<Return Value>
Flag indicating if an error occurred.
Example:
Please see ga_error (p. 103) in the MSC Acumen Toolkit - Code Examples.
 
verify_boundaries_display_mgr.initialize
( )
Description:
Save graphics properties associated with the current group. Used in conjunction with verify_boundaries_display_mgr.plot/erase.
Input:
None.
Output:
None.
Example:
Please see verify_boundaries_display_mgr.initialize (p. 295) in the MSC Acumen Toolkit - Code Examples.
 
verify_boundaries_display_mgr.plot
(displ_type )
Description:
Plot the free boundaries by changing display properties.
Input:
STRING
displ_type[]
“Free_Edges” or “Free_Faces”
Output:
None.
Example:
Please see verify_boundaries_display_mgr.plot (p. 296) in the MSC Acumen Toolkit - Code Examples.
 
verify_boundaries_display_mgr.erase
( )
 
Description:
Erase the free boundary display by resetting graphics properties
Input:
None.
Output:
None.
Example:
Please see verify_boundaries_display_mgr.erase (p. 294) in the MSC Acumen Toolkit - Code Examples.