VectorGeometryToolPointBPlane#

class ansys.stk.core.analysis_workbench.VectorGeometryToolPointBPlane#

Bases: IVectorGeometryToolPoint, IAnalysisWorkbenchComponentTimeProperties, IAnalysisWorkbenchComponent

B-Plane point using the selected target body.

Overview#

target_body

Specify a target central body.

trajectory

Specify a trajectory point.

point_type

Specify a point type.

direction

Specify a direction (incoming or outgoing).

Import detail#

from ansys.stk.core.analysis_workbench import VectorGeometryToolPointBPlane

Property detail#

property VectorGeometryToolPointBPlane.target_body: AnalysisWorkbenchCentralBodyReference#

Specify a target central body.

property VectorGeometryToolPointBPlane.trajectory: VectorGeometryToolPointReference#

Specify a trajectory point.

property VectorGeometryToolPointBPlane.point_type: PointBPlaneType#

Specify a point type.

property VectorGeometryToolPointBPlane.direction: AsymptoteDirectionType#

Specify a direction (incoming or outgoing).