Click or drag to resize

IGraph3DViewSetLayerStructure Method

Sets the number of layers that are in the graph. The view has to reflect the change in the number of layers by adjusting the number of layer buttons or similar. The current layer number should be preserved.

Namespace: Altaxo.Gui.Graph.Graph3D.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void SetLayerStructure(
	NGTreeNode structure,
	int[] currentLayerNumber
)

Parameters

structure  NGTreeNode

[Missing <param name="structure"/> documentation for "M:Altaxo.Gui.Graph.Graph3D.Viewing.IGraph3DView.SetLayerStructure(Altaxo.Collections.NGTreeNode,System.Int32[])"]

currentLayerNumber  Int32

[Missing <param name="currentLayerNumber"/> documentation for "M:Altaxo.Gui.Graph.Graph3D.Viewing.IGraph3DView.SetLayerStructure(Altaxo.Collections.NGTreeNode,System.Int32[])"]

See Also