You are here: Start » FIL.NET » FIS.FisFilter_AccessPlane Method
FIS.FisFilter_AccessPlane Method
Returns individual fields of a plane.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FisFilter_AccessPlane ( FilNet.Plane3D inPlane, out float outA, out float outB, out float outC, out float outD )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPlane | FilNet.Plane3D | Input plane. | ||
![]() | outA | float | Output plane parameter A. | ||
![]() | outB | float | Output plane parameter B. | ||
![]() | outC | float | Output plane parameter C. | ||
![]() | outD | float | Output plane parameter D. |