C# Класс CascadeSharp.TKMath.TColgp.TColgp_SequenceOfXYZ

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

Append() публичный Метод

public Append ( TColgp_SequenceOfXYZ theSeq ) : void
theSeq TColgp_SequenceOfXYZ
Результат void

Append() публичный Метод

public Append ( gp_XYZ theItem ) : void
theItem gp_XYZ
Результат void

Assign() публичный Метод

public Assign ( TColgp_SequenceOfXYZ theOther ) : TColgp_SequenceOfXYZ
theOther TColgp_SequenceOfXYZ
Результат TColgp_SequenceOfXYZ

ChangeFirst() публичный Метод

public ChangeFirst ( ) : gp_XYZ
Результат gp_XYZ

ChangeLast() публичный Метод

public ChangeLast ( ) : gp_XYZ
Результат gp_XYZ

ChangeValue() публичный Метод

public ChangeValue ( int theIndex ) : gp_XYZ
theIndex int
Результат gp_XYZ

Clear() публичный Метод

public Clear ( ) : void
Результат void

Clear() публичный Метод

public Clear ( NCollection_BaseAllocator theAllocator ) : void
theAllocator NCollection_BaseAllocator
Результат void

Exchange() публичный Метод

public Exchange ( int I, int J ) : void
I int
J int
Результат void

First() публичный Метод

public First ( ) : gp_XYZ
Результат gp_XYZ

InsertAfter() публичный Метод

public InsertAfter ( int theIndex, TColgp_SequenceOfXYZ theSeq ) : void
theIndex int
theSeq TColgp_SequenceOfXYZ
Результат void

InsertAfter() публичный Метод

public InsertAfter ( int theIndex, gp_XYZ theItem ) : void
theIndex int
theItem gp_XYZ
Результат void

InsertBefore() публичный Метод

public InsertBefore ( int theIndex, TColgp_SequenceOfXYZ theSeq ) : void
theIndex int
theSeq TColgp_SequenceOfXYZ
Результат void

InsertBefore() публичный Метод

public InsertBefore ( int theIndex, gp_XYZ theItem ) : void
theIndex int
theItem gp_XYZ
Результат void

IsEmpty() публичный Метод

public IsEmpty ( ) : bool
Результат bool

Last() публичный Метод

public Last ( ) : gp_XYZ
Результат gp_XYZ

Length() публичный Метод

public Length ( ) : int
Результат int

Lower() публичный Метод

public Lower ( ) : int
Результат int

Prepend() публичный Метод

public Prepend ( TColgp_SequenceOfXYZ theSeq ) : void
theSeq TColgp_SequenceOfXYZ
Результат void

Prepend() публичный Метод

public Prepend ( gp_XYZ theItem ) : void
theItem gp_XYZ
Результат void

Remove() публичный Метод

public Remove ( int theIndex ) : void
theIndex int
Результат void

Remove() публичный Метод

public Remove ( int theFromIndex, int theToIndex ) : void
theFromIndex int
theToIndex int
Результат void

Reverse() публичный Метод

public Reverse ( ) : void
Результат void

SetValue() публичный Метод

public SetValue ( int theIndex, gp_XYZ theItem ) : void
theIndex int
theItem gp_XYZ
Результат void

Size() публичный Метод

public Size ( ) : int
Результат int

Split() публичный Метод

public Split ( int theIndex, TColgp_SequenceOfXYZ theSeq ) : void
theIndex int
theSeq TColgp_SequenceOfXYZ
Результат void

TColgp_SequenceOfXYZ() публичный Метод

public TColgp_SequenceOfXYZ ( ) : System
Результат System

TColgp_SequenceOfXYZ() публичный Метод

public TColgp_SequenceOfXYZ ( NCollection_BaseAllocator theAllocator ) : System
theAllocator NCollection_BaseAllocator
Результат System

TColgp_SequenceOfXYZ() публичный Метод

public TColgp_SequenceOfXYZ ( TColgp_SequenceOfXYZ theOther ) : System
theOther TColgp_SequenceOfXYZ
Результат System

Upper() публичный Метод

public Upper ( ) : int
Результат int

Value() публичный Метод

public Value ( int theIndex ) : gp_XYZ
theIndex int
Результат gp_XYZ