M_Rhino_Geometry_Surface_Trim - mcneel/rhinocommon-api-docs GitHub Wiki
Constructs a sub-surface that covers the specified UV trimming domain.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Surface Trim(
Interval u,
Interval v
)
VB
Public Function Trim (
u As Interval,
v As Interval
) As Surface
- 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.
Type: Surface
SubSurface on success, null on failure.
Supported in: 6.0.16224.21491, 5D58w