C# Class CascadeSharp.TKMath.TColgp.TColgp_SequenceOfPnt2d

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

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

Method Details

Append() public method

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

Append() public method

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

Assign() public method

public Assign ( TColgp_SequenceOfPnt2d theOther ) : TColgp_SequenceOfPnt2d
theOther TColgp_SequenceOfPnt2d
return TColgp_SequenceOfPnt2d

ChangeFirst() public method

public ChangeFirst ( ) : gp_Pnt2d
return gp_Pnt2d

ChangeLast() public method

public ChangeLast ( ) : gp_Pnt2d
return gp_Pnt2d

ChangeValue() public method

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

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_Pnt2d
return gp_Pnt2d

InsertAfter() public method

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

InsertAfter() public method

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

InsertBefore() public method

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

InsertBefore() public method

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

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Last() public method

public Last ( ) : gp_Pnt2d
return gp_Pnt2d

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Prepend() public method

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

Prepend() public method

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

Size() public method

public Size ( ) : int
return int

Split() public method

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

TColgp_SequenceOfPnt2d() public method

public TColgp_SequenceOfPnt2d ( ) : System
return System

TColgp_SequenceOfPnt2d() public method

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

TColgp_SequenceOfPnt2d() public method

public TColgp_SequenceOfPnt2d ( TColgp_SequenceOfPnt2d theOther ) : System
theOther TColgp_SequenceOfPnt2d
return System

Upper() public method

public Upper ( ) : int
return int

Value() public method

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