Graphics3DVaporTrail#

class ansys.stk.core.stkobjects.Graphics3DVaporTrail#

Vapor trail attributes.

Overview#

visible

Control whether to display the vapor trail in the 3D window.

maximum_number_of_puffs

Maximum number of puffs trailing the vapor source. A higher number represents a longer vapor trail. Dimensionless.

density

Vapor density for a puff. A higher number produces denser looking vapor.

radius

True scale size for a puff. Uses Distance Dimension.

color

Color of the vapor trail.

use_attach_point

If the model file for the object has attach points, use this attribute and the AttachPointName attribute to specify the point where the vapor trail should be attached. Otherwise the vapor trail will be attached to the center of the model.

attachment_point_name

The name of the point on the object’s model where the vapor trail will be attached.

image_filename

Image file used to display the vapor trail.

available_attachment_points

Get a list of available attach points.

display_interval

Define a display interval of the vapor trail in the 3D window.

Import detail#

from ansys.stk.core.stkobjects import Graphics3DVaporTrail

Property detail#

property Graphics3DVaporTrail.visible: bool#

Control whether to display the vapor trail in the 3D window.

property Graphics3DVaporTrail.maximum_number_of_puffs: int#

Maximum number of puffs trailing the vapor source. A higher number represents a longer vapor trail. Dimensionless.

property Graphics3DVaporTrail.density: float#

Vapor density for a puff. A higher number produces denser looking vapor.

property Graphics3DVaporTrail.radius: float#

True scale size for a puff. Uses Distance Dimension.

property Graphics3DVaporTrail.color: Color#

Color of the vapor trail.

property Graphics3DVaporTrail.use_attach_point: bool#

If the model file for the object has attach points, use this attribute and the AttachPointName attribute to specify the point where the vapor trail should be attached. Otherwise the vapor trail will be attached to the center of the model.

property Graphics3DVaporTrail.attachment_point_name: str#

The name of the point on the object’s model where the vapor trail will be attached.

property Graphics3DVaporTrail.image_filename: str#

Image file used to display the vapor trail.

property Graphics3DVaporTrail.available_attachment_points: list#

Get a list of available attach points.

property Graphics3DVaporTrail.display_interval: ITimeToolTimeIntervalSmartInterval#

Define a display interval of the vapor trail in the 3D window.