M_Rhino_Geometry_Surface_Trim - mcneel/rhinocommon-api-docs GitHub Wiki

Surface.Trim Method

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

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Surface Trim(
	Interval u,
	Interval v
)

VB

Public Function Trim ( 
	u As Interval,
	v As Interval
) As Surface

Parameters

 

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

Return Value

Type: Surface
SubSurface on success, null on failure.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Surface Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️