The execute method in this class is responsible for:
Namespace: Cognex.VisionPro3D- Fixturing the profile: adding a user defined space to the profile space tree in the output profile (optional)
- Running the operators. The operators are run in the resulting profile space. The operators interpret their regions in that space and produce results in that space.
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 69.0.0.0
Syntax
Parameters
- profile
- Type: Cognex.VisionPro3D Cog3DRangeImageCrossSectionProfile
The profile.
Events
| Event Type | Reason |
|---|---|
| Cognex.VisionPro ICogChangedEvent | Fires when execute is called. The following state flag may be affected:
|
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If the supplied profile is null. If the ProfileNewSpaceName is null and ProfileSpaceSelection is set to New. If the ProfileExistingSpaceName is null and ProfileSpaceSelection is set to Existing. |
| ArgumentException | If the supplied profile is invalid. |
| CogSecurityViolationException | If licensing bit for this class cannot be confirmed. |
See Also