CADability dotNET
Determins, whether the given vector is in the given plane

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public static bool IsDirectionInPlane(
	GeoVector dir,
	Plane pl
)
Visual Basic
Public Shared Function IsDirectionInPlane ( _
	dir As GeoVector, _
	pl As Plane _
) As Boolean
Visual C++
public:
static bool IsDirectionInPlane(
	GeoVector dir, 
	Plane pl
)

Parameters

dir
Type: CADability..::..GeoVector
The direction
pl
Type: CADability..::..Plane
The plane

Return Value

true, if the direction is in the plane

See Also