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 |
---|---|
VectorGraphics |
ReferenceFrameGraphics.getNegativeX()
Gets the negative x-axis graphics
|
VectorGraphics |
ReferenceFrameGraphics.getNegativeY()
Gets the negative y-axis graphics
|
VectorGraphics |
ReferenceFrameGraphics.getNegativeZ()
Gets the negative z-axis graphics
|
VectorGraphics |
ReferenceFrameGraphics.getPositiveX()
Gets the positive x-axis graphics
|
VectorGraphics |
ReferenceFrameGraphics.getPositiveY()
Gets the positive y-axis graphics
|
VectorGraphics |
ReferenceFrameGraphics.getPositiveZ()
Gets the positive z-axis graphics
|
VectorGraphics |
GraphicalVector.getVectorGraphics()
Gets the vector graphics.
|
Modifier and Type | Method and Description |
---|---|
void |
ReferenceFrameGraphics.setNegativeX(VectorGraphics value)
Sets the negative x-axis graphics
|
void |
ReferenceFrameGraphics.setNegativeY(VectorGraphics value)
Sets the negative y-axis graphics
|
void |
ReferenceFrameGraphics.setNegativeZ(VectorGraphics value)
Sets the negative z-axis graphics
|
void |
ReferenceFrameGraphics.setPositiveX(VectorGraphics value)
Sets the positive x-axis graphics
|
void |
ReferenceFrameGraphics.setPositiveY(VectorGraphics value)
Sets the positive y-axis graphics
|
void |
ReferenceFrameGraphics.setPositiveZ(VectorGraphics value)
Sets the positive z-axis graphics
|
void |
GraphicalVector.setVectorGraphics(VectorGraphics value)
Sets the vector graphics.
|
Constructor and Description |
---|
GraphicalVector(Vector vector,
Point locationPoint,
VectorGraphics graphics)
Initializes a new instance specifying all parameters.
|
ReferenceFrameGraphics(VectorGraphics positiveX,
VectorGraphics positiveY,
VectorGraphics positiveZ)
Initializes an instance with the provided parameters.
|
ReferenceFrameGraphics(VectorGraphics positiveX,
VectorGraphics positiveY,
VectorGraphics positiveZ,
VectorGraphics negativeX,
VectorGraphics negativeY,
VectorGraphics negativeZ)
Initializes an instance with the provided parameters.
|
Modifier and Type | Method and Description |
---|---|
VectorGraphics |
IVectorGraphicsService.getVectorGraphics()
Gets the vector graphics.
|