ILNumerics - Technical Application Development
Assembly: ILNumerics.Toolboxes.Drawing2 (in ILNumerics.Toolboxes.Drawing2.dll) Version: 5.5.0.0 (5.5.7503.3146)
Access to the Points shape used for displaying the original data points, if DrawPoints is true.
[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
Property Value
Type: PointsRemarks
The underlying points shape stores the original, scattered points used for interpolation.
Access to this shape must be limited to the configuration of visual properties! Do not change the Positions of the points! This would bring the SmoothSurface into inconsistent state! In order to change the orinial points a new SmoothSurface must be created.
[ILNumerics Drawing2 Toolbox]
See Also