Point3D.IsInside Method

Checks if the point is inside the specified volume.
Public Function IsInside( _ 
ByVal boxMin As Point3D, _ 
ByVal boxMax As Point3D
) As Boolean
This language is not supported or no code example is available.
public bool IsInside( 
Point3D boxMin
Point3D boxMax 
)
This language is not supported or no code example is available.

Parameters

boxMin
Point3D

Lower-left-front corner

boxMax
Point3D

Top-right-rear corner

Return Value

bool

True if the point is inside, false otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition