C# Class CascadeSharp.TKMath.TColgp.TColgp_SequenceOfVec

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

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

Method Details

Append() public method

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

Append() public method

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

Assign() public method

public Assign ( TColgp_SequenceOfVec theOther ) : TColgp_SequenceOfVec
theOther TColgp_SequenceOfVec
return TColgp_SequenceOfVec

ChangeFirst() public method

public ChangeFirst ( ) : gp_Vec
return gp_Vec

ChangeLast() public method

public ChangeLast ( ) : gp_Vec
return gp_Vec

ChangeValue() public method

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

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_Vec
return gp_Vec

InsertAfter() public method

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

InsertAfter() public method

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

InsertBefore() public method

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

InsertBefore() public method

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

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Last() public method

public Last ( ) : gp_Vec
return gp_Vec

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Prepend() public method

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

Prepend() public method

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

Size() public method

public Size ( ) : int
return int

Split() public method

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

TColgp_SequenceOfVec() public method

public TColgp_SequenceOfVec ( ) : System
return System

TColgp_SequenceOfVec() public method

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

TColgp_SequenceOfVec() public method

public TColgp_SequenceOfVec ( TColgp_SequenceOfVec theOther ) : System
theOther TColgp_SequenceOfVec
return System

Upper() public method

public Upper ( ) : int
return int

Value() public method

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