C# Class CascadeSharp.TKFeat.LocOpe.LocOpe_SequenceOfCirc

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Append ( LocOpe_SequenceOfCirc theSeq ) : void
Append ( gp_Circ theItem ) : void
Assign ( LocOpe_SequenceOfCirc theOther ) : LocOpe_SequenceOfCirc
ChangeFirst ( ) : gp_Circ
ChangeLast ( ) : gp_Circ
ChangeValue ( int theIndex ) : gp_Circ
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Exchange ( int I, int J ) : void
First ( ) : gp_Circ
InsertAfter ( int theIndex, LocOpe_SequenceOfCirc theSeq ) : void
InsertAfter ( int theIndex, gp_Circ theItem ) : void
InsertBefore ( int theIndex, LocOpe_SequenceOfCirc theSeq ) : void
InsertBefore ( int theIndex, gp_Circ theItem ) : void
IsEmpty ( ) : bool
Last ( ) : gp_Circ
Length ( ) : int
LocOpe_SequenceOfCirc ( ) : System
LocOpe_SequenceOfCirc ( LocOpe_SequenceOfCirc theOther ) : System
LocOpe_SequenceOfCirc ( NCollection_BaseAllocator theAllocator ) : System
Lower ( ) : int
Prepend ( LocOpe_SequenceOfCirc theSeq ) : void
Prepend ( gp_Circ theItem ) : void
Remove ( int theIndex ) : void
Remove ( int theFromIndex, int theToIndex ) : void
Reverse ( ) : void
SetValue ( int theIndex, gp_Circ theItem ) : void
Size ( ) : int
Split ( int theIndex, LocOpe_SequenceOfCirc theSeq ) : void
Upper ( ) : int
Value ( int theIndex ) : gp_Circ

Method Details

Append() public method

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

Append() public method

public Append ( gp_Circ theItem ) : void
theItem gp_Circ
return void

Assign() public method

public Assign ( LocOpe_SequenceOfCirc theOther ) : LocOpe_SequenceOfCirc
theOther LocOpe_SequenceOfCirc
return LocOpe_SequenceOfCirc

ChangeFirst() public method

public ChangeFirst ( ) : gp_Circ
return gp_Circ

ChangeLast() public method

public ChangeLast ( ) : gp_Circ
return gp_Circ

ChangeValue() public method

public ChangeValue ( int theIndex ) : gp_Circ
theIndex int
return gp_Circ

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

First() public method

public First ( ) : gp_Circ
return gp_Circ

InsertAfter() public method

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

InsertAfter() public method

public InsertAfter ( int theIndex, gp_Circ theItem ) : void
theIndex int
theItem gp_Circ
return void

InsertBefore() public method

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

InsertBefore() public method

public InsertBefore ( int theIndex, gp_Circ theItem ) : void
theIndex int
theItem gp_Circ
return void

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Last() public method

public Last ( ) : gp_Circ
return gp_Circ

Length() public method

public Length ( ) : int
return int

LocOpe_SequenceOfCirc() public method

public LocOpe_SequenceOfCirc ( ) : System
return System

LocOpe_SequenceOfCirc() public method

public LocOpe_SequenceOfCirc ( LocOpe_SequenceOfCirc theOther ) : System
theOther LocOpe_SequenceOfCirc
return System

LocOpe_SequenceOfCirc() public method

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

Lower() public method

public Lower ( ) : int
return int

Prepend() public method

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

Prepend() public method

public Prepend ( gp_Circ theItem ) : void
theItem gp_Circ
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

SetValue() public method

public SetValue ( int theIndex, gp_Circ theItem ) : void
theIndex int
theItem gp_Circ
return void

Size() public method

public Size ( ) : int
return int

Split() public method

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

Upper() public method

public Upper ( ) : int
return int

Value() public method

public Value ( int theIndex ) : gp_Circ
theIndex int
return gp_Circ