| AxesPrimitive Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: AGI.Foundation.Graphics
 Syntax
SyntaxThe AxesPrimitive type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | AxesPrimitive | 
Initializes an axes primitive with the specified ISystem sys as its source.
 | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AutomaticallyComputeBoundingSphere | 
Gets or sets if the primitive's BoundingSphere is automatically computed.
(Inherited from Primitive.) | 
|  | BoundingSphere | 
Gets or sets the bounding sphere that encompasses the primitive.
The center is defined in the primitive's ReferenceFrame.
(Overrides PrimitiveBoundingSphere.) | 
|  | Color | 
Gets or sets the primitive's color.
(Overrides PrimitiveColor.) | 
|  | Display | 
Gets or sets if the primitive should be
rendered.
Both this and DisplayCondition must evaluate to true for
the primitive to be rendered.
(Inherited from Primitive.) | 
|  | DisplayCondition | 
Gets or sets the display condition that determines if the primitive should be
rendered.
Both this and Display must evaluate to true for
the primitive to be rendered.
(Overrides PrimitiveDisplayCondition.) | 
|  | DisplayLabel | 
Gets or Sets whether the axes' label is displayed.
 | 
|  | DisplayLines | 
Gets or Sets whether persistence lines are displayed.
 | 
|  | DisplaySweep | 
Gets or Sets whether the persistence sweep (triangles) is displayed.
 | 
|  | DisplayTrace | 
Gets or Sets whether the persistence trace (points) is displayed.
 | 
|  | FadePersistence | 
Gets or Sets whether the persistence path should fade over time.
 | 
|  | Label | 
Gets or Sets the axes label.
 | 
|  | Length | 
Gets or Sets the axes' source-to-arrow-tip length.
 | 
|  | Lighting | 
Gets or Sets whether the primitive is lit.
 | 
|  | PersistenceDuration | 
Gets or Sets the maximum length (in seconds) of the persistence path.
 | 
|  | PersistenceWidth | 
Gets or Sets persistence point/line width.
 | 
|  | ReferenceFrame | 
Gets or sets the reference frame this primitive is defined and rendered in.
(Overrides PrimitiveReferenceFrame.) | 
|  | Tag | 
Gets or sets custom data associated with this primitive.
(Inherited from Primitive.) | 
|  | Translucency | 
Gets or sets the primitive's translucency.
Translucency is between 0 and 1,
where 0 is opaque and 1 is transparent.
(Overrides PrimitiveTranslucency.) | 
|  | Width | 
Gets or Sets the width in pixels.  As the camera distances changes from this primitive, the geometry will autoscale to maintain this thickness.
 | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Dispose | (Inherited from Primitive.) | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also