E3DObjectExtractor::GetVolumeRange

E3DObjectExtractor::SetVolumeRange

The allowed volume range for the objects. Volume is expressed in the metric coordinate system. E.g, if the ZMap space is in mm, the volume is in mm3.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

const EFloatRange& GetVolumeRange() const

void SetVolumeRange(const EFloatRange& volumeRange)

E3DObjectExtractor.VolumeRange

The allowed volume range for the objects. Volume is expressed in the metric coordinate system. E.g, if the ZMap space is in mm, the volume is in mm3.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

Euresys.Open_eVision.EFloatRange VolumeRange

{ get; set; }