RhinoCommon API
SurfaceTrim Method |
Constructs a sub-surface that covers the specified UV trimming domain.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

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: SurfaceSubSurface on success, null on failure.
