2027 Method
Changes 0
M

Face.IsInside

Description:
Indicates whether the specified point is within this face and outputs additional information about the point location.
Remarks:
The following is the meaning of the IntersectionResult members when the point is on the edge:
  • EdgeObject is the edge that the point lies on
  • EdgeParameter is the parameter of the point on the edge nearest to the UV point
  • UV is the specified point
Overloads (2):
IsInside(UV)
IsInside(UV,IntersectionResult)
public bool IsInside(
	UV point,
	out IntersectionResult result
)
  • point
    The parameters to be evaluated, in natural parameterization of the face.
  • result
    Provides more information only when the point is on the edge; otherwise, null.
Return Value Boolean True if within this face or on its boundary, otherwise False.