M_Rhino_Geometry_Intersect_IntersectionEvent_SurfaceOverlapParameter - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public void SurfaceOverlapParameter(
out Interval uDomain,
out Interval vDomain
)
VB
Public Sub SurfaceOverlapParameter (
<OutAttribute> ByRef uDomain As Interval,
<OutAttribute> ByRef vDomain As Interval
)
- 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.
Supported in: 6.0.16224.21491, 5D58w