LineTargetPointCollection#
- class ansys.stk.core.stkobjects.LineTargetPointCollection#
The collection of points for the line target.
Overview#
Return the latitude-longitude pair with the specified index. |
|
Add a latitude-longitude pair. Lat uses Latitude Dimension, Lon Uses Longitude Dimension. |
|
Remove an item using a given index. |
|
Remove all items. |
Enumerates through the collection of points. |
|
Return the number of latitude-longitude pairs. |
|
Specify the anchor point. Dimensionless. |
Import detail#
from ansys.stk.core.stkobjects import LineTargetPointCollection
Property detail#
- property LineTargetPointCollection._new_enum: EnumeratorProxy#
Enumerates through the collection of points.
Method detail#
- LineTargetPointCollection.item(self, index: int) LineTargetPoint #
Return the latitude-longitude pair with the specified index.
- Parameters:
index :
int
- Returns:
LineTargetPoint
- LineTargetPointCollection.add(self, lat: Any, lon: Any) LineTargetPoint #
Add a latitude-longitude pair. Lat uses Latitude Dimension, Lon Uses Longitude Dimension.