Cog3DPatMaxTool PropertiesCognex VisionPro 9.5

The Cog3DPatMaxTool type exposes the following members.

Properties

  NameDescription
Protected propertyCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
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 CogSerializableChangedEventComponentBase.)
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public propertyCurrentRecordEnable
Enable the creation of graphical tool records by bitwise ORing the desired values from Cog3DPatMaxCurrentRecordConstants.
Public propertyDataBindings
Gets the data bindings for the tool.
(Inherited from CogToolBase.)
Protected propertyDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Protected propertyEvents
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public propertyFailOnInvalidDataBinding
Specifies that the Run method is to fail if executed while one or more data bindings are invalid.
(Inherited from CogToolBase.)
Public propertyHasChanged (Inherited from CogSerializableChangedEventComponentBase.)
Public propertyInputVisionData
Gets or sets the 3D input vision data that will be searched for instances of the 3DPatMax pattern. Only the portions of the input data that lie within the SearchRegion will be searched.
Public propertyLastRunRecordDiagEnable
Enable the creation of graphical tool records by bitwise ORing the desired values from Cog3DPatMaxLastRunRecordDiagConstants.
Public propertyLastRunRecordEnable
Enable the creation of graphical tool records by bitwise ORing the desired values from Cog3DPatMaxLastRunRecordConstants.
Public propertyName
Gets or sets a user-supplied name for the tool.
(Inherited from CogToolBase.)
Public propertyPattern
Gets or sets the pattern to be used when this 3DPatMax tool is run. The tool will search for instances of this pattern in the runtime input vision data.
Public propertyResults
Gets the results from the last run of the 3DPatMax tool.
Public propertyRunParams
Gets or sets the parameters to be used when this 3DPatMax tool is run.
Public propertyRunStatus
Gets general information about the last call to the tool's Run function. Note that serious errors that occur within the tool's Run method may only be detected by examining the RunStatus after calling Run. It is the user's responsibility to examine the tool's RunStatus after calling Run.
(Inherited from CogToolBase.)
Public propertySearchRegion
Gets or sets the search region. Only the portion of the 3D input that lies within this region will be searched by 3DPatMax. If the supplied region object is null, the entire input vision data will be searched.
Public propertySite
Gets or sets the ISite of the Component.
(Inherited from Component.)
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 CogSerializableChangedEventComponentBase.)
Public propertyUserData
Gets a CogDictionary object that can be used to store application-specific information.
(Inherited from CogToolBase.)
Top
See Also