E3DObjectExtractor::GetLocalTiltRange

E3DObjectExtractor::SetLocalTiltRange

The allowed angle range of the object local tilt. This is the angle between the base plane and the object plane. A value of 0 means that the object top surface is parallel to its base. 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& GetLocalTiltRange() const

void SetLocalTiltRange(const EFloatRange& tiltRange)

E3DObjectExtractor.LocalTiltRange

The allowed angle range of the object local tilt. This is the angle between the base plane and the object plane. A value of 0 means that the object top surface is parallel to its base. 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 LocalTiltRange

{ get; set; }