VectorGeometryToolPointPlaneIntersection#

class ansys.stk.core.analysis_workbench.VectorGeometryToolPointPlaneIntersection#

Bases: IVectorGeometryToolPoint, IAnalysisWorkbenchComponentTimeProperties, IAnalysisWorkbenchComponent

Point on a plane located along a given direction looking from a given origin.

Overview#

direction_vector

Specify a direction vector.

reference_plane

Specify a reference plane.

origin_point

Specify the origin point.

Import detail#

from ansys.stk.core.analysis_workbench import VectorGeometryToolPointPlaneIntersection

Property detail#

property VectorGeometryToolPointPlaneIntersection.direction_vector: VectorGeometryToolVectorReference#

Specify a direction vector.

property VectorGeometryToolPointPlaneIntersection.reference_plane: VectorGeometryToolPlaneReference#

Specify a reference plane.

property VectorGeometryToolPointPlaneIntersection.origin_point: VectorGeometryToolPointReference#

Specify the origin point.