Click or drag to resize

ViewSectionBehavior Enumeration

Defines how views work with clipping planes.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public enum ViewSectionBehavior
Members
  Member nameValueDescription
ClipAndSection0Default - show geometry on unclipped side of clipping plane and show section
SectionOnly1Only show the section at the intersection of a clipping plane
See Also