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

[Obsolete] 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
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public 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 = false
)

Parameters

FullPath  String
Path to save DXF file including the file name with file extension.
LayerForOutput  ListILayer
List of all relevant layers for output.
Skeleton  Boolean
Output in skeleton mode
CombineNets  Boolean
Combine overlapping objects in one big element
onlySelected  Boolean
Ouput only selected elements
connectHolesToIles  Boolean
Add lines to each hole
flatten  Double
Replace arcs by lines
onlyPolygons  Boolean
Only polygon output
addProfilContour  Boolean
Add profile to dxf file
WriteInfo  Boolean
Add Info e.g. combonent reference
AddNotes  Boolean  (Optional)
Add notes to the dxf file (in V13 only dimension notes supported)

Implements

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

See Also