ILNumerics - Technical Application Development 
Assembly: ILNumerics.Toolboxes.Drawing2 (in ILNumerics.Toolboxes.Drawing2.dll) Version: 5.5.0.0 (5.5.7503.3146)
 
 
 
            Computes new limits for FastSurface, if auto downscaling is enabled.
            
[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
protected override void getLimitsInternal( Stack<Matrix4> transforms, Limits ret, bool ignoreRootTransform = true, Nullable<Vector3> lowerBound = null )
Parameters
- transforms
 - Type: System.Collections.GenericStackMatrix4
matrix stack that contains transformation matrixes. - ret
 - Type: ILNumerics.DrawingLimits
contains limits of FastSurface. - ignoreRootTransform (Optional)
 - Type: SystemBoolean
 - lowerBound (Optional)
 - Type: SystemNullableVector3
 
Remarks
[ILNumerics Drawing2 Toolbox]
See Also