PathPointFactory#
- class ansys.stk.core.graphics.PathPointFactory#
Factory creates path points.
Overview#
Initialize a new path point. |
|
Initialize a new path point with the given date. |
|
Initialize a new path point with the given date and position. |
|
Initialize a new path point with the given date, position and color. |
|
Initialize a new path point with the given date, position, color and translucency. |
Import detail#
from ansys.stk.core.graphics import PathPointFactory
Method detail#
- PathPointFactory.initialize_with_date(self, path_point_date: Date) PathPoint #
Initialize a new path point with the given date.
- Parameters:
path_point_date :
Date
- Returns:
PathPoint
- PathPointFactory.initialize_with_date_and_position(self, path_point_date: Date, position: list) PathPoint #
Initialize a new path point with the given date and position.
- Parameters:
path_point_date :
Date
position :
list
- Returns:
PathPoint
- PathPointFactory.initialize_with_date_position_and_color(self, path_point_date: Date, position: list, color: agcolor.Color) PathPoint #
Initialize a new path point with the given date, position and color.
- Parameters:
path_point_date :
Date
position :
list
color :
Color
- Returns:
PathPoint