LevelAttributeCollection#
- class ansys.stk.core.stkobjects.LevelAttributeCollection#
Collection of properties defining display of contour levels.
Overview#
Return an LevelAttribute given an index number. |
|
Remove an LevelAttribute Item with given index. |
|
Remove all LevelAttribute. |
|
Add a level. |
|
Add a level range. |
Import detail#
from ansys.stk.core.stkobjects import LevelAttributeCollection
Property detail#
- property LevelAttributeCollection._new_enum: EnumeratorProxy#
Enumerates through LevelAttributeCollection.
Method detail#
- LevelAttributeCollection.item(self, index: int) LevelAttribute #
Return an LevelAttribute given an index number.
- Parameters:
index :
int
- Returns:
LevelAttribute
- LevelAttributeCollection.remove(self, index: int) None #
Remove an LevelAttribute Item with given index.
- LevelAttributeCollection.add_level(self, level: Any) LevelAttribute #
Add a level.
- Parameters:
level :
Any
- Returns:
LevelAttribute