PointTargetGraphics3DModel#
- class ansys.stk.core.stkobjects.PointTargetGraphics3DModel#
Bases:
IGraphics3DModel
Point properties for a 3D model.
Overview#
VO Marker attributes. |
|
Whether the point that is shown at certain viewing distances to represent an object, is visible. |
|
A size of the point (in pixels). |
|
Get or set the glTF reflection map type property. A member of the ModelGltfReflectionMapType enumeration. |
|
Get the glTF Image Based properties. |
Import detail#
from ansys.stk.core.stkobjects import PointTargetGraphics3DModel
Property detail#
- property PointTargetGraphics3DModel.marker: Graphics3DMarker#
VO Marker attributes.
- property PointTargetGraphics3DModel.show_point: bool#
Whether the point that is shown at certain viewing distances to represent an object, is visible.
- property PointTargetGraphics3DModel.gltf_reflection_map_type: ModelGltfReflectionMapType#
Get or set the glTF reflection map type property. A member of the ModelGltfReflectionMapType enumeration.
- property PointTargetGraphics3DModel.gltf_image_based: Graphics3DModelglTFImageBased#
Get the glTF Image Based properties.