SurfaceCreatePeriodicSurface Method (Surface, Int32) |
Constructs a periodic surface from a base surface and a direction.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public static Surface CreatePeriodicSurface(
Surface surface,
int direction
)
Public Shared Function CreatePeriodicSurface (
surface As Surface,
direction As Integer
) As Surface
Parameters
- surface
- Type: Rhino.GeometrySurface
The surface to make periodic. - direction
- Type: SystemInt32
The direction to make periodic, either 0 = U, or 1 = V.
Return Value
Type:
SurfaceA Surface on success or null on failure.
See Also