RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Face

Face.IsInside(UV)

Method
Description:
Indicates whether the specified point is within this face.
Syntax
public bool IsInside(
	UV point
)
Parameters
Parameter Type Description
point UV The parameters to be evaluated, in natural parameterization of the face.
Return Value
Type Description
Boolean True if point is within this face or on its boundary, otherwise false.