ILNumerics Ultimate VS

TrianglesConfigure Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Populate changes made to any buffers to the scene used for rendering.

[ILNumerics Visualization Engine]

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

public override void Configure(
	bool configureDown = true,
	bool configureUp = true
)

Parameters

configureDown (Optional)
Type: SystemBoolean
[Optional] Configure all child nodes as well. Default: true
configureUp (Optional)
Type: SystemBoolean
[Optional] Configure all nodes on the path to root as well. Default: true
Remarks

[ILNumerics Visualization Engine]

See Also

Reference