C# Class CascadeSharp.TKBO.BOPDS.BOPDS_Iterator

Exibir arquivo Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
BOPDS_Iterator ( ) : System
BOPDS_Iterator ( BOPDS_Iterator parameter1 ) : System
BOPDS_Iterator ( NCollection_BaseAllocator theAllocator ) : System
BlockLength ( ) : int
DS ( ) : CascadeSharp.TKBO.BOPDS.BOPDS_DS
ExpectedLength ( ) : int
Initialize ( TopAbs_ShapeEnum theType1, TopAbs_ShapeEnum theType2 ) : void
Intersect ( ) : void
Intersect ( IntTools_Context theCtx ) : void
Intersect ( IntTools_Context theCtx, bool theCheckOBB ) : void
Intersect ( IntTools_Context theCtx, bool theCheckOBB, double theFuzzyValue ) : void
IntersectExt ( TColStd_MapOfInteger theIndicies ) : void
More ( ) : bool
NbExtInterfs ( ) : int
Next ( ) : void
Prepare ( ) : void
Prepare ( IntTools_Context theCtx ) : void
Prepare ( IntTools_Context theCtx, bool theCheckOBB ) : void
Prepare ( IntTools_Context theCtx, bool theCheckOBB, double theFuzzyValue ) : void
RunParallel ( ) : bool
SetDS ( CascadeSharp.TKBO.BOPDS.BOPDS_DS pDS ) : void
SetRunParallel ( bool theFlag ) : void
Value ( int &theIndex1, int &theIndex2 ) : void

Method Details

BOPDS_Iterator() public method

public BOPDS_Iterator ( ) : System
return System

BOPDS_Iterator() public method

public BOPDS_Iterator ( BOPDS_Iterator parameter1 ) : System
parameter1 BOPDS_Iterator
return System

BOPDS_Iterator() public method

public BOPDS_Iterator ( NCollection_BaseAllocator theAllocator ) : System
theAllocator NCollection_BaseAllocator
return System

BlockLength() public method

public BlockLength ( ) : int
return int

DS() public method

public DS ( ) : CascadeSharp.TKBO.BOPDS.BOPDS_DS
return CascadeSharp.TKBO.BOPDS.BOPDS_DS

ExpectedLength() public method

public ExpectedLength ( ) : int
return int

Initialize() public method

public Initialize ( TopAbs_ShapeEnum theType1, TopAbs_ShapeEnum theType2 ) : void
theType1 TopAbs_ShapeEnum
theType2 TopAbs_ShapeEnum
return void

Intersect() public method

public Intersect ( ) : void
return void

Intersect() public method

public Intersect ( IntTools_Context theCtx ) : void
theCtx IntTools_Context
return void

Intersect() public method

public Intersect ( IntTools_Context theCtx, bool theCheckOBB ) : void
theCtx IntTools_Context
theCheckOBB bool
return void

Intersect() public method

public Intersect ( IntTools_Context theCtx, bool theCheckOBB, double theFuzzyValue ) : void
theCtx IntTools_Context
theCheckOBB bool
theFuzzyValue double
return void

IntersectExt() public method

public IntersectExt ( TColStd_MapOfInteger theIndicies ) : void
theIndicies TColStd_MapOfInteger
return void

More() public method

public More ( ) : bool
return bool

NbExtInterfs() public method

public NbExtInterfs ( ) : int
return int

Next() public method

public Next ( ) : void
return void

Prepare() public method

public Prepare ( ) : void
return void

Prepare() public method

public Prepare ( IntTools_Context theCtx ) : void
theCtx IntTools_Context
return void

Prepare() public method

public Prepare ( IntTools_Context theCtx, bool theCheckOBB ) : void
theCtx IntTools_Context
theCheckOBB bool
return void

Prepare() public method

public Prepare ( IntTools_Context theCtx, bool theCheckOBB, double theFuzzyValue ) : void
theCtx IntTools_Context
theCheckOBB bool
theFuzzyValue double
return void

RunParallel() public method

public RunParallel ( ) : bool
return bool

SetDS() public method

public SetDS ( CascadeSharp.TKBO.BOPDS.BOPDS_DS pDS ) : void
pDS CascadeSharp.TKBO.BOPDS.BOPDS_DS
return void

SetRunParallel() public method

public SetRunParallel ( bool theFlag ) : void
theFlag bool
return void

Value() public method

public Value ( int &theIndex1, int &theIndex2 ) : void
theIndex1 int
theIndex2 int
return void