RhinoCommon API
BrepFaceIsPointOnFace Method |
Tests if a parameter space point is on the interior of a trimmed face.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
public PointFaceRelation IsPointOnFace( double u, double v )
Public Function IsPointOnFace ( u As Double, v As Double ) As PointFaceRelation
Parameters
- u
- Type: SystemDouble
Parameter space point u value. - v
- Type: SystemDouble
Parameter space point v value.
Return Value
Type: PointFaceRelationA value describing the spatial relationship between the point and the face.