You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » FIL.ResizeBox3D_Delta
Changes the dimensions of a box in 3D by adding some values.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ResizeBox3D_Delta ( FilNet.Box3D inBox3D, FilNet.Anchor3D inAnchor, float inXLengthDelta, float inYLengthDelta, float inZLengthDelta, out FilNet.Box3D outBox3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inBox3D | FilNet.Box3D | Input box. | ||
![]() | inAnchor | FilNet.Anchor3D | Point of the box in 3D which position will not change. | ||
![]() | inXLengthDelta | float | 0.0f | Value added to length of the box in X axis. Default value: 0.0f. | |
![]() | inYLengthDelta | float | 0.0f | Value added to length of the box in X axis. Default value: 0.0f. | |
![]() | inZLengthDelta | float | 0.0f | Value added to length of the box in X axis. Default value: 0.0f. | |
![]() | outBox3D | FilNet.Box3D | Resized box. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Negative box dimensions in ResizeBox3D_Delta. |