/
/
RhinoGetPlotWidthArgs

RhinoGetPlotWidthArgs enum

Argument flags passed to methods used to get Rhino plot width lists

Namespace: Rhino.UI
RhinoGetPlotWidthArgs: references

NoArgs = 0

 
Just get the standard or default width list

ByLayer = 1

 
Include a By Layer option

ByParent = 2

 
Include a By Parent option

HairLine = 4

 
Include a hairline width option

Default = 8

 
Include a default width option

None = 0x20

 
Include a no print option

All = 0xFFFFFFF

 
Include everything

Nothing found