ILNumerics Ultimate VS

FastSurfaceFill Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Gives a reference to the triangle strip shape of the surface fill (readonly, the shape itself is mutable).

[ILNumerics Drawing2 Toolbox]

Namespace:  ILNumerics.Drawing.Plotting
Assembly:  ILNumerics.Toolboxes.Drawing2 (in ILNumerics.Toolboxes.Drawing2.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public TrianglesStrip Fill { get; }

Property Value

Type: TrianglesStrip
Remarks

The Fill property allows direct access to the triangles shape realizing the filled area of the surface. It allows all configurations valid for general shapes, including access to the rendering Buffers, like the Positions and Colors buffers, the solid Color property, all mouse events and light configuration.

High level functions of FastSurface modify the internal data and the internal triangle strip shape. Therefore and since Fill gives direct access to this shape, users must take care of potentially conflicting changes to the Fill, caused by manual changed and by changes due to the Update(InArraySingle, InArraySingle, InArraySingle, InArraySingle, Colormap, TupleSingle, Single, NullableVector3, NullableVector3, Boolean)"/> function.

[ILNumerics Drawing2 Toolbox]

Examples

Create a simple fast surface and enable lighting on the fill.

See Also

Reference