Graphics3DMarkerFile#
- class ansys.stk.core.stkobjects.Graphics3DMarkerFile#
Bases:
IGraphics3DMarkerData
Class defining 3D marker file attributes.
Overview#
Display a 2D image to represent the object at the specified threshold. |
|
Use the color of the upper right pixel of the image as the transparent color if an image file is being used. No pixels of that color in the image are drawn. |
|
Whether to use soft transparency. Soft transparency shows smoother edges for images with a transparency channel. |
|
Full file path and name to display a 2D image to represent the object at the specified threshold. |
Import detail#
from ansys.stk.core.stkobjects import Graphics3DMarkerFile
Property detail#
- property Graphics3DMarkerFile.filename: str#
Display a 2D image to represent the object at the specified threshold.
- property Graphics3DMarkerFile.is_transparent: bool#
Use the color of the upper right pixel of the image as the transparent color if an image file is being used. No pixels of that color in the image are drawn.