Click or drag to resize

ObjectSectionAttributesSource Enumeration

The source of sectioning attributes on an object.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public enum ObjectSectionAttributesSource
Members
  Member nameValueDescription
FromLayer0Section attributes defined by object's layer
FromObject1Section attributes are specific to the object
FromParent2Section attributes defined by object's parent
FromSectioner3Section attributes defined by the cutting object
See Also