LinearPath.IsInPlane Method

Public Function IsInPlane( _ 
ByVal plane As devDept.Geometry.Plane, _ 
ByVal tol As Double
) As Boolean Implements _ 
ICurve.IsInPlane
This language is not supported or no code example is available.
public bool IsInPlane( 
devDept.Geometry.Plane plane
double tol 
)
This language is not supported or no code example is available.

Parameters

plane
devDept.Geometry.Plane

tol
double

Return Value

bool

Implements

ICurve.IsInPlane

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition