Cog3DRectangle PropertiesCognex VisionPro 9.8 SR1

The Cog3DRectangle type exposes the following members.

Properties

  NameDescription
Public propertyCenter
Gets the center position of this rectangle.
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.
(Inherited from CogSerializableChangedEventBase.)
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyIsDegenerateCurve
Determines whether or not this curve shape is degenerate. This occurs when curve shapes have a perimeter of 0.
Public propertyIsDegenerateSurface
Determines whether or not this surface shape is degenerate. This occurs when surface shapes have an area of 0.
Public propertyIsEmpty
Indicates if the set of points lying on the boundary of this shape is empty.
Public propertyIsFinite
Indicates if this shape has finite extents.
Public propertySelectedSpaceName3D
The 3D coordinate space in which this shape is to be interpreted.
Public propertyShapeFromScaledUnitRectangle
Deprecated. Please use GetShapeFromScaledUnitRectangle() and SetShapeFromScaledUnitRectangle()instead.
Public propertyShapeState
Gets/sets the ShapeState for this shape.
Public propertySize
Gets/sets the size of this rectangle. The setter may change the value of Center. It does not change the value of ShapeFromScaledUnitRectangle.
Public propertyStateFlags
Returns the complete set of state flags supported on this object. The flags may be indexed by name as shown in the following C# code snippet: if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.)
Top
See Also