SensorPointing3DModel ===================== .. py:class:: ansys.stk.core.stkobjects.SensorPointing3DModel Bases: :py:class:`~ansys.stk.core.stkobjects.ISensorPointing` Class defining the 3D model pointing type for a Sensor. .. py:currentmodule:: SensorPointing3DModel Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.SensorPointing3DModel.attachment_name` - Name of the element of the 3D model along which the sensor points. * - :py:attr:`~ansys.stk.core.stkobjects.SensorPointing3DModel.available_elements` - Get the available elements of the 3D model. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import SensorPointing3DModel Property detail --------------- .. py:property:: attachment_name :canonical: ansys.stk.core.stkobjects.SensorPointing3DModel.attachment_name :type: str Name of the element of the 3D model along which the sensor points. .. py:property:: available_elements :canonical: ansys.stk.core.stkobjects.SensorPointing3DModel.available_elements :type: list Get the available elements of the 3D model.