InterfacePolyClassDisableSplitToMatrix 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.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool DisableSplitToMatrix { get; set; }

Property Value

Boolean

See Also