E3DObjectExtractor::GetReferenceTiltRange

E3DObjectExtractor::SetReferenceTiltRange

The allowed angle range of the object reference tilt. This is the angle between the object plane and the ZMap Z Axis. A value of 0 means that the object top surface is parallel to the ZMap XY plane. Valid values are between 0 and +90 degrees (or 0 and Pi if angle unit is radians).

Namespace: Euresys::Open_eVision::Easy3D

[C++]

const EFloatRange& GetReferenceTiltRange() const

void SetReferenceTiltRange(const EFloatRange& tiltRange)

E3DObjectExtractor.ReferenceTiltRange

The allowed angle range of the object reference tilt. This is the angle between the object plane and the ZMap Z Axis. A value of 0 means that the object top surface is parallel to the ZMap XY plane. Valid values are between 0 and +90 degrees (or 0 and Pi if angle unit is radians).

Namespace: Euresys.Open_eVision.Easy3D

[C#]

Euresys.Open_eVision.EFloatRange ReferenceTiltRange

{ get; set; }