PointTargetGraphics3DModel#

class ansys.stk.core.stkobjects.PointTargetGraphics3DModel#

Bases: IGraphics3DModel

Point properties for a 3D model.

Overview#

marker

VO Marker attributes.

show_point

Whether the point that is shown at certain viewing distances to represent an object, is visible.

point_size

A size of the point (in pixels).

gltf_reflection_map_type

Get or set the glTF reflection map type property. A member of the ModelGltfReflectionMapType enumeration.

gltf_image_based

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.point_size: Any#

A size of the point (in pixels).

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.