VectorGeometryToolPointGrazing#

class ansys.stk.core.analysis_workbench.VectorGeometryToolPointGrazing#

Bases: IVectorGeometryToolPoint, IAnalysisWorkbenchComponentTimeProperties, IAnalysisWorkbenchComponent

The grazing point is the point of closest approach to the surface of the selected central body along a defined direction.

Overview#

central_body

Specify a central body.

reference_point

Specify a reference point which will serve as the starting location for the line along which the grazing point will be computed.

direction_vector

Specify a direction vector to be used in conjunction with the position vector from the selected central body to the reference point to define a plane in which the line will lie.

altitude

The point of closest approach to the central body surface occurs at the specified altitude.

Import detail#

from ansys.stk.core.analysis_workbench import VectorGeometryToolPointGrazing

Property detail#

property VectorGeometryToolPointGrazing.central_body: AnalysisWorkbenchCentralBodyReference#

Specify a central body.

property VectorGeometryToolPointGrazing.reference_point: VectorGeometryToolPointReference#

Specify a reference point which will serve as the starting location for the line along which the grazing point will be computed.

property VectorGeometryToolPointGrazing.direction_vector: VectorGeometryToolVectorReference#

Specify a direction vector to be used in conjunction with the position vector from the selected central body to the reference point to define a plane in which the line will lie.

property VectorGeometryToolPointGrazing.altitude: float#

The point of closest approach to the central body surface occurs at the specified altitude.