Cog3DRangeImageCrossSectionOperatorsParams Execute Method Cognex VisionPro 9.7
The execute method in this class is responsible for:
  • 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.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 73.0.0.0
Syntax

public void Execute(
	Cog3DRangeImageCrossSectionProfile profile
)
Events

Event TypeReason
Cognex.VisionPro ICogChangedEvent

Fires when execute is called.

The following state flag may be affected:

  • SfStatus
Exceptions

ExceptionCondition
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