C# Class CascadeSharp.TKMath.TColgp.TColgp_SequenceOfXYZ

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

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

Method Details

Append() public method

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

Append() public method

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

Assign() public method

public Assign ( TColgp_SequenceOfXYZ theOther ) : TColgp_SequenceOfXYZ
theOther TColgp_SequenceOfXYZ
return TColgp_SequenceOfXYZ

ChangeFirst() public method

public ChangeFirst ( ) : gp_XYZ
return gp_XYZ

ChangeLast() public method

public ChangeLast ( ) : gp_XYZ
return gp_XYZ

ChangeValue() public method

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

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_XYZ
return gp_XYZ

InsertAfter() public method

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

InsertAfter() public method

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

InsertBefore() public method

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

InsertBefore() public method

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

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Last() public method

public Last ( ) : gp_XYZ
return gp_XYZ

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Prepend() public method

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

Prepend() public method

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

Size() public method

public Size ( ) : int
return int

Split() public method

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

TColgp_SequenceOfXYZ() public method

public TColgp_SequenceOfXYZ ( ) : System
return System

TColgp_SequenceOfXYZ() public method

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

TColgp_SequenceOfXYZ() public method

public TColgp_SequenceOfXYZ ( TColgp_SequenceOfXYZ theOther ) : System
theOther TColgp_SequenceOfXYZ
return System

Upper() public method

public Upper ( ) : int
return int

Value() public method

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