M_Rhino_Geometry_BrepFace_IsPointOnFace - mcneel/rhinocommon-api-docs GitHub Wiki

BrepFace.IsPointOnFace Method

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

Syntax

C#

public PointFaceRelation IsPointOnFace(
	double u,
	double v
)

VB

Public Function IsPointOnFace ( 
	u As Double,
	v As Double
) As PointFaceRelation

Parameters

 

u
Type: System.Double
Parameter space point u value.
v
Type: System.Double
Parameter space point v value.

Return Value

Type: PointFaceRelation
A value describing the spatial relationship between the point and the face.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BrepFace Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️