Module: bsHatchBlockIterator
Iterator for a list of hatching blocks (bsHatchBlock).
Returns the hatching block at the current iterator position.
Hatching block (bsHatchBlock) at the current iterator position
Sets the iterator position to the first hatching block of the list. The function can also be used to assign a valid position to an iterator with an invalid position.
true if the new iterator position is valid. false if the new iterator position is invalid.
Sets the iterator position to the last hatching block of the list. The function can also be used to assign a valid position to an iterator with an invalid position.
true if the new iterator position is valid. false if the new iterator position is invalid.
Check if the iterator position is valid.
true if the new iterator position is valid. false if the new iterator position is invalid.
Sets the iterator position to the next hatching block. The iterator will become invalid if there is no successor.
true if the new iterator position is valid. false if the new iterator position is invalid.
Sets the iterator position to the previous hatching block. The iterator will become invalid if there is no predecessor.
true if the new iterator position is valid. false if the new iterator position is invalid.