Click or drag to resize

ObjectPlotWeightSource Enumeration

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

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