AdvCATChosenObject#

class ansys.stk.core.stkobjects.AdvCATChosenObject#

A chosen object.

Overview#

name

Get the chosen object name.

ellipsoid_class

Determine Ellipsoid Sizing method class.

tangential

Semi-major Axes Size along A.

cross_track

Semi-major Axes Size along B.

normal

Semi-major Axes Size along C.

type

Get the File Type.

hard_body_radius

Used in prob of collision.

number_identifier

An IRON or other numeric id.

string_identifier

A VEID, or other character id.

Import detail#

from ansys.stk.core.stkobjects import AdvCATChosenObject

Property detail#

property AdvCATChosenObject.name: str#

Get the chosen object name.

property AdvCATChosenObject.ellipsoid_class: AdvCATEllipsoidClassType#

Determine Ellipsoid Sizing method class.

property AdvCATChosenObject.tangential: float#

Semi-major Axes Size along A.

property AdvCATChosenObject.cross_track: float#

Semi-major Axes Size along B.

property AdvCATChosenObject.normal: float#

Semi-major Axes Size along C.

property AdvCATChosenObject.type: str#

Get the File Type.

property AdvCATChosenObject.hard_body_radius: float#

Used in prob of collision.

property AdvCATChosenObject.number_identifier: int#

An IRON or other numeric id.

property AdvCATChosenObject.string_identifier: str#

A VEID, or other character id.