SensorGraphics3D ================ .. py:class:: ansys.stk.core.stkobjects.SensorGraphics3D Class defining 3D Graphics properties of a Sensor. .. py:currentmodule:: SensorGraphics3D Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.SensorGraphics3D.data_displays` - Get the sensor's Data Display properties. * - :py:attr:`~ansys.stk.core.stkobjects.SensorGraphics3D.enable_constant_extension_length` - Opt whether to use the extension distance as the maximum, i.e. to scale the maximum distance drawn along the sensor boundary to the targeting extension distance for a targeting sensor or the space projection extension distance for a non-targeting sensor. * - :py:attr:`~ansys.stk.core.stkobjects.SensorGraphics3D.enable_range_constraint` - If a range constraint has been imposed on the sensor, opt whether the sensor graphics display a dome-shaped cap on the end of the sensor projection. * - :py:attr:`~ansys.stk.core.stkobjects.SensorGraphics3D.fill_resolution` - Specify the fill resolution angle for the sensor. Dimensionless. * - :py:attr:`~ansys.stk.core.stkobjects.SensorGraphics3D.fill_translucency` - Specify the fill translucency percentage for the sensor. Dimensionless. * - :py:attr:`~ansys.stk.core.stkobjects.SensorGraphics3D.inherit_from_2d` - Specify how projection distances that are computed based on 2D Graphics projection settings are displayed in the 3D Graphics window. * - :py:attr:`~ansys.stk.core.stkobjects.SensorGraphics3D.is_targeted` - Is the sensor targeted? * - :py:attr:`~ansys.stk.core.stkobjects.SensorGraphics3D.percent_translucency` - Specify the percent translucency of the sensor projection. Translucency ranges from 0 to 100 percent, where 100 percent is invisible. Dimensionless. * - :py:attr:`~ansys.stk.core.stkobjects.SensorGraphics3D.persist_partial_central_body_intersection_lines` - Persist partial central body intersection lines. * - :py:attr:`~ansys.stk.core.stkobjects.SensorGraphics3D.persist_projected_lines_in_space` - Persist projected lines in space. * - :py:attr:`~ansys.stk.core.stkobjects.SensorGraphics3D.projection_time_dependency` - Specify how projection distances are determined in the 3D Graphics window. Either using a constant distance at all times or set of user defined intervals and distance values. * - :py:attr:`~ansys.stk.core.stkobjects.SensorGraphics3D.projection_type` - Select the projection type from the SensorGraphics3DProjectionType enumeration. * - :py:attr:`~ansys.stk.core.stkobjects.SensorGraphics3D.pulse` - Get the sensor's Pulse properties. * - :py:attr:`~ansys.stk.core.stkobjects.SensorGraphics3D.show_boresight_marker` - Opt whether to display the sensor's boresight marker. * - :py:attr:`~ansys.stk.core.stkobjects.SensorGraphics3D.show_fill` - Opt whether to display fill for the sensor projection, i.e. to display the sensor's footprint as a filled area on the surface of the central body. * - :py:attr:`~ansys.stk.core.stkobjects.SensorGraphics3D.show_radial_lines` - Opt whether to display radial lines, i.e. a series of solid lines extending from the vertex to the base of the sensor. * - :py:attr:`~ansys.stk.core.stkobjects.SensorGraphics3D.show_translucent_lines` - Opt whether sensor lines are set to the translucency of the cone.Otherwise, the sensor and radial lines are solid. * - :py:attr:`~ansys.stk.core.stkobjects.SensorGraphics3D.space_projection` - Length of the sensor's projection when it is not intersecting the Earth. In this case, distance is computed so that the projection of the outermost point on the contour along the boresight is equal to the specified distance. Uses Distance Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.SensorGraphics3D.space_projection_intervals` - Return time dependent space projection list. * - :py:attr:`~ansys.stk.core.stkobjects.SensorGraphics3D.target_projection_intervals` - Return time dependent target projection list. * - :py:attr:`~ansys.stk.core.stkobjects.SensorGraphics3D.targeting` - For a targeted sensor, specify the targeting distance, or how far past the target a sensor is projected (typically zero). Uses Distance Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.SensorGraphics3D.vector` - Get the sensor's Vector properties. * - :py:attr:`~ansys.stk.core.stkobjects.SensorGraphics3D.vertex_offset` - Get the sensor's Vertex Offset properties. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import SensorGraphics3D Property detail --------------- .. py:property:: data_displays :canonical: ansys.stk.core.stkobjects.SensorGraphics3D.data_displays :type: Graphics3DDataDisplayCollection Get the sensor's Data Display properties. .. py:property:: enable_constant_extension_length :canonical: ansys.stk.core.stkobjects.SensorGraphics3D.enable_constant_extension_length :type: bool Opt whether to use the extension distance as the maximum, i.e. to scale the maximum distance drawn along the sensor boundary to the targeting extension distance for a targeting sensor or the space projection extension distance for a non-targeting sensor. .. py:property:: enable_range_constraint :canonical: ansys.stk.core.stkobjects.SensorGraphics3D.enable_range_constraint :type: bool If a range constraint has been imposed on the sensor, opt whether the sensor graphics display a dome-shaped cap on the end of the sensor projection. .. py:property:: fill_resolution :canonical: ansys.stk.core.stkobjects.SensorGraphics3D.fill_resolution :type: float Specify the fill resolution angle for the sensor. Dimensionless. .. py:property:: fill_translucency :canonical: ansys.stk.core.stkobjects.SensorGraphics3D.fill_translucency :type: float Specify the fill translucency percentage for the sensor. Dimensionless. .. py:property:: inherit_from_2d :canonical: ansys.stk.core.stkobjects.SensorGraphics3D.inherit_from_2d :type: SensorGraphics3DInheritFrom2D Specify how projection distances that are computed based on 2D Graphics projection settings are displayed in the 3D Graphics window. .. py:property:: is_targeted :canonical: ansys.stk.core.stkobjects.SensorGraphics3D.is_targeted :type: bool Is the sensor targeted? .. py:property:: percent_translucency :canonical: ansys.stk.core.stkobjects.SensorGraphics3D.percent_translucency :type: float Specify the percent translucency of the sensor projection. Translucency ranges from 0 to 100 percent, where 100 percent is invisible. Dimensionless. .. py:property:: persist_partial_central_body_intersection_lines :canonical: ansys.stk.core.stkobjects.SensorGraphics3D.persist_partial_central_body_intersection_lines :type: bool Persist partial central body intersection lines. .. py:property:: persist_projected_lines_in_space :canonical: ansys.stk.core.stkobjects.SensorGraphics3D.persist_projected_lines_in_space :type: bool Persist projected lines in space. .. py:property:: projection_time_dependency :canonical: ansys.stk.core.stkobjects.SensorGraphics3D.projection_time_dependency :type: SensorGraphics3DProjectionTimeDependencyType Specify how projection distances are determined in the 3D Graphics window. Either using a constant distance at all times or set of user defined intervals and distance values. .. py:property:: projection_type :canonical: ansys.stk.core.stkobjects.SensorGraphics3D.projection_type :type: SensorGraphics3DProjectionType Select the projection type from the SensorGraphics3DProjectionType enumeration. .. py:property:: pulse :canonical: ansys.stk.core.stkobjects.SensorGraphics3D.pulse :type: SensorGraphics3DPulse Get the sensor's Pulse properties. .. py:property:: show_boresight_marker :canonical: ansys.stk.core.stkobjects.SensorGraphics3D.show_boresight_marker :type: bool Opt whether to display the sensor's boresight marker. .. py:property:: show_fill :canonical: ansys.stk.core.stkobjects.SensorGraphics3D.show_fill :type: bool Opt whether to display fill for the sensor projection, i.e. to display the sensor's footprint as a filled area on the surface of the central body. .. py:property:: show_radial_lines :canonical: ansys.stk.core.stkobjects.SensorGraphics3D.show_radial_lines :type: bool Opt whether to display radial lines, i.e. a series of solid lines extending from the vertex to the base of the sensor. .. py:property:: show_translucent_lines :canonical: ansys.stk.core.stkobjects.SensorGraphics3D.show_translucent_lines :type: bool Opt whether sensor lines are set to the translucency of the cone.Otherwise, the sensor and radial lines are solid. .. py:property:: space_projection :canonical: ansys.stk.core.stkobjects.SensorGraphics3D.space_projection :type: float Length of the sensor's projection when it is not intersecting the Earth. In this case, distance is computed so that the projection of the outermost point on the contour along the boresight is equal to the specified distance. Uses Distance Dimension. .. py:property:: space_projection_intervals :canonical: ansys.stk.core.stkobjects.SensorGraphics3D.space_projection_intervals :type: SensorGraphics3DSpaceProjectionCollection Return time dependent space projection list. .. py:property:: target_projection_intervals :canonical: ansys.stk.core.stkobjects.SensorGraphics3D.target_projection_intervals :type: SensorGraphics3DTargetProjectionCollection Return time dependent target projection list. .. py:property:: targeting :canonical: ansys.stk.core.stkobjects.SensorGraphics3D.targeting :type: float For a targeted sensor, specify the targeting distance, or how far past the target a sensor is projected (typically zero). Uses Distance Dimension. .. py:property:: vector :canonical: ansys.stk.core.stkobjects.SensorGraphics3D.vector :type: Graphics3DVector Get the sensor's Vector properties. .. py:property:: vertex_offset :canonical: ansys.stk.core.stkobjects.SensorGraphics3D.vertex_offset :type: SensorGraphics3DOffset Get the sensor's Vertex Offset properties.