You are here: Start » FIL.NET » FIS.FisFilter_MakePlane Method
FIS.FisFilter_MakePlane Method
Creates a plane structure from individual fields.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FisFilter_MakePlane ( float inA, float inB, float inC, float inD, out FilNet.Plane3D outPlane )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inA | float | First plane parameter. | ||
![]() | inB | float | Second plane parameter. | ||
![]() | inC | float | Third plane parameter. | ||
![]() | inD | float | Fourth plane parameter. | ||
![]() | outPlane | FilNet.Plane3D |