IPolyClassDisableSplitToMatrix Property

If set to true, polygon operations might be slower. Handle with care! If true, all polygons which are used for polygon operations must have set this property to true Might only make sense for polygons, which are rotated/moved a lot of times before polygonoperations like Union are done, then true might be more performant Default=false

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool DisableSplitToMatrix { get; set; }

Property Value

Boolean

Implements

InterfacePolyClassDisableSplitToMatrix

See Also