InterfaceStepSaveDXFFile(String, ListILayer, Boolean, Boolean, Boolean, Boolean, Double, Boolean, Boolean, Boolean, Boolean) Method

Create DXF File for Layerlist with some parameters and colors are used from layer (only some DXF colors supported e.g. red, grey, yellow...).

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void SaveDXFFile(
	string fullPath,
	List<ILayer> layerForOutput,
	bool skeleton,
	bool combineNets,
	bool onlySelected,
	bool connectHolesToIles,
	double flatten,
	bool onlyPolygons,
	bool addProfilContour,
	bool writeInfo,
	bool addNotes
)

Parameters

fullPath  String
 
layerForOutput  ListILayer
 
skeleton  Boolean
 
combineNets  Boolean
 
onlySelected  Boolean
connectHolesToIles  Boolean
flatten  Double
onlyPolygons  Boolean
addProfilContour  Boolean
writeInfo  Boolean
 
addNotes  Boolean
 

See Also