CogCircularArc PropertiesCognex VisionPro 9.8

The CogCircularArc type exposes the following members.

Properties

  NameDescription
Public propertyAngleSpan
Returns/sets the angle span (in radians) of this circular arc. Note that this can be positive or negative (but not exactly 0), and implies an arc direction.
Public propertyAngleStart
Returns/sets the start angle (in radians) of this circular arc.
Public propertyArcLength
Returns the length of this circular arc.
Public propertyCenterX
Returns/sets the X coordinate of the center of the circle.
Public propertyCenterY
Returns/sets the Y coordinate of the center of the circle.
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
Public propertyChildren
Children of this graphic.
Public propertyColor
Color of this graphic. Can be any OLE_COLOR.
Public propertyDirectionAdornment
Returns/sets the arc direction adornment of this circular arc.
Public propertyDisplayedRadiusInScreenPixels
Returns/sets the screen radius the arc will be drawn with if DisplayMode is cogCircularArcDisplayModeScreen.
Public propertyDisplayMode
Returns/sets the mode in which the arc will be displayed, either with the screen radius (DisplayedRadiusInScreenPixels) or the normal geometric radius (Radius).
Public propertyDragColor
Color of this graphic when dragged.
Public propertyDragLineStyle
Line style of this graphic when dragged.
Public propertyDragLineWidthInScreenPixels
Line width of this graphic when dragged.
Public propertyEndPointAdornment
Returns/sets the end point adornment of this circular arc.
Public propertyEndX
Returns the x coordinate of the arc end point (the point at the AngleStart + AngleSpan end of the arc).
Public propertyEndY
Returns the y coordinate of the arc end point (the point at the AngleStart + AngleSpan end of the arc).
Public propertyGraphicDOFEnable
Interactive Degree of freedom for this graphic object. Provides the ability to govern interactive manipulation of an object; for example could be used to prevent an object from being resized.
Public propertyGraphicDOFEnableBase
Interactive Degree of freedom for a graphic object. Allows access to each graphic's GraphicDOFEnable property without knowing the specific graphic type.
Public propertyHasChanged
If true, the serializable state of this object has changed since the last time it was serialized.
Public propertyInteractive
Interactive property allow this graphic object to be selected. See GraphicDOFEnable for information on governing interactive manipulation of an object.
Public propertyLineStyle
Line style of this graphic.
Public propertyLineWidthInScreenPixels
Line width (in screen pixels) of this graphic.
Public propertyMidpointX
Returns the x coordinate of the arc mid-point (the point on the arc halfway between 'start' and 'end').
Public propertyMidpointY
Returns the y coordinate of the arc mid-point.
Public propertyMouseCursor
Mouse cursor to be displayed when the mouse is over the graphic. The cursor will be visible only if the graphic is interactive.
Public propertyParent
Parent of this graphic.
Public propertyRadius
Returns/sets the radius of the circle.
Public propertySelected
True when the shape is selected in a display.
Public propertySelectedColor
Color of this graphic when selected.
Public propertySelectedLineStyle
Line style of this graphic when selected.
Public propertySelectedLineWidthInScreenPixels
Line width of this graphic when selected.
Public propertySelectedSpaceName
Coordinate space in which this shape is to be interpreted.
Public propertyStartPointAdornment
Returns/sets the start point adornment of this circular arc.
Public propertyStartX
Returns the x coordinate of the arc start point (the point at the AngleStart end of the arc).
Public propertyStartY
Returns the y coordinate of the arc start point (the point at the AngleStart end of the arc).
Public propertyTipText
Text to describe this graphic in a tool tip.
Public propertyVisible
Visible property of this graphic.
Top
See Also