M_Rhino_Geometry_Surface_CreatePeriodicSurface - mcneel/rhinocommon-api-docs GitHub Wiki
Constructs a periodic surface from a base surface and a direction.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Surface CreatePeriodicSurface(
Surface surface,
int direction
)
VB
Public Shared Function CreatePeriodicSurface (
surface As Surface,
direction As Integer
) As Surface
- surface
- Type: Rhino.Geometry.Surface
The surface to make periodic. - direction
- Type: System.Int32
The direction to make periodic, either 0 = U, or 1 = V.
Type: Surface
A Surface on success or null on failure.
Supported in: 6.0.16224.21491, 5D58w
Surface Class
CreatePeriodicSurface Overload
Rhino.Geometry Namespace