E3DViewer::GetRenderGridStep

E3DViewer::SetRenderGridStep

Sets/Gets the same grid step for each axis.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

float GetRenderGridStep() const

void SetRenderGridStep(float value)

Remarks

The unit of the grid step value is the same as the one from the EPointCloud. If value is equal to 0, then the step is auto computed and if the value is smaller than 0, then there is no step on the axis.
Default value is the size of each axis divided by ten.
For the Get function, if the step is not the same for each axis, then the mean is returned.

E3DViewer.RenderGridStep

Sets/Gets the same grid step for each axis.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

float RenderGridStep

{ get; set; }

Remarks

The unit of the grid step value is the same as the one from the EPointCloud. If value is equal to 0, then the step is auto computed and if the value is smaller than 0, then there is no step on the axis.
Default value is the size of each axis divided by ten.
For the Get function, if the step is not the same for each axis, then the mean is returned.