Gets/sets the translation of this aligned box. Changing the translation
will change the value returned by Center.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 73.0.0.0
public virtual Cog3DVect3 Translation { get; set; }public virtual Cog3DVect3 Translation { get; set; }Public Overridable Property Translation As Cog3DVect3
Get
Set
Public Overridable Property Translation As Cog3DVect3
Get
Set
public:
virtual property Cog3DVect3 Translation {
Cog3DVect3 get ();
void set (Cog3DVect3 value);
}public:
virtual property Cog3DVect3 Translation {
Cog3DVect3 get ();
void set (Cog3DVect3 value);
}Property Value
Type:
Cog3DVect3
The translation of this aligned box.
| Event Type | Reason |
|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flags may be affected: - SfTranslation
- SfCenter
- SfGetSurfaces
- SfGetLineSegments
- SfGetVertices
- SfComputeBoundingBox
|