E3DObjectExtractor::GetLocalHeightRange

E3DObjectExtractor::SetLocalHeightRange

The extraction object local height range in metric units. Local height is the dimension of the object along the normal of the base plane. For a height based on the ZMap origin, use E3DObjectExtractor.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

const EFloatRange& GetLocalHeightRange() const

void SetLocalHeightRange(const EFloatRange& localHeightRange)

E3DObjectExtractor.LocalHeightRange

The extraction object local height range in metric units. Local height is the dimension of the object along the normal of the base plane. For a height based on the ZMap origin, use E3DObjectExtractor.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

Euresys.Open_eVision.EFloatRange LocalHeightRange

{ get; set; }