SensorGraphics3DSpaceProjectionCollection#
- class ansys.stk.core.stkobjects.SensorGraphics3DSpaceProjectionCollection#
Time Dependent Space Projection List.
Overview#
Given an index, returns an element in the collection. |
|
Remove an element from the collection using specified index. |
|
Remove all elements from the collection. |
|
Add a new element to the collection. |
Import detail#
from ansys.stk.core.stkobjects import SensorGraphics3DSpaceProjectionCollection
Property detail#
- property SensorGraphics3DSpaceProjectionCollection.count: int#
Return the number of elements in a collection.
- property SensorGraphics3DSpaceProjectionCollection._new_enum: EnumeratorProxy#
Return an enumerator that can iterate through the collection.
Method detail#
- SensorGraphics3DSpaceProjectionCollection.item(self, index: int) SensorGraphics3DProjectionElement #
Given an index, returns an element in the collection.
- Parameters:
index :
int
- Returns:
SensorGraphics3DProjectionElement
- SensorGraphics3DSpaceProjectionCollection.remove_at(self, index: int) None #
Remove an element from the collection using specified index.
- SensorGraphics3DSpaceProjectionCollection.remove_all(self) None #
Remove all elements from the collection.
- Returns:
- SensorGraphics3DSpaceProjectionCollection.add(self) SensorGraphics3DProjectionElement #
Add a new element to the collection.
- Returns:
SensorGraphics3DProjectionElement