E3DViewer::IsRenderSourceVisible

Returns true if the render source is currently visible.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

bool IsRenderSourceVisible(
   const std::string& name
)

Parameters

name

The name of the render source to be queried.

Remarks

See also E3DViewer::ShowRenderSource and E3DViewer::HideRenderSource.

E3DViewer.IsRenderSourceVisible

Returns true if the render source is currently visible.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

bool IsRenderSourceVisible(
   string name
)

Parameters

name

The name of the render source to be queried.

Remarks

See also E3DViewer::ShowRenderSource and E3DViewer::HideRenderSource.