Face.IsInside(UV)
Description:
Indicates whether the specified point is within this face.
Indicates whether the specified point is within this face.
Overloads (2):
IsInside(UV)
public bool IsInside(
UV point
)
-
pointThe parameters to be evaluated, in natural parameterization of the face.
Return Value
bool
True if point is within this face or on its boundary, otherwise false.
No comments yet. Start the discussion.
Loading…