M_Rhino_Geometry_Surface_CreatePeriodicSurface - mcneel/rhinocommon-api-docs GitHub Wiki

Surface.CreatePeriodicSurface Method (Surface, Int32)

Constructs a periodic surface from a base surface and a direction.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static Surface CreatePeriodicSurface(
	Surface surface,
	int direction
)

VB

Public Shared Function CreatePeriodicSurface ( 
	surface As Surface,
	direction As Integer
) As Surface

Parameters

 

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.

Return Value

Type: Surface
A Surface on success or null on failure.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Surface Class
CreatePeriodicSurface Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️