Click or drag to resize

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)
Since: 5.0
Syntax
public void SurfaceOverlapParameter(
	out Interval uDomain,
	out Interval vDomain
)

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.
See Also