Click or drag to resize

ObjectPlotColorSource Enumeration

Defines enumerated values for the source of plotting/printing color of single objects.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public enum ObjectPlotColorSource
Members
  Member nameValueDescription
PlotColorFromLayer0use plot color assigned to layer.
PlotColorFromObject1use plot color assigned to object.
PlotColorFromDisplay2use display color.
PlotColorFromParent3 for objects with parents (like objects in instance references, use parent plot color) if no parent, treat as plot_color_from_layer.
See Also