You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Features » AVL.Plane3DOrientation

AVL.Plane3DOrientation

Computes the orientation of a plane as angles in the range from 0 to 180 between the plane and coordinate planes.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void Plane3DOrientation
(
	AvlNet.Plane3D inPlane,
	out float outAngleXY,
	out float outAngleXZ,
	out float outAngleYZ,
	out AvlNet.Point3D outPointOnPlane
)

Parameters

Name Type Range Default Description
inPlaneAvlNet.Plane3D
outAngleXYfloat
outAngleXZfloat
outAngleYZfloat
outPointOnPlaneAvlNet.Point3DProjection of the beginning of the coordinate axes on the input plane.

Function Overrides

See also