Surface.Trim Method

SurfaceTrim Method

Constructs a sub-surface that covers the specified UV trimming domain.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Surface Trim(
	Interval u,
	Interval v
)
Public Function Trim ( 
	u As Interval,
	v As Interval
) As Surface

Parameters

u
Type: Rhino.GeometryInterval
Domain of surface along U direction to include in the subsurface.
v
Type: Rhino.GeometryInterval
Domain of surface along V direction to include in the subsurface.

Return Value

Type: Surface
SubSurface on success, null on failure.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also