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#
Specify a direction vector. |
|
Specify a reference plane. |
|
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.