FigureOfMeritGraphics2DLevelAttributesCollection#
- class ansys.stk.core.stkobjects.FigureOfMeritGraphics2DLevelAttributesCollection#
Collection of Level Attributes.
Overview#
Add a new element to the collection. |
|
Add a new element to the collection. |
|
Given an index, returns an element in the collection. |
|
Remove all elements from the collection. |
|
Remove an element from the collection using specified index. |
Import detail#
from ansys.stk.core.stkobjects import FigureOfMeritGraphics2DLevelAttributesCollection
Property detail#
- property FigureOfMeritGraphics2DLevelAttributesCollection._new_enum: EnumeratorProxy#
Return an enumerator that can iterate through the collection.
Method detail#
- FigureOfMeritGraphics2DLevelAttributesCollection.add_level(self, level: Any) FigureOfMeritGraphics2DLevelAttributesElement #
Add a new element to the collection.
- Parameters:
level :
Any
- Returns:
FigureOfMeritGraphics2DLevelAttributesElement
- FigureOfMeritGraphics2DLevelAttributesCollection.add_level_range(self, start: Any, stop: Any, step: Any) None #
Add a new element to the collection.
- FigureOfMeritGraphics2DLevelAttributesCollection.item(self, index: int) FigureOfMeritGraphics2DLevelAttributesElement #
Given an index, returns an element in the collection.
- Parameters:
index :
int
- Returns:
FigureOfMeritGraphics2DLevelAttributesElement