Indicates whether the specified point is within this face.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public bool IsInside( UV point )
Parameters
- point UV
- The parameters to be evaluated, in natural parameterization of the face.
Return Value
BooleanTrue if point is within this face or on its boundary, otherwise false.