CAViewer::SetHiddenLine

CAViewer class

Enables or disables hidden line removal.

void SetHiddenLine(
  BOOL onoroff
  );

Parameters

onoroff
If set to TRUE, HiddenLine removal is enabled; if set to FALSE, it is disabled.

Return Value

None.

Remarks

When hidden line removal is enabled (on), and the graph style is Mesh or Line, lines are hidden if they lie behind another part of the graph. Otherwise, the entire line segment is drawn.

See Also

CAViewer::GetGraphStyle, CAViewer::GetHiddenLine