PathPoint#

class ansys.stk.core.graphics.PathPoint#

Represents a path point used in conjunction with the Path Primitive.

Overview#

position

A path point position as a one-dimensional array of three elements corresponding to (X,Y,Z) cartesian coordinates.

date

A date/time of the path point.

color

The path point color.

translucency

The path point translucency.

outline_color

The path point outline color.

outline_translucency

The path point outline translucency.

is_translucent

Whether the path point is translucent.

Import detail#

from ansys.stk.core.graphics import PathPoint

Property detail#

property PathPoint.position: list#

A path point position as a one-dimensional array of three elements corresponding to (X,Y,Z) cartesian coordinates.

property PathPoint.date: Date#

A date/time of the path point.

property PathPoint.color: Color#

The path point color.

property PathPoint.translucency: float#

The path point translucency.

property PathPoint.outline_color: Color#

The path point outline color.

property PathPoint.outline_translucency: float#

The path point outline translucency.

property PathPoint.is_translucent: bool#

Whether the path point is translucent.