CADability dotNET
Determines whether the curve resides in the given plane.

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

Syntax

C#
bool IsInPlane(
	Plane p
)
Visual Basic
Function IsInPlane ( _
	p As Plane _
) As Boolean
Visual C++
bool IsInPlane(
	Plane p
)

Parameters

p
Type: CADability..::..Plane
The plane for the test

Return Value

true, when the curve resides in the plane

See Also