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
inPlaneFilNet.Plane3DInput plane.
outAfloatOutput plane parameter A.
outBfloatOutput plane parameter B.
outCfloatOutput plane parameter C.
outDfloatOutput plane parameter D.

See also