C# Class CascadeSharp.TKBO.BOPAlgo.BOPAlgo_Options

Afficher le fichier Open project: Oblikovati/CascadeSharp Class Usage Examples

Méthodes publiques

Méthode Description
AddError ( Message_Alert theAlert ) : void
AddWarning ( Message_Alert theAlert ) : void
Allocator ( ) : NCollection_BaseAllocator
BOPAlgo_Options ( ) : System
BOPAlgo_Options ( BOPAlgo_Options parameter1 ) : System
BOPAlgo_Options ( NCollection_BaseAllocator theAllocator ) : System
Clear ( ) : void
ClearWarnings ( ) : void
FuzzyValue ( ) : double
GetParallelMode ( ) : bool
GetReport ( ) : Message_Report
HasErrors ( ) : bool
HasWarnings ( ) : bool
RunParallel ( ) : bool
SetFuzzyValue ( double theFuzz ) : void
SetParallelMode ( bool theNewMode ) : void
SetProgressIndicator ( Message_ProgressScope theProgress ) : void
SetRunParallel ( bool theFlag ) : void
SetUseOBB ( bool theUseOBB ) : void
UseOBB ( ) : bool
UserBreak ( ) : void

Method Details

AddError() public méthode

public AddError ( Message_Alert theAlert ) : void
theAlert Message_Alert
Résultat void

AddWarning() public méthode

public AddWarning ( Message_Alert theAlert ) : void
theAlert Message_Alert
Résultat void

Allocator() public méthode

public Allocator ( ) : NCollection_BaseAllocator
Résultat NCollection_BaseAllocator

BOPAlgo_Options() public méthode

public BOPAlgo_Options ( ) : System
Résultat System

BOPAlgo_Options() public méthode

public BOPAlgo_Options ( BOPAlgo_Options parameter1 ) : System
parameter1 BOPAlgo_Options
Résultat System

BOPAlgo_Options() public méthode

public BOPAlgo_Options ( NCollection_BaseAllocator theAllocator ) : System
theAllocator NCollection_BaseAllocator
Résultat System

Clear() public méthode

public Clear ( ) : void
Résultat void

ClearWarnings() public méthode

public ClearWarnings ( ) : void
Résultat void

FuzzyValue() public méthode

public FuzzyValue ( ) : double
Résultat double

GetParallelMode() public méthode

public GetParallelMode ( ) : bool
Résultat bool

GetReport() public méthode

public GetReport ( ) : Message_Report
Résultat Message_Report

HasErrors() public méthode

public HasErrors ( ) : bool
Résultat bool

HasWarnings() public méthode

public HasWarnings ( ) : bool
Résultat bool

RunParallel() public méthode

public RunParallel ( ) : bool
Résultat bool

SetFuzzyValue() public méthode

public SetFuzzyValue ( double theFuzz ) : void
theFuzz double
Résultat void

SetParallelMode() public méthode

public SetParallelMode ( bool theNewMode ) : void
theNewMode bool
Résultat void

SetProgressIndicator() public méthode

public SetProgressIndicator ( Message_ProgressScope theProgress ) : void
theProgress Message_ProgressScope
Résultat void

SetRunParallel() public méthode

public SetRunParallel ( bool theFlag ) : void
theFlag bool
Résultat void

SetUseOBB() public méthode

public SetUseOBB ( bool theUseOBB ) : void
theUseOBB bool
Résultat void

UseOBB() public méthode

public UseOBB ( ) : bool
Résultat bool

UserBreak() public méthode

public UserBreak ( ) : void
Résultat void