Click or drag to resize

SurfaceIsPeriodic Method

Gets a value indicating if the surface is periodic in a direction (default is false).

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool IsPeriodic(
	int direction
)

Parameters

direction
Type: SystemInt32
0 = U, 1 = V.

Return Value

Type: Boolean
The indicating boolean value.
See Also