Click or drag to resize

FilterContentByUsage Enumeration

Content collection filter value

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.9
Syntax
public enum FilterContentByUsage
Members
  Member nameValueDescription
None0 No filter in use.
Used1 Display only used contents.
Unused2 Display only unused contents.
UsedSelected3 Display only contents used by selected objects.
See Also