Brep.IsPointInside Method

Checks if the specified point is inside or onto the Brep.
Public Function IsPointInside( _ 
ByVal point As Point3D, _ 
Optional ByVal skipRebuild As Boolean = false _ 
) As pointStatusType
This language is not supported or no code example is available.
public pointStatusType IsPointInside( 
Point3D point
bool skipRebuild = false 
)
This language is not supported or no code example is available.

Parameters

point
Point3D

The 3D point

skipRebuild
bool

If true, we avoid rebuilding the Brep internally.

Return Value

pointStatusType

The point status.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition