ICogGeneralContourEllipticalArcSegmentIterator MethodsCognex VisionPro 9.25 SR1

The ICogGeneralContourEllipticalArcSegmentIterator type exposes the following members.

Methods

  NameDescription
Public methodCopy
Makes a copy of this iterator. The copy will be positioned at the same item as this plus the given IndexOffset. For example, if IndexOffset is +1 the copy will be positioned at the next item, if IndexOffset is -1, the copy will be at the previous item.
Public methodCreateEllipticalArc
Creates a gcnew CogEllipticalArc with the same geometric and graphics properties as this segment.
Public methodGetEllipticalArcSegmentIterator
Gets the iterator interface that provides full access to arc segment properties.
Public methodGetLineSegmentIterator
Gets the iterator interface that provides full access to line segment properties.
Public methodGetStartMidpointEndEllipseFraction
Gets StartX, StartY, MidpointX, MidpointY, EndX, EndY, and EllipseFraction of this elliptical arc.
Public methodMoveToNext
Moves the iterator to the next position, loading that item's properties into this iterator. If the iterator is at the end position, an error is returned. To avoid getting errors, you may wish to check IsEnd.
Public methodMoveToPosition
Moves the iterator to the specified position in the sequence, loading that item's properties into this iterator.
Public methodMoveToPrevious
Moves the iterator to the previous position, loading that item's properties into this iterator. If there are no items before this, an error is returned. To avoid getting errors, you may wish to check IsFirst.
Public methodSetFromEllipticalArc
Sets the arc segment geometry from the specified elliptical arc. Only the geometry is copied, graphics properties are ignored. Note that this method also changes the geometry of any connected segments because it changes both Start and End of this segment.
Public methodSetStartMidpointEndEllipseFraction
Sets StartX, StartY, MidpointX, MidpointY, EndX, EndY, and EllipseFraction of this elliptical arc segment. Note that this method will also change the geometry of any connected segments because it changes the Start and End of this segment.
Top
See Also