<Code Lib>
2027 Method
Changes 0
M

Face.IsInside(UV)

Description:
Indicates whether the specified point is within this face.
Overloads (2):
IsInside(UV)

public bool IsInside(
	UV point
)

  • point
    The parameters to be evaluated, in natural parameterization of the face.
Return Value Boolean True if point is within this face or on its boundary, otherwise false.

Loading…