You are here: Start » FIL.NET » FIS.ResizeBox3D Method
FIS.ResizeBox3D Method
Changes the dimensions of a box in 3D.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ResizeBox3D ( FilNet.Box3D inBox3D, FilNet.Anchor3D inAnchor, float? inNewXLength, float? inNewYLength, float? inNewZLength, out FilNet.Box3D outBox3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inBox3D | FilNet.Box3D | Input box in 3D. | ||
![]() | inAnchor | FilNet.Anchor3D | Point of the box in 3D which position will not change. | ||
![]() | inNewXLength | float? | <0.0f, INF> | Target length of the box in x-coordinate. Default value: ftl::NIL. | |
![]() | inNewYLength | float? | <0.0f, INF> | Target length of the box in y-coordinate. Default value: ftl::NIL. | |
![]() | inNewZLength | float? | <0.0f, INF> | Target length of the box in z-coordinate. Default value: ftl::NIL. | |
![]() | outBox3D | FilNet.Box3D | Resized box. |