C# Class CascadeSharp.TKMath.TColgp.TColgp_SequenceOfXY

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

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

Method Details

Append() public method

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

Append() public method

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

Assign() public method

public Assign ( TColgp_SequenceOfXY theOther ) : TColgp_SequenceOfXY
theOther TColgp_SequenceOfXY
return TColgp_SequenceOfXY

ChangeFirst() public method

public ChangeFirst ( ) : gp_XY
return gp_XY

ChangeLast() public method

public ChangeLast ( ) : gp_XY
return gp_XY

ChangeValue() public method

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

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_XY
return gp_XY

InsertAfter() public method

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

InsertAfter() public method

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

InsertBefore() public method

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

InsertBefore() public method

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

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Last() public method

public Last ( ) : gp_XY
return gp_XY

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Prepend() public method

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

Prepend() public method

public Prepend ( gp_XY theItem ) : void
theItem gp_XY
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_XY theItem ) : void
theIndex int
theItem gp_XY
return void

Size() public method

public Size ( ) : int
return int

Split() public method

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

TColgp_SequenceOfXY() public method

public TColgp_SequenceOfXY ( ) : System
return System

TColgp_SequenceOfXY() public method

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

TColgp_SequenceOfXY() public method

public TColgp_SequenceOfXY ( TColgp_SequenceOfXY theOther ) : System
theOther TColgp_SequenceOfXY
return System

Upper() public method

public Upper ( ) : int
return int

Value() public method

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