Cog3DAlignedBox Translation Property Cognex VisionPro 9.8 SR1
Gets/sets the translation of this aligned box. Changing the translation will change the value returned by Center.

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

public virtual Cog3DVect3 Translation { get; set; }

Property Value

Type: Cog3DVect3
The translation of this aligned box.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flags may be affected:

  • SfTranslation
  • SfCenter
  • SfGetSurfaces
  • SfGetLineSegments
  • SfGetVertices
  • SfComputeBoundingBox
See Also