Click or drag to resize

HiddenLineDrawingSegmentVisibility Enumeration

The different types of HiddenLineDrawingSegment visibility

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public enum Visibility
Members
  Member nameValueDescription
Unset0 Unset value
Visible1 Visible
Hidden2 Hidden
Duplicate3 Duplicate
Projecting4 Projects to a point (smaller than tolerance)
Clipped5 Clipped by clipping planes
See Also