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

AVS.AvsFilter_AccessPoint3D Method

Returns individual fields of a 3d point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_AccessPoint3D
(
	AvlNet.Point3D inPoint,
	out float outX,
	out float outY,
	out float outZ
)

Parameters

Name Type Range Default Description
inPointAvlNet.Point3DInput point.
outXfloatOutput x-coordinate.
outYfloatOutput y-coordinate.
outZfloatOutput z-coordinate.

See also