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
inAfloatFirst plane parameter.
inBfloatSecond plane parameter.
inCfloatThird plane parameter.
inDfloatFourth plane parameter.
outPlaneFilNet.Plane3D

See also