SensorGraphics3D#
- class ansys.stk.core.stkobjects.SensorGraphics3D#
Class defining 3D Graphics properties of a Sensor.
Overview#
Opt whether to display the sensorβs boresight marker. |
|
Opt whether to display radial lines, i.e. a series of solid lines extending from the vertex to the base of the sensor. |
|
Opt whether sensor lines are set to the translucency of the cone.Otherwise, the sensor and radial lines are solid. |
|
Specify the percent translucency of the sensor projection. Translucency ranges from 0 to 100 percent, where 100 percent is invisible. Dimensionless. |
|
Select the projection type from the SensorGraphics3DProjectionType enumeration. |
|
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. |
|
For a targeted sensor, specify the targeting distance, or how far past the target a sensor is projected (typically zero). Uses Distance Dimension. |
|
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. |
|
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. |
|
Get the sensorβs Pulse properties. |
|
Get the sensorβs Vertex Offset properties. |
|
Get the sensorβs Data Display properties. |
|
Get the sensorβs Vector properties. |
|
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. |
|
Specify the fill translucency percentage for the sensor. Dimensionless. |
|
Specify how projection distances that are computed based on 2D Graphics projection settings are displayed in the 3D Graphics window. |
|
Is the sensor targeted? |
|
Return time dependent space projection list. |
|
Return time dependent target projection list. |
|
Specify the fill resolution angle for the sensor. Dimensionless. |
|
Persist projected lines in space. |
|
Persist partial central body intersection lines. |
|
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. |
Import detail#
from ansys.stk.core.stkobjects import SensorGraphics3D
Property detail#
- property SensorGraphics3D.show_boresight_marker: bool#
Opt whether to display the sensorβs boresight marker.
- property SensorGraphics3D.show_radial_lines: bool#
Opt whether to display radial lines, i.e. a series of solid lines extending from the vertex to the base of the sensor.
- property SensorGraphics3D.show_translucent_lines: bool#
Opt whether sensor lines are set to the translucency of the cone.Otherwise, the sensor and radial lines are solid.
- property SensorGraphics3D.percent_translucency: float#
Specify the percent translucency of the sensor projection. Translucency ranges from 0 to 100 percent, where 100 percent is invisible. Dimensionless.
- property SensorGraphics3D.projection_type: SensorGraphics3DProjectionType#
Select the projection type from the SensorGraphics3DProjectionType enumeration.
- property SensorGraphics3D.space_projection: 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.
- property SensorGraphics3D.targeting: float#
For a targeted sensor, specify the targeting distance, or how far past the target a sensor is projected (typically zero). Uses Distance Dimension.
- property SensorGraphics3D.enable_constant_extension_length: 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.
- property SensorGraphics3D.enable_range_constraint: 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.
- property SensorGraphics3D.pulse: SensorGraphics3DPulse#
Get the sensorβs Pulse properties.
- property SensorGraphics3D.vertex_offset: SensorGraphics3DOffset#
Get the sensorβs Vertex Offset properties.
- property SensorGraphics3D.data_displays: Graphics3DDataDisplayCollection#
Get the sensorβs Data Display properties.
- property SensorGraphics3D.vector: Graphics3DVector#
Get the sensorβs Vector properties.
- property SensorGraphics3D.show_fill: 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.
- property SensorGraphics3D.fill_translucency: float#
Specify the fill translucency percentage for the sensor. Dimensionless.
- property SensorGraphics3D.inherit_from_2d: SensorGraphics3DInheritFrom2D#
Specify how projection distances that are computed based on 2D Graphics projection settings are displayed in the 3D Graphics window.
- property SensorGraphics3D.space_projection_intervals: SensorGraphics3DSpaceProjectionCollection#
Return time dependent space projection list.
- property SensorGraphics3D.target_projection_intervals: SensorGraphics3DTargetProjectionCollection#
Return time dependent target projection list.
- property SensorGraphics3D.fill_resolution: float#
Specify the fill resolution angle for the sensor. Dimensionless.
- property SensorGraphics3D.persist_partial_central_body_intersection_lines: bool#
Persist partial central body intersection lines.
- property SensorGraphics3D.projection_time_dependency: 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.