Mesh.IsPointInside Method

Checks if the specified point is inside the 3D mesh.
Public Function IsPointInside( _ 
ByVal point As Point3D
) As Boolean
This language is not supported or no code example is available.
public bool IsPointInside( 
Point3D point 
)
This language is not supported or no code example is available.

Parameters

point
Point3D

The 3D point

Return Value

bool

True if the 3D point is inside the mesh, false otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition