Gets a value indicating if the surface is closed in a direction.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool IsClosed(
int direction
)
Public Function IsClosed (
direction As Integer
) As Boolean
Parameters
- direction
- Type: SystemInt32
0 = U, 1 = V.
Return Value
Type:
BooleanThe indicating boolean value.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also