AdvCAT#
- class ansys.stk.core.stkobjects.AdvCAT#
Bases:
ISTKObject
,ILifetimeInformation
AdvCAT properties.
Overview#
Launch the close approach analysis. |
|
Return a collection of available objects. |
|
Return a collection of primary objects. |
|
Return a collection of secondary objects. |
Get the time period for the close approach analysis. |
|
Distance threshold. |
|
Enable/disable use range measure. |
|
Enable/disable displaying acknowledgement when done. |
|
Determine Ellipsoid Sizing method class. |
|
Get AdvCAT advanced properties. |
|
Get AdvCAT advanced properties. |
|
Primary default value for Semi-major Axes Size along A. |
|
Primary default value for Semi-major Axes Size along B. |
|
Primary default value for Semi-major Axes Size along C. |
|
Determine Ellipsoid Sizing method class. |
|
Secondary default value for Semi-major Axes Size along A. |
|
Secondary default value for Semi-major Axes Size along B. |
|
Secondary default value for Semi-major Axes Size along C. |
Import detail#
from ansys.stk.core.stkobjects import AdvCAT
Property detail#
- property AdvCAT.time_period: ITimeToolTimeIntervalSmartInterval#
Get the time period for the close approach analysis.
- property AdvCAT.display_acknowledgement_when_done: bool#
Enable/disable displaying acknowledgement when done.
- property AdvCAT.primary_default_class: AdvCATEllipsoidClassType#
Determine Ellipsoid Sizing method class.
- property AdvCAT.advanced: AdvCATAdvancedSettings#
Get AdvCAT advanced properties.
- property AdvCAT.graphics_3d: AdvCATGraphics3D#
Get AdvCAT advanced properties.
- property AdvCAT.primary_default_tangential: float#
Primary default value for Semi-major Axes Size along A.
- property AdvCAT.primary_default_cross_track: float#
Primary default value for Semi-major Axes Size along B.
- property AdvCAT.primary_default_normal: float#
Primary default value for Semi-major Axes Size along C.
- property AdvCAT.secondary_default_class: AdvCATEllipsoidClassType#
Determine Ellipsoid Sizing method class.
- property AdvCAT.secondary_default_tangential: float#
Secondary default value for Semi-major Axes Size along A.
Method detail#
- AdvCAT.get_available_objects(self) AdvCATAvailableObjectCollection #
Return a collection of available objects.
- Returns:
AdvCATAvailableObjectCollection
- AdvCAT.get_primary_chosen_objects(self) AdvCATChosenObjectCollection #
Return a collection of primary objects.
- Returns:
AdvCATChosenObjectCollection
- AdvCAT.get_secondary_chosen_objects(self) AdvCATChosenObjectCollection #
Return a collection of secondary objects.
- Returns:
AdvCATChosenObjectCollection