Constructs a sub-surface that covers the specified UV trimming domain.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also