C# Class CascadeSharp.TKTopAlgo.MAT2d.MAT2d_SequenceOfSequenceOfGeometry

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Append ( MAT2d_SequenceOfSequenceOfGeometry theSeq ) : void
Assign ( MAT2d_SequenceOfSequenceOfGeometry theOther ) : MAT2d_SequenceOfSequenceOfGeometry
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Exchange ( int I, int J ) : void
InsertAfter ( int theIndex, MAT2d_SequenceOfSequenceOfGeometry theSeq ) : void
InsertBefore ( int theIndex, MAT2d_SequenceOfSequenceOfGeometry theSeq ) : void
IsEmpty ( ) : bool
Length ( ) : int
Lower ( ) : int
MAT2d_SequenceOfSequenceOfGeometry ( ) : System
MAT2d_SequenceOfSequenceOfGeometry ( MAT2d_SequenceOfSequenceOfGeometry theOther ) : System
MAT2d_SequenceOfSequenceOfGeometry ( NCollection_BaseAllocator theAllocator ) : System
Prepend ( MAT2d_SequenceOfSequenceOfGeometry theSeq ) : void
Remove ( int theIndex ) : void
Remove ( int theFromIndex, int theToIndex ) : void
Reverse ( ) : void
Size ( ) : int
Split ( int theIndex, MAT2d_SequenceOfSequenceOfGeometry theSeq ) : void
Upper ( ) : int

Method Details

Append() public method

public Append ( MAT2d_SequenceOfSequenceOfGeometry theSeq ) : void
theSeq MAT2d_SequenceOfSequenceOfGeometry
return void

Assign() public method

public Assign ( MAT2d_SequenceOfSequenceOfGeometry theOther ) : MAT2d_SequenceOfSequenceOfGeometry
theOther MAT2d_SequenceOfSequenceOfGeometry
return MAT2d_SequenceOfSequenceOfGeometry

Clear() public method

public Clear ( ) : void
return void

Clear() public method

public Clear ( NCollection_BaseAllocator theAllocator ) : void
theAllocator NCollection_BaseAllocator
return void

Exchange() public method

public Exchange ( int I, int J ) : void
I int
J int
return void

InsertAfter() public method

public InsertAfter ( int theIndex, MAT2d_SequenceOfSequenceOfGeometry theSeq ) : void
theIndex int
theSeq MAT2d_SequenceOfSequenceOfGeometry
return void

InsertBefore() public method

public InsertBefore ( int theIndex, MAT2d_SequenceOfSequenceOfGeometry theSeq ) : void
theIndex int
theSeq MAT2d_SequenceOfSequenceOfGeometry
return void

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

MAT2d_SequenceOfSequenceOfGeometry() public method

public MAT2d_SequenceOfSequenceOfGeometry ( ) : System
return System

MAT2d_SequenceOfSequenceOfGeometry() public method

public MAT2d_SequenceOfSequenceOfGeometry ( MAT2d_SequenceOfSequenceOfGeometry theOther ) : System
theOther MAT2d_SequenceOfSequenceOfGeometry
return System

MAT2d_SequenceOfSequenceOfGeometry() public method

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

Prepend() public method

public Prepend ( MAT2d_SequenceOfSequenceOfGeometry theSeq ) : void
theSeq MAT2d_SequenceOfSequenceOfGeometry
return void

Remove() public method

public Remove ( int theIndex ) : void
theIndex int
return void

Remove() public method

public Remove ( int theFromIndex, int theToIndex ) : void
theFromIndex int
theToIndex int
return void

Reverse() public method

public Reverse ( ) : void
return void

Size() public method

public Size ( ) : int
return int

Split() public method

public Split ( int theIndex, MAT2d_SequenceOfSequenceOfGeometry theSeq ) : void
theIndex int
theSeq MAT2d_SequenceOfSequenceOfGeometry
return void

Upper() public method

public Upper ( ) : int
return int