You are here: Start » AVL.NET » AVS.AvsFilter_AccessPlane Method

AVS.AvsFilter_AccessPlane Method

Returns individual fields of a plane.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_AccessPlane
(
	AvlNet.Plane3D inPlane,
	out float outA,
	out float outB,
	out float outC,
	out float outD
)

Parameters

Name Type Range Default Description
inPlaneAvlNet.Plane3DInput plane.
outAfloatOutput plane parameter A.
outBfloatOutput plane parameter B.
outCfloatOutput plane parameter C.
outDfloatOutput plane parameter D.

See also