| Package | Description | 
|---|---|
| agi.foundation.platforms | 
 Contains types used in modeling various mechanical platforms such as satellites, facilities, aircraft, etc. 
 | 
| agi.foundation.platforms.advanced | 
 Defines less commonly used types in modeling various mechanical platforms such as Satellites, Facilities, Aircraft, etc. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DisplayParameters | 
TriangleMeshGraphics.getDisplayParameters()
Gets the visibility of the area over time. 
 | 
DisplayParameters | 
TextGraphics.getDisplayParameters()
Gets the visibility of the text over time. 
 | 
DisplayParameters | 
SurfaceGraphics.getDisplayParameters()
Gets the visibility of the area over time. 
 | 
DisplayParameters | 
SolidGraphics.getDisplayParameters()
Gets the visibility of the area over time. 
 | 
DisplayParameters | 
PointGraphics.getDisplayParameters()
Gets the visibility of the point over time. 
 | 
DisplayParameters | 
ModelGraphics.getDisplayParameters()
Gets the visibility of the model over time. 
 | 
DisplayParameters | 
MarkerGraphics.getDisplayParameters()
Gets the visibility of the marker over time. 
 | 
DisplayParameters | 
LineGraphics.getDisplayParameters()
Gets the visibility of the line over time. 
 | 
DisplayParameters | 
ExtrudableLineGraphics.getExtrusionDisplayParameters()
Gets the visibility of the extrusion. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TriangleMeshGraphics.setDisplayParameters(DisplayParameters value)
Sets the visibility of the area over time. 
 | 
void | 
TextGraphics.setDisplayParameters(DisplayParameters value)
Sets the visibility of the text over time. 
 | 
void | 
SurfaceGraphics.setDisplayParameters(DisplayParameters value)
Sets the visibility of the area over time. 
 | 
void | 
SolidGraphics.setDisplayParameters(DisplayParameters value)
Sets the visibility of the area over time. 
 | 
void | 
PointGraphics.setDisplayParameters(DisplayParameters value)
Sets the visibility of the point over time. 
 | 
void | 
ModelGraphics.setDisplayParameters(DisplayParameters value)
Sets the visibility of the model over time. 
 | 
void | 
MarkerGraphics.setDisplayParameters(DisplayParameters value)
Sets the visibility of the marker over time. 
 | 
void | 
LineGraphics.setDisplayParameters(DisplayParameters value)
Sets the visibility of the line over time. 
 | 
void | 
ExtrudableLineGraphics.setExtrusionDisplayParameters(DisplayParameters value)
Sets the visibility of the extrusion. 
 | 
| Constructor and Description | 
|---|
DisplayParametersHelper(DisplayParameters displayParameters,
                       EvaluatorGroup group,
                       DisplayConditionType type)
Creates a new instances using the provided  
DisplayParameters and EvaluatorGroup. |