M_Rhino_Geometry_BrepFace_IsPointOnFace - mcneel/rhinocommon-api-docs GitHub Wiki
Tests if a parameter space point is on the interior of a trimmed face.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public PointFaceRelation IsPointOnFace(
double u,
double v
)
VB
Public Function IsPointOnFace (
u As Double,
v As Double
) As PointFaceRelation
- u
- Type: System.Double
Parameter space point u value. - v
- Type: System.Double
Parameter space point v value.
Type: PointFaceRelation
A value describing the spatial relationship between the point and the face.
Supported in: 6.0.16224.21491, 5D58w