C# Class CascadeSharp.TKMath.TColgp.TColgp_SequenceOfVec

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

Méthodes publiques

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

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

Append() public méthode

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

Assign() public méthode

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

ChangeFirst() public méthode

public ChangeFirst ( ) : gp_Vec
Résultat gp_Vec

ChangeLast() public méthode

public ChangeLast ( ) : gp_Vec
Résultat gp_Vec

ChangeValue() public méthode

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

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_Vec
Résultat gp_Vec

InsertAfter() public méthode

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

InsertAfter() public méthode

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

InsertBefore() public méthode

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

InsertBefore() public méthode

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

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

Last() public méthode

public Last ( ) : gp_Vec
Résultat gp_Vec

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_SequenceOfVec theSeq ) : void
theSeq TColgp_SequenceOfVec
Résultat void

Prepend() public méthode

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

Size() public méthode

public Size ( ) : int
Résultat int

Split() public méthode

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

TColgp_SequenceOfVec() public méthode

public TColgp_SequenceOfVec ( ) : System
Résultat System

TColgp_SequenceOfVec() public méthode

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

TColgp_SequenceOfVec() public méthode

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

Upper() public méthode

public Upper ( ) : int
Résultat int

Value() public méthode

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