IntersectionEvent.SurfaceOverlapParameter Method

IntersectionEventSurfaceOverlapParameter Method

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

Namespace:  Rhino.Geometry.Intersect
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void SurfaceOverlapParameter(
	out Interval uDomain,
	out Interval vDomain
)
Public Sub SurfaceOverlapParameter ( 
	<OutAttribute> ByRef uDomain As Interval,
	<OutAttribute> ByRef vDomain As Interval
)

Parameters

uDomain
Type: Rhino.GeometryInterval
Domain along surface U direction for overlap event.
vDomain
Type: Rhino.GeometryInterval
Domain along surface V direction for overlap event.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also