AxesPrimitiveFactory#
- class ansys.stk.core.graphics.AxesPrimitiveFactory#
Render an axes in the 3D scene.
Overview#
Initialize an axes primitive with the specified reference frame as its source. |
Import detail#
from ansys.stk.core.graphics import AxesPrimitiveFactory
Method detail#
- AxesPrimitiveFactory.initialize_with_direction(self, reference_frame: IVectorGeometryToolSystem, axes: IVectorGeometryToolAxes, font: GraphicsFont) AxesPrimitive #
Initialize an axes primitive with the specified reference frame as its source.
- Parameters:
reference_frame :
IVectorGeometryToolSystem
axes :
IVectorGeometryToolAxes
font :
GraphicsFont
- Returns:
AxesPrimitive