C# 클래스 CascadeSharp.TKBO.BOPAlgo.BOPAlgo_Options

파일 보기 프로젝트 열기: Oblikovati/CascadeSharp 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddError() 공개 메소드

public AddError ( Message_Alert theAlert ) : void
theAlert Message_Alert
리턴 void

AddWarning() 공개 메소드

public AddWarning ( Message_Alert theAlert ) : void
theAlert Message_Alert
리턴 void

Allocator() 공개 메소드

public Allocator ( ) : NCollection_BaseAllocator
리턴 NCollection_BaseAllocator

BOPAlgo_Options() 공개 메소드

public BOPAlgo_Options ( ) : System
리턴 System

BOPAlgo_Options() 공개 메소드

public BOPAlgo_Options ( BOPAlgo_Options parameter1 ) : System
parameter1 BOPAlgo_Options
리턴 System

BOPAlgo_Options() 공개 메소드

public BOPAlgo_Options ( NCollection_BaseAllocator theAllocator ) : System
theAllocator NCollection_BaseAllocator
리턴 System

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

ClearWarnings() 공개 메소드

public ClearWarnings ( ) : void
리턴 void

FuzzyValue() 공개 메소드

public FuzzyValue ( ) : double
리턴 double

GetParallelMode() 공개 메소드

public GetParallelMode ( ) : bool
리턴 bool

GetReport() 공개 메소드

public GetReport ( ) : Message_Report
리턴 Message_Report

HasErrors() 공개 메소드

public HasErrors ( ) : bool
리턴 bool

HasWarnings() 공개 메소드

public HasWarnings ( ) : bool
리턴 bool

RunParallel() 공개 메소드

public RunParallel ( ) : bool
리턴 bool

SetFuzzyValue() 공개 메소드

public SetFuzzyValue ( double theFuzz ) : void
theFuzz double
리턴 void

SetParallelMode() 공개 메소드

public SetParallelMode ( bool theNewMode ) : void
theNewMode bool
리턴 void

SetProgressIndicator() 공개 메소드

public SetProgressIndicator ( Message_ProgressScope theProgress ) : void
theProgress Message_ProgressScope
리턴 void

SetRunParallel() 공개 메소드

public SetRunParallel ( bool theFlag ) : void
theFlag bool
리턴 void

SetUseOBB() 공개 메소드

public SetUseOBB ( bool theUseOBB ) : void
theUseOBB bool
리턴 void

UseOBB() 공개 메소드

public UseOBB ( ) : bool
리턴 bool

UserBreak() 공개 메소드

public UserBreak ( ) : void
리턴 void