M_Rhino_Geometry_Intersect_IntersectionEvent_SurfacePointParameter - mcneel/rhinocommon-api-docs GitHub Wiki

IntersectionEvent.SurfacePointParameter Method

If this instance records a Curve|Surface intersection event, and the intersection type is point, then use this function to get the U and V parameters on the surface where the intersection occurs.

Namespace: Rhino.Geometry.Intersect
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public void SurfacePointParameter(
	out double u,
	out double v
)

VB

Public Sub SurfacePointParameter ( 
	<OutAttribute> ByRef u As Double,
	<OutAttribute> ByRef v As Double
)

Parameters

 

u
Type: System.Double
Parameter on surface u direction where the intersection occurs.
v
Type: System.Double
Parameter on surface v direction where the intersection occurs.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

IntersectionEvent Class
Rhino.Geometry.Intersect Namespace

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