ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Limits of the bounding box which contains all nodes in this subtree
The function walks the complete subtree and computes the extent for every shape contained.
Group node transformations are taken into account and the limits of the bounding box for all nodes is returned.
Compute the 3D limits (extent) of this subtree
[ILNumerics Visualization Engine]
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
public Limits GetLimits( Nullable<Vector3> lowerBound = null, bool includeRootTransform = false )
Parameters
- lowerBound (Optional)
- Type: SystemNullableVector3
The lower limit of the search. - includeRootTransform (Optional)
- Type: SystemBoolean
True: take this groups Transform property into account; false: ignore this group, while computing the limits (default)
Return Value
Type: LimitsLimits of the bounding box which contains all nodes in this subtree
Remarks
For every axis, only those positions from shape vertices are considered, which lay above the bound determined by lowerBound. This parameter is usefull for working with logarithmic axes scales. If ommited, all data are taken into account [Default].
[ILNumerics Visualization Engine]
See Also