ObjectPlotColorSource Enumeration |
Defines enumerated values for the source of plotting/printing color of single objects.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic enum ObjectPlotColorSource
Public Enumeration ObjectPlotColorSource
Members|
| Member name | Value | Description |
|---|
| PlotColorFromLayer | 0 | use plot color assigned to layer. |
| PlotColorFromObject | 1 | use plot color assigned to object. |
| PlotColorFromDisplay | 2 | use display color. |
| PlotColorFromParent | 3 |
for objects with parents (like objects in instance references, use parent plot color)
if no parent, treat as plot_color_from_layer.
|
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also