ILNumerics Ultimate VS

ShapeConfigure Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Configures the shape; must be called after changes to any vertex buffers

[ILNumerics Visualization Engine]

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

public override void Configure(
	bool configureChildren = true,
	bool configurePath2Root = true
)

Parameters

configureChildren (Optional)
Type: SystemBoolean
[optional] configure subtree; default: true
configurePath2Root (Optional)
Type: SystemBoolean
[optional] configure nodes on the path to the root node; default: true
Remarks

Configure must be called to populate changes to the driver. If you can be sure, changes will not effect any other shapes, set configureChildren and/or configurePath2Root to true. This limits the configuration to this shape and may gives better performance.

[ILNumerics Visualization Engine]

See Also

Reference