SensorLocation#

class ansys.stk.core.stkobjects.SensorLocation#

IntEnum

Overview#

FIXED

Fixed: the location of the sensor is defined using a fixed displacement vector with respect to the parent objects body frame.

MODEL_3D

3D Model: the location of the sensor is defined using the sensor’s 3D Graphics Vertex Offset properties.

MODEL_3D_WITH_SCALE

3D Model with Scale: the location of the sensor is defined using the sensor’s 3D Graphics Vertex Offset properties. Location is computed using the scaled model defined for visualization.

CENTER

Center: the sensor is located at the center of its parent object.

POINT

Point: the sensor’s location is based upon a Vector Geometry Tool point.

Import detail#

from ansys.stk.core.stkobjects import SensorLocation