Click or drag to resize

RhinoGetPlotWidthArgs Enumeration

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

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum RhinoGetPlotWidthArgs
Members
  Member nameValueDescription
NoArgs0 Just get the standard or default width list
ByLayer1 Include a By Layer option
ByParent2 Include a By Parent option
HairLine4 Include a hairline width option
Default8 Include a default width option
None32 Include a no print option
All268435455 Include everything
See Also