C# Class CascadeSharp.TKMath.TColgp.TColgp_SequenceOfXY

Afficher le fichier Open project: Oblikovati/CascadeSharp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Append ( TColgp_SequenceOfXY theSeq ) : void
theSeq TColgp_SequenceOfXY
Résultat void

Append() public méthode

public Append ( gp_XY theItem ) : void
theItem gp_XY
Résultat void

Assign() public méthode

public Assign ( TColgp_SequenceOfXY theOther ) : TColgp_SequenceOfXY
theOther TColgp_SequenceOfXY
Résultat TColgp_SequenceOfXY

ChangeFirst() public méthode

public ChangeFirst ( ) : gp_XY
Résultat gp_XY

ChangeLast() public méthode

public ChangeLast ( ) : gp_XY
Résultat gp_XY

ChangeValue() public méthode

public ChangeValue ( int theIndex ) : gp_XY
theIndex int
Résultat gp_XY

Clear() public méthode

public Clear ( ) : void
Résultat void

Clear() public méthode

public Clear ( NCollection_BaseAllocator theAllocator ) : void
theAllocator NCollection_BaseAllocator
Résultat void

Exchange() public méthode

public Exchange ( int I, int J ) : void
I int
J int
Résultat void

First() public méthode

public First ( ) : gp_XY
Résultat gp_XY

InsertAfter() public méthode

public InsertAfter ( int theIndex, TColgp_SequenceOfXY theSeq ) : void
theIndex int
theSeq TColgp_SequenceOfXY
Résultat void

InsertAfter() public méthode

public InsertAfter ( int theIndex, gp_XY theItem ) : void
theIndex int
theItem gp_XY
Résultat void

InsertBefore() public méthode

public InsertBefore ( int theIndex, TColgp_SequenceOfXY theSeq ) : void
theIndex int
theSeq TColgp_SequenceOfXY
Résultat void

InsertBefore() public méthode

public InsertBefore ( int theIndex, gp_XY theItem ) : void
theIndex int
theItem gp_XY
Résultat void

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

Last() public méthode

public Last ( ) : gp_XY
Résultat gp_XY

Length() public méthode

public Length ( ) : int
Résultat int

Lower() public méthode

public Lower ( ) : int
Résultat int

Prepend() public méthode

public Prepend ( TColgp_SequenceOfXY theSeq ) : void
theSeq TColgp_SequenceOfXY
Résultat void

Prepend() public méthode

public Prepend ( gp_XY theItem ) : void
theItem gp_XY
Résultat void

Remove() public méthode

public Remove ( int theIndex ) : void
theIndex int
Résultat void

Remove() public méthode

public Remove ( int theFromIndex, int theToIndex ) : void
theFromIndex int
theToIndex int
Résultat void

Reverse() public méthode

public Reverse ( ) : void
Résultat void

SetValue() public méthode

public SetValue ( int theIndex, gp_XY theItem ) : void
theIndex int
theItem gp_XY
Résultat void

Size() public méthode

public Size ( ) : int
Résultat int

Split() public méthode

public Split ( int theIndex, TColgp_SequenceOfXY theSeq ) : void
theIndex int
theSeq TColgp_SequenceOfXY
Résultat void

TColgp_SequenceOfXY() public méthode

public TColgp_SequenceOfXY ( ) : System
Résultat System

TColgp_SequenceOfXY() public méthode

public TColgp_SequenceOfXY ( NCollection_BaseAllocator theAllocator ) : System
theAllocator NCollection_BaseAllocator
Résultat System

TColgp_SequenceOfXY() public méthode

public TColgp_SequenceOfXY ( TColgp_SequenceOfXY theOther ) : System
theOther TColgp_SequenceOfXY
Résultat System

Upper() public méthode

public Upper ( ) : int
Résultat int

Value() public méthode

public Value ( int theIndex ) : gp_XY
theIndex int
Résultat gp_XY