IODBLayerUnflattenLinesToArcs(Boolean, Double) Method

Try to replace line combinations with arcs.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool UnflattenLinesToArcs(
	bool OnlySelected,
	double MaxLineLength
)

Parameters

OnlySelected  Boolean
Only selected lines or all elements on this layer.
MaxLineLength  Double
Max line length to try replace with arcs.

Return Value

Boolean
True if method run to end.

See Also