VectorPrimitive Properties |
The VectorPrimitive type exposes the following members.
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 Primitive.BoundingSphere.) |
![]() | Color |
Gets or sets the primitive's color.
(Overrides Primitive.Color.) |
![]() | Display |
Gets or sets if the primitive should be
rendered.
Both this and DisplayCondition must evaluate to true for
the primitive to be rendered.
(Overrides Primitive.Display.) |
![]() | 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 Primitive.DisplayCondition.) |
![]() | DisplayLabel |
Gets or Sets whether the vector's label is displayed.
|
![]() | DisplayLines |
Gets or Sets whether persistence lines are displayed.
|
![]() | DisplayMagnitude |
Gets or Sets whether the vector's magnitude is displayed. Formatter controls unit conversions.
|
![]() | DisplayRADec |
Gets or Sets whether the vector's RA-Dec is displayed. Formatter controls unit conversions.
|
![]() | 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 a user-defined label.
|
![]() | Length |
Gets or Sets the vector's 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.
(Inherited from Primitive.) |
![]() | 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 Primitive.Translucency.) |
![]() | TrueScale |
Gets or Sets whether vector's "true scale" length (based on how the primitive was created) should be used.
|
![]() | Width |
Gets or Sets the vector's width in pixels. As the camera distances changes from this primitive, the geometry will autoscale to maintain this thickness.
|