IPolyClassSetInternalPolarity Method

Sets the internal Polarity. This polarity is e.g. used at IPolyClass.Union() to determine if a polygon should be Unioned or Cutted.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void SetInternalPolarity(
	bool positive
)

Parameters

positive  Boolean

See Also