SVGGeneralSettings Class

Definition

Namespace: PCBI_SVG
Assembly: PCBI_SVG_ImportExport (in PCBI_SVG_ImportExport.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public class SVGGeneralSettings
Inheritance
Object    SVGGeneralSettings

Constructors

SVGGeneralSettings Default constructor for the SVGGeneralSettings
SVGGeneralSettings(RectangleD, Boolean, DrawingMode, Color, Boolean, Color, Boolean, Boolean, Boolean, Boolean, Boolean) Genereates a general settings object for the SVG

Fields

BackgroundColor Background color of the SVG
BoardColor Color of the step
DrawingMode Colormixing of the objects
DrawMode Filled, Outline or Both (Ctrl + W in PCBI)
DrawOrigin If the Origin should be Drawn
DrawOutline Draw the outline of the PCB
DrawRectangle Rectangle that should be visible
DrillXMarkings If the X Markings should be drawn on the Drill Holes
MirrorLabels BottomView of the PCB (parent.GetBottomViewActive)
OutlineColor Color of the board outline
RemoveCompIgnore If component with comp_ignore should be removed from the design
RemoveNoPop If components with a nopop should be removed from the design
ShowDimensions Show the Dimension Arrows
ShowNotes Show the Notes
TextColor Color of the text
UseObjectColor Use the color of the object

See Also