Skip to content

M_Rhino_Geometry_Intersect_IntersectionEvent_SurfaceOverlapParameter

Will Pearson edited this page Aug 12, 2016 · 2 revisions

IntersectionEvent.SurfaceOverlapParameter 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) Version: Rhino 6.0

Syntax

C#

public void SurfaceOverlapParameter(
	out Interval uDomain,
	out Interval vDomain
)

VB

Public Sub SurfaceOverlapParameter ( 
	<OutAttribute> ByRef uDomain As Interval,
	<OutAttribute> ByRef vDomain As Interval
)

Parameters

 

uDomain
Type: Rhino.Geometry.Interval
Domain along surface U direction for overlap event.
vDomain
Type: Rhino.Geometry.Interval
Domain along surface V direction for overlap event.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

IntersectionEvent Class
Rhino.Geometry.Intersect Namespace

Clone this wiki locally