VectorGeometryToolPointCentralBodyIntersect#
- class ansys.stk.core.analysis_workbench.VectorGeometryToolPointCentralBodyIntersect#
Bases:
IAnalysisWorkbenchComponent
,IAnalysisWorkbenchComponentTimeProperties
,IVectorGeometryToolPoint
Point on central body surface along direction vector originating at source point.
Overview#
Set minimum and maximum range. An exception is thrown if Minimum exceeds Maximum. An exception is thrown if UseRangeConstraint is set to true. Applicable only if the range constraint is not used. |
Whether intersection is computed when reference point is inside the surface. Applicable when the surface is not defined by terrain. |
|
An altitude. |
|
Central body. |
|
A direction vector. Can be any vector from VGT. |
|
An intersection surface. |
|
A maximum range. An exception is thrown if the value is less than the MinimumRange. Applicable only if the range constraint is not used. |
|
A minimum range. An exception is thrown if the value exceeds the MaximumRange. Applicable only if the range constraint is not used. |
|
A reference point. Can be any point from VGT. |
|
Whether the maximum range is used. Applicable only if the range constraint is not used. |
|
Whether the minimum range is used. Applicable only if the range constraint is not used. |
|
Whether to use range constraint. |
Import detail#
from ansys.stk.core.analysis_workbench import VectorGeometryToolPointCentralBodyIntersect
Property detail#
- property VectorGeometryToolPointCentralBodyIntersect.allow_intersection_from_below: bool#
Whether intersection is computed when reference point is inside the surface. Applicable when the surface is not defined by terrain.
- property VectorGeometryToolPointCentralBodyIntersect.direction_vector: IVectorGeometryToolVector#
A direction vector. Can be any vector from VGT.
- property VectorGeometryToolPointCentralBodyIntersect.intersection_surface: IntersectionSurfaceType#
An intersection surface.
- property VectorGeometryToolPointCentralBodyIntersect.maximum_range: float#
A maximum range. An exception is thrown if the value is less than the MinimumRange. Applicable only if the range constraint is not used.
- property VectorGeometryToolPointCentralBodyIntersect.minimum_range: float#
A minimum range. An exception is thrown if the value exceeds the MaximumRange. Applicable only if the range constraint is not used.
- property VectorGeometryToolPointCentralBodyIntersect.reference_point: IVectorGeometryToolPoint#
A reference point. Can be any point from VGT.
- property VectorGeometryToolPointCentralBodyIntersect.use_maximum_range: bool#
Whether the maximum range is used. Applicable only if the range constraint is not used.