Graphics3DVaporTrail#
- class ansys.stk.core.stkobjects.Graphics3DVaporTrail#
Vapor trail attributes.
Overview#
Control whether to display the vapor trail in the 3D window. |
|
Maximum number of puffs trailing the vapor source. A higher number represents a longer vapor trail. Dimensionless. |
|
Vapor density for a puff. A higher number produces denser looking vapor. |
|
True scale size for a puff. Uses Distance Dimension. |
|
Color of the vapor trail. |
|
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. |
|
The name of the point on the object’s model where the vapor trail will be attached. |
|
Image file used to display the vapor trail. |
|
Get a list of available attach points. |
|
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.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.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.