Solid Edge Geometry Type Library
IsPointInside Property
Description
Returns True if the specified point is unambiguously inside the volume enclosed by the referenced object.
Property type
Read-only property
Syntax
Visual Basic
Public Property IsPointInside( _
   ByRef Point() As Double _
) As Boolean
Parameters
Point
Remarks
This method is applicable only when the Shell is closed. Calling this method on a Shell that is not closed causes an error.
See Also

CurvePath Object  | CurvePath Members