SensorGraphics3DOffset#
- class ansys.stk.core.stkobjects.SensorGraphics3DOffset#
Class defining 3D Graphics vertex offset properties of a Sensor.
Overview#
Get the selected axis offset type. |
|
Select the axis offset type. |
Opt whether to use the position offset from the parent object. |
|
Opt whether to specify the sensor projection starting point position offset in the parent object’s body frame in the X, Y and Z directions. |
|
Offset in the X direction. Uses Distance Dimension. |
|
Offset in the Y direction. Uses Distance Dimension. |
|
Offset in the Z direction. Uses Distance Dimension. |
|
Enable the use of an attach point, i.e. the place from which the sensor cone emits. If this feature is not used, the sensor cone origin is the center of the parent model. |
|
Name of the attach point. |
|
Return available attach points. |
Import detail#
from ansys.stk.core.stkobjects import SensorGraphics3DOffset
Property detail#
- property SensorGraphics3DOffset.inherit_from_parent_obj: bool#
Opt whether to use the position offset from the parent object.
- property SensorGraphics3DOffset.enable_translational: bool#
Opt whether to specify the sensor projection starting point position offset in the parent object’s body frame in the X, Y and Z directions.
Method detail#
- SensorGraphics3DOffset.get_axis_offset_value(self, offset_type: AxisOffset) float #
Get the selected axis offset type.
- Parameters:
offset_type :
AxisOffset
- Returns: