E3DViewer::GetPointSize

E3DViewer::SetPointSize

Displays size of the points, in pixels.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

int GetPointSize() const

void SetPointSize(int size)

Remarks

The size of the point (range value is 1 to 5 pixels, and 2 by default).
This value is used only to draw an EPointCloud, not for an EMesh.

E3DViewer.PointSize

Displays size of the points, in pixels.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

int PointSize

{ get; set; }

Remarks

The size of the point (range value is 1 to 5 pixels, and 2 by default).
This value is used only to draw an EPointCloud, not for an EMesh.