Click or drag to resize

ChainDirection Enumeration

Which way to search along a chain from the current link.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum ChainDirection
Members
  Member nameValueDescription
Unset0 Not set.
Previous1 Search for chain links before the current link.
Next2 Search for chain links after the current link.
Both3 Search for chain links before and after the current link.
See Also