Skip to content

M_Rhino_Geometry_Surface_IsClosed

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Surface.IsClosed Method

Gets a value indicating if the surface is closed in a direction.

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

Syntax

C#

public bool IsClosed(
	int direction
)

VB

Public Function IsClosed ( 
	direction As Integer
) As Boolean

Parameters

 

direction
Type: System.Int32
0 = U, 1 = V.

Return Value

Type: Boolean
The indicating boolean value.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Surface Class
Rhino.Geometry Namespace

Clone this wiki locally