AxesPrimitive#
- class ansys.stk.core.graphics.AxesPrimitive#
Bases:
IPrimitive
Render an axes in the 3D scene.
Overview#
Get or set whether the primitive is lit. |
|
Get or set the axes label. |
|
Get or set whether the axesβ label is displayed. |
|
Get or set whether the persistence trace (points) is displayed. |
|
Get or set whether the persistence sweep (triangles) is displayed. |
|
Get or set whether persistence lines are displayed. |
|
Get or set persistence point/line width. |
|
Get or set whether the persistence path should fade over time. |
|
Get or set the maximum duration of the persistence path. |
|
Get or set the axesβ source-to-arrow-tip length. |
|
Get or set the width in pixels. As the camera distances changes from this primitive, the geometry will autoscale to maintain this thickness. |
Import detail#
from ansys.stk.core.graphics import AxesPrimitive
Property detail#
- property AxesPrimitive.display_trace: bool#
Get or set whether the persistence trace (points) is displayed.
- property AxesPrimitive.display_sweep: bool#
Get or set whether the persistence sweep (triangles) is displayed.
- property AxesPrimitive.fade_persistence: bool#
Get or set whether the persistence path should fade over time.