Line.InPlane Method

Gets a plane that contains the line.
Public Function InPlane( _ 
ByRef plane As Plane, _ 
ByVal tolerance As Double
) As Boolean
This language is not supported or no code example is available.
public bool InPlane( 
out Plane plane
double tolerance 
)
This language is not supported or no code example is available.

Parameters

plane
Plane

A plane that contains the line. The origin of the plane is at the start of the line. The distance from the end of the line to the plane is <= tolerance. If possible a plane parallel to the world xy, yz or zx plane is returned.

tolerance
double

The tolerance

Return Value

bool

true if a coordinate of the line's direction vector is larger than tolerance

.NET Framework

Supported in: 4.8

In this article

Definition