E3DViewer::GetWireframeMode

E3DViewer::SetWireframeMode

Enables or disables the display of wireframe triangles.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

bool GetWireframeMode() const

void SetWireframeMode(bool state)

Remarks

Display wireframe triangles with true (false by default).

E3DViewer.WireframeMode

Enables or disables the display of wireframe triangles.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

bool WireframeMode

{ get; set; }

Remarks

Display wireframe triangles with true (false by default).