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

Face.IsInside(UV, IntersectionResult)

Method
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
Syntax
public bool IsInside(
	UV point,
	out IntersectionResult result
)
Parameters
Parameter Type Description
point UV The parameters to be evaluated, in natural parameterization of the face.
result IntersectionResult Provides more information only when the point is on the edge; otherwise, <span class="keyword"><span data-languagespecifictext="cpp=nullptr|vb=Nothing|nu=null" id="LST4FBC9C09_3"></span></span>.
Return Value
Type Description
Boolean True if within this face or on its boundary, otherwise False.