AccessConstraintThirdBody#

class ansys.stk.core.stkobjects.AccessConstraintThirdBody#

Bases: IAccessConstraint

Do not use this class, as it is deprecated. Use AccessConstraintCentralBodyObstruction instead. Class defining Central Body Obstruction constraints.

Overview#

is_obstruction_assigned

Do not use this method, as it is deprecated. Use IsObstructionAssigned on AccessConstraintCentralBodyObstruction instead. Check whether a third body is already assigned.

add_obstruction

Do not use this method, as it is deprecated. Use AddObstruction on AccessConstraintCentralBodyObstruction instead. Adds an Obstruction by Name.

remove_obstruction

Do not use this method, as it is deprecated. Use RemoveObstruction on AccessConstraintCentralBodyObstruction instead. Remove an Obstruction by Name.

assigned_obstructions

Do not use this property, as it is deprecated. Use AssignedObstructions on AccessConstraintCentralBodyObstruction instead. Gets the Assigned Obstructions.

available_obstructions

Do not use this property, as it is deprecated. Use AvailableObstructions on AccessConstraintCentralBodyObstruction instead. Gets the Available Obstructions.

Import detail#

from ansys.stk.core.stkobjects import AccessConstraintThirdBody

Property detail#

property AccessConstraintThirdBody.assigned_obstructions: list#

Do not use this property, as it is deprecated. Use AssignedObstructions on AccessConstraintCentralBodyObstruction instead. Gets the Assigned Obstructions.

property AccessConstraintThirdBody.available_obstructions: list#

Do not use this property, as it is deprecated. Use AvailableObstructions on AccessConstraintCentralBodyObstruction instead. Gets the Available Obstructions.

Method detail#

AccessConstraintThirdBody.is_obstruction_assigned(self, obstruction: str) bool#

Do not use this method, as it is deprecated. Use IsObstructionAssigned on AccessConstraintCentralBodyObstruction instead. Check whether a third body is already assigned.

Parameters:

obstruction : str

Returns:

bool

AccessConstraintThirdBody.add_obstruction(self, obstruction: str) None#

Do not use this method, as it is deprecated. Use AddObstruction on AccessConstraintCentralBodyObstruction instead. Adds an Obstruction by Name.

Parameters:

obstruction : str

Returns:

None

AccessConstraintThirdBody.remove_obstruction(self, obstruction: str) None#

Do not use this method, as it is deprecated. Use RemoveObstruction on AccessConstraintCentralBodyObstruction instead. Remove an Obstruction by Name.

Parameters:

obstruction : str

Returns:

None