SensorGraphics3DSpaceProjectionCollection#
- class ansys.stk.core.stkobjects.SensorGraphics3DSpaceProjectionCollection#
Time Dependent Space Projection List.
Overview#
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 SensorGraphics3DSpaceProjectionCollection
Property detail#
- property SensorGraphics3DSpaceProjectionCollection._new_enum: EnumeratorProxy#
Return an enumerator that can iterate through the collection.
Method detail#
- SensorGraphics3DSpaceProjectionCollection.add(self) SensorGraphics3DProjectionElement #
Add a new element to the collection.
- Returns:
SensorGraphics3DProjectionElement
- SensorGraphics3DSpaceProjectionCollection.item(self, index: int) SensorGraphics3DProjectionElement #
Given an index, returns an element in the collection.
- Parameters:
index :
int
- Returns:
SensorGraphics3DProjectionElement