Face.IsInside(UV, IntersectionResult) Method

Indicates whether the specified point is within this face and outputs additional information about the point location.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public bool IsInside(
	UV point,
	out IntersectionResult result
)

Parameters

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, null.

Return Value

Boolean
True if within this face or on its boundary, otherwise False.

Remarks

The following is the meaning of the IntersectionResult members when the point is on the edge:

See Also

Reference

Face Class
IsInside Overload
Autodesk.Revit.DB Namespace