C# Класс CascadeSharp.TKService.Graphic3d.Graphic3d_SequenceOfStructure

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

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

Метод Описание
Append ( Graphic3d_SequenceOfStructure theSeq ) : void
Append ( CascadeSharp.TKService.Graphic3d.Graphic3d_Structure theItem ) : void
Assign ( Graphic3d_SequenceOfStructure theOther ) : Graphic3d_SequenceOfStructure
ChangeFirst ( ) : CascadeSharp.TKService.Graphic3d.Graphic3d_Structure
ChangeLast ( ) : CascadeSharp.TKService.Graphic3d.Graphic3d_Structure
ChangeValue ( int theIndex ) : CascadeSharp.TKService.Graphic3d.Graphic3d_Structure
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Exchange ( int I, int J ) : void
First ( ) : CascadeSharp.TKService.Graphic3d.Graphic3d_Structure
Graphic3d_SequenceOfStructure ( ) : System
Graphic3d_SequenceOfStructure ( Graphic3d_SequenceOfStructure theOther ) : System
Graphic3d_SequenceOfStructure ( NCollection_BaseAllocator theAllocator ) : System
InsertAfter ( int theIndex, Graphic3d_SequenceOfStructure theSeq ) : void
InsertAfter ( int theIndex, CascadeSharp.TKService.Graphic3d.Graphic3d_Structure theItem ) : void
InsertBefore ( int theIndex, Graphic3d_SequenceOfStructure theSeq ) : void
InsertBefore ( int theIndex, CascadeSharp.TKService.Graphic3d.Graphic3d_Structure theItem ) : void
IsEmpty ( ) : bool
Last ( ) : CascadeSharp.TKService.Graphic3d.Graphic3d_Structure
Length ( ) : int
Lower ( ) : int
Prepend ( Graphic3d_SequenceOfStructure theSeq ) : void
Prepend ( CascadeSharp.TKService.Graphic3d.Graphic3d_Structure theItem ) : void
Remove ( int theIndex ) : void
Remove ( int theFromIndex, int theToIndex ) : void
Reverse ( ) : void
SetValue ( int theIndex, CascadeSharp.TKService.Graphic3d.Graphic3d_Structure theItem ) : void
Size ( ) : int
Split ( int theIndex, Graphic3d_SequenceOfStructure theSeq ) : void
Upper ( ) : int
Value ( int theIndex ) : Graphic3d_Structure

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

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

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

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

public Append ( CascadeSharp.TKService.Graphic3d.Graphic3d_Structure theItem ) : void
theItem CascadeSharp.TKService.Graphic3d.Graphic3d_Structure
Результат void

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

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

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

public ChangeFirst ( ) : CascadeSharp.TKService.Graphic3d.Graphic3d_Structure
Результат CascadeSharp.TKService.Graphic3d.Graphic3d_Structure

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

public ChangeLast ( ) : CascadeSharp.TKService.Graphic3d.Graphic3d_Structure
Результат CascadeSharp.TKService.Graphic3d.Graphic3d_Structure

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

public ChangeValue ( int theIndex ) : CascadeSharp.TKService.Graphic3d.Graphic3d_Structure
theIndex int
Результат CascadeSharp.TKService.Graphic3d.Graphic3d_Structure

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 ( ) : CascadeSharp.TKService.Graphic3d.Graphic3d_Structure
Результат CascadeSharp.TKService.Graphic3d.Graphic3d_Structure

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

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

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

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

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

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

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

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

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

public InsertAfter ( int theIndex, CascadeSharp.TKService.Graphic3d.Graphic3d_Structure theItem ) : void
theIndex int
theItem CascadeSharp.TKService.Graphic3d.Graphic3d_Structure
Результат void

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

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

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

public InsertBefore ( int theIndex, CascadeSharp.TKService.Graphic3d.Graphic3d_Structure theItem ) : void
theIndex int
theItem CascadeSharp.TKService.Graphic3d.Graphic3d_Structure
Результат void

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

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

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

public Last ( ) : CascadeSharp.TKService.Graphic3d.Graphic3d_Structure
Результат CascadeSharp.TKService.Graphic3d.Graphic3d_Structure

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

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

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

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

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

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

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

public Prepend ( CascadeSharp.TKService.Graphic3d.Graphic3d_Structure theItem ) : void
theItem CascadeSharp.TKService.Graphic3d.Graphic3d_Structure
Результат 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, CascadeSharp.TKService.Graphic3d.Graphic3d_Structure theItem ) : void
theIndex int
theItem CascadeSharp.TKService.Graphic3d.Graphic3d_Structure
Результат void

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

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

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

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

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

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

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

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