Click or drag to resize

GetPointPointOnBrep Method

Use to determine if point was on a Brep face. If the point was on a Brep face, then the (u,v) are the face parameters for the point.

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public BrepFace PointOnBrep(
	out double u,
	out double v
)

Parameters

u
Type: SystemDouble
If the point was on a Brep face, then the u parameter.
v
Type: SystemDouble
If the point was on a Brep face, then the v parameter.

Return Value

Type: BrepFace
The Brep face or null if the point was not on a Brep face.
See Also