PointTargetGraphics3DModel ========================== .. py:class:: ansys.stk.core.stkobjects.PointTargetGraphics3DModel Bases: :py:class:`~ansys.stk.core.stkobjects.IGraphics3DModel` Point properties for a 3D model. .. py:currentmodule:: PointTargetGraphics3DModel Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.PointTargetGraphics3DModel.marker` - VO Marker attributes. * - :py:attr:`~ansys.stk.core.stkobjects.PointTargetGraphics3DModel.show_point` - Whether the point that is shown at certain viewing distances to represent an object, is visible. * - :py:attr:`~ansys.stk.core.stkobjects.PointTargetGraphics3DModel.point_size` - A size of the point (in pixels). * - :py:attr:`~ansys.stk.core.stkobjects.PointTargetGraphics3DModel.gltf_reflection_map_type` - Get or set the glTF reflection map type property. A member of the ModelGltfReflectionMapType enumeration. * - :py:attr:`~ansys.stk.core.stkobjects.PointTargetGraphics3DModel.gltf_image_based` - Get the glTF Image Based properties. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import PointTargetGraphics3DModel Property detail --------------- .. py:property:: marker :canonical: ansys.stk.core.stkobjects.PointTargetGraphics3DModel.marker :type: Graphics3DMarker VO Marker attributes. .. py:property:: show_point :canonical: ansys.stk.core.stkobjects.PointTargetGraphics3DModel.show_point :type: bool Whether the point that is shown at certain viewing distances to represent an object, is visible. .. py:property:: point_size :canonical: ansys.stk.core.stkobjects.PointTargetGraphics3DModel.point_size :type: typing.Any A size of the point (in pixels). .. py:property:: gltf_reflection_map_type :canonical: ansys.stk.core.stkobjects.PointTargetGraphics3DModel.gltf_reflection_map_type :type: ModelGltfReflectionMapType Get or set the glTF reflection map type property. A member of the ModelGltfReflectionMapType enumeration. .. py:property:: gltf_image_based :canonical: ansys.stk.core.stkobjects.PointTargetGraphics3DModel.gltf_image_based :type: Graphics3DModelglTFImageBased Get the glTF Image Based properties.