Defines the plot settings flag.
Namespace:
DXFReaderNET.Objects
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax [FlagsAttribute]
public enum PlotFlags
<FlagsAttribute>
Public Enumeration PlotFlags
[FlagsAttribute]
public enum class PlotFlags
[<FlagsAttribute>]
type PlotFlags
[FlagsAttribute]
enum PlotFlags
Members
| Member name | Value | Description |
---|
| 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 | 1024 |
Model type.
|
| UpdatePaper | 2048 |
Update paper.
|
| ZoomToPaperOnUpdate | 4096 |
Soon to paper on update.
|
| Initializing | 8192 |
Initializing.
|
| PrevPlotInit | 16384 |
Preview plot initialization.
|
Remarks Bit flag.
See Also