RadarCrossSectionVolumeLevelCollection#
- class ansys.stk.core.stkobjects.RadarCrossSectionVolumeLevelCollection#
Class defining a collection of radar cross section volume levels.
Overview#
Add and returns a new level with the corresponding value. |
|
Clear all contour levels from the collection. |
|
Check whether the collection contains an object with the given value. |
|
Get the level with the specified value. |
|
Given an index, returns the element in the collection. |
|
Remove the level with the corresponding value. |
|
Remove the level with the supplied index. |
Import detail#
from ansys.stk.core.stkobjects import RadarCrossSectionVolumeLevelCollection
Property detail#
- property RadarCrossSectionVolumeLevelCollection._new_enum: EnumeratorProxy#
Return an enumerator for the collection.
Method detail#
- RadarCrossSectionVolumeLevelCollection.add(self, value: float) RadarCrossSectionVolumeLevel #
Add and returns a new level with the corresponding value.
- Parameters:
value :
float
- Returns:
RadarCrossSectionVolumeLevel
- RadarCrossSectionVolumeLevelCollection.clear(self) None #
Clear all contour levels from the collection.
- Returns:
- RadarCrossSectionVolumeLevelCollection.contains(self, value: float) bool #
Check whether the collection contains an object with the given value.
- RadarCrossSectionVolumeLevelCollection.get_level(self, value: float) RadarCrossSectionVolumeLevel #
Get the level with the specified value.
- Parameters:
value :
float
- Returns:
RadarCrossSectionVolumeLevel
- RadarCrossSectionVolumeLevelCollection.item(self, index: int) RadarCrossSectionVolumeLevel #
Given an index, returns the element in the collection.
- Parameters:
index :
int
- Returns:
RadarCrossSectionVolumeLevel