Cog3DPlane Offset Property Cognex VisionPro 9.10
Gets/sets the offset for this plane. The offset is the translation from the origin along the normal direction.

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

public virtual double Offset { get; set; }

Property Value

Type: Double
The offset of this plane. The offset is the translation from the origin along the normal direction.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flags may be affected:

  • SfOffset
Exceptions

ExceptionCondition
Cog3DException If the plane is degenerate.
See Also