C# Class CascadeSharp.TKMath.TColgp.TColgp_SequenceOfXYZ

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

Méthodes publiques

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

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

Append() public méthode

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

Assign() public méthode

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

ChangeFirst() public méthode

public ChangeFirst ( ) : gp_XYZ
Résultat gp_XYZ

ChangeLast() public méthode

public ChangeLast ( ) : gp_XYZ
Résultat gp_XYZ

ChangeValue() public méthode

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

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_XYZ
Résultat gp_XYZ

InsertAfter() public méthode

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

InsertAfter() public méthode

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

InsertBefore() public méthode

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

InsertBefore() public méthode

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

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

Last() public méthode

public Last ( ) : gp_XYZ
Résultat gp_XYZ

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_SequenceOfXYZ theSeq ) : void
theSeq TColgp_SequenceOfXYZ
Résultat void

Prepend() public méthode

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

Size() public méthode

public Size ( ) : int
Résultat int

Split() public méthode

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

TColgp_SequenceOfXYZ() public méthode

public TColgp_SequenceOfXYZ ( ) : System
Résultat System

TColgp_SequenceOfXYZ() public méthode

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

TColgp_SequenceOfXYZ() public méthode

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

Upper() public méthode

public Upper ( ) : int
Résultat int

Value() public méthode

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