CalculationToolParameterSetGroup#
- class ansys.stk.core.analysis_workbench.CalculationToolParameterSetGroup#
Access or create VGT parameter sets associated with an object or a central body.
Overview#
Remove a specified element. |
|
Search for a an element with a given name. Returns false if the specified element does not exist. |
|
Return an element by name or at a specified position. |
|
Retrieve an element from the collection by index. |
|
Retrieve an element from the collection by name. |
Import detail#
from ansys.stk.core.analysis_workbench import CalculationToolParameterSetGroup
Property detail#
- property CalculationToolParameterSetGroup.context: IAnalysisWorkbenchComponentContext#
Return a context object. The context can be used to find out which central body or STK object this instance is associated with.
- property CalculationToolParameterSetGroup.factory: CalculationToolParameterSetFactory#
Return a factory object used to create calc scalar components.
- property CalculationToolParameterSetGroup._new_enum: EnumeratorProxy#
Return a COM enumerator.
Method detail#
- CalculationToolParameterSetGroup.contains(self, name: str) bool #
Search for a an element with a given name. Returns false if the specified element does not exist.
- CalculationToolParameterSetGroup.item(self, index_or_name: Any) ICalculationToolParameterSet #
Return an element by name or at a specified position.
- Parameters:
index_or_name :
Any
- Returns:
ICalculationToolParameterSet
- CalculationToolParameterSetGroup.get_item_by_index(self, index: int) ICalculationToolParameterSet #
Retrieve an element from the collection by index.
- Parameters:
index :
int
- Returns:
ICalculationToolParameterSet
- CalculationToolParameterSetGroup.get_item_by_name(self, name: str) ICalculationToolParameterSet #
Retrieve an element from the collection by name.
- Parameters:
name :
str
- Returns:
ICalculationToolParameterSet