OnePointAccessConstraintCollection#
- class ansys.stk.core.stkobjects.OnePointAccessConstraintCollection#
Represents the access constraints for the one point access computation.
Overview#
Import detail#
from ansys.stk.core.stkobjects import OnePointAccessConstraintCollection
Property detail#
- property OnePointAccessConstraintCollection.count: int#
Return the number of elements in a collection.
- property OnePointAccessConstraintCollection._new_enum: EnumeratorProxy#
Return an enumerator that can iterate through the collection.
Method detail#
- OnePointAccessConstraintCollection.item(self, index: int) OnePointAccessConstraint #
Given an index, returns an element in the collection.
- Parameters:
index :
int
- Returns:
OnePointAccessConstraint