BrepFaceIsPointOnFace Method |
Tests if a parameter space point is on the interior of a trimmed face.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also