ILNumerics Ultimate VS

Scene Constructor (Group)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Creates a scene from a given scene graph group node

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public Scene(
	Group root
)

Parameters

root
Type: ILNumerics.DrawingGroup
existing scene graph root
Remarks

This constructor will create a shallow copy of the existing root node and its children. The copy is done efficiently without copying any buffer data.

[ILNumerics Visualization Engine]

See Also

Reference