Skip to content

T_Rhino_Geometry_IsoStatus

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

IsoStatus Enumeration

Defines enumerated values for isoparametric curve direction on a surface, such as X or Y, and curve sides, such as North or West boundary. Note: odd values are all x-constant; even values > 0 are all y-constant.

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

Syntax

C#

public enum IsoStatus

VB

Public Enumeration IsoStatus

Members

 

Member name Value Description
None 0 curve is not an isoparameteric curve.
X 1 curve is a "x" = constant (vertical) isoparametric curve in the interior of the surface's domain.
Y 2 curve is a "y" = constant (horizontal) isoparametric curve in the interior of the surface's domain.
West 3 curve is a "x" = constant isoparametric curve along the west side of the surface's domain.
South 4 curve is a "y" = constant isoparametric curve along the south side of the surface's domain.
East 5 curve is a "x" = constant isoparametric curve along the east side of the surface's domain.
North 6 curve is a "y" = constant isoparametric curve along the north side of the surface's domain.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Rhino.Geometry Namespace

Clone this wiki locally