You are here: Start » FIL.NET » FIS.FisFilter_MakeBox3D Method
FIS.FisFilter_MakeBox3D Method
Creates a 3D box structure from individual fields.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FisFilter_MakeBox3D ( float inX, float inY, float inZ, float inXLength, float inYLength, float inZLength, out FilNet.Box3D outBox3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inX | float | Input x-coordinate. | ||
![]() | inY | float | Input y-coordinate. | ||
![]() | inZ | float | Input z-coordinate. | ||
![]() | inXLength | float | <0.0f, INF> | Input length in X axis. | |
![]() | inYLength | float | <0.0f, INF> | Input length in Y axis. | |
![]() | inZLength | float | <0.0f, INF> | Input length in Z axis. | |
![]() | outBox3D | FilNet.Box3D | Output box 3D. |