This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
b333a5f9 58fc ac1d a267 c0f3ff61c56a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Defines the plot settings flag.
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
[FlagsAttribute]
public enum PlotFlags
VB
<FlagsAttribute>
Public Enumeration PlotFlags
C++
[FlagsAttribute]
public enum class PlotFlags
F#
[<FlagsAttribute>]
type PlotFlags
Bit flag.
PlotViewportBorders | 1 | Plot viewport borders. |
ShowPlotStyles | 2 | Show plot styles. |
PlotCentered | 4 | Plot centered. |
PlotHidden | 8 | Plot hidden. |
UseStandardScale | 16 | Use standard scale. |
PlotPlotStyles | 32 | Plot styles. |
ScaleLineweights | 64 | Scale line weights. |
PrintLineweights | 128 | Print line weights. |
DrawViewportsFirst | 512 | Draw viewports first. |
ModelType | 1,024 | Model type. |
UpdatePaper | 2,048 | Update paper. |
ZoomToPaperOnUpdate | 4,096 | Soon to paper on update. |
Initializing | 8,192 | Initializing. |
PrevPlotInit | 16,384 | Preview plot initialization. |