C# Class CascadeSharp.TKService.Graphic3d.Graphic3d_SequenceOfStructure

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

Méthodes publiques

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

Method Details

Append() public méthode

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

Append() public méthode

public Append ( CascadeSharp.TKService.Graphic3d.Graphic3d_Structure theItem ) : void
theItem CascadeSharp.TKService.Graphic3d.Graphic3d_Structure
Résultat void

Assign() public méthode

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

ChangeFirst() public méthode

public ChangeFirst ( ) : CascadeSharp.TKService.Graphic3d.Graphic3d_Structure
Résultat CascadeSharp.TKService.Graphic3d.Graphic3d_Structure

ChangeLast() public méthode

public ChangeLast ( ) : CascadeSharp.TKService.Graphic3d.Graphic3d_Structure
Résultat CascadeSharp.TKService.Graphic3d.Graphic3d_Structure

ChangeValue() public méthode

public ChangeValue ( int theIndex ) : CascadeSharp.TKService.Graphic3d.Graphic3d_Structure
theIndex int
Résultat CascadeSharp.TKService.Graphic3d.Graphic3d_Structure

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 ( ) : CascadeSharp.TKService.Graphic3d.Graphic3d_Structure
Résultat CascadeSharp.TKService.Graphic3d.Graphic3d_Structure

Graphic3d_SequenceOfStructure() public méthode

public Graphic3d_SequenceOfStructure ( ) : System
Résultat System

Graphic3d_SequenceOfStructure() public méthode

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

Graphic3d_SequenceOfStructure() public méthode

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

InsertAfter() public méthode

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

InsertAfter() public méthode

public InsertAfter ( int theIndex, CascadeSharp.TKService.Graphic3d.Graphic3d_Structure theItem ) : void
theIndex int
theItem CascadeSharp.TKService.Graphic3d.Graphic3d_Structure
Résultat void

InsertBefore() public méthode

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

InsertBefore() public méthode

public InsertBefore ( int theIndex, CascadeSharp.TKService.Graphic3d.Graphic3d_Structure theItem ) : void
theIndex int
theItem CascadeSharp.TKService.Graphic3d.Graphic3d_Structure
Résultat void

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

Last() public méthode

public Last ( ) : CascadeSharp.TKService.Graphic3d.Graphic3d_Structure
Résultat CascadeSharp.TKService.Graphic3d.Graphic3d_Structure

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 ( Graphic3d_SequenceOfStructure theSeq ) : void
theSeq Graphic3d_SequenceOfStructure
Résultat void

Prepend() public méthode

public Prepend ( CascadeSharp.TKService.Graphic3d.Graphic3d_Structure theItem ) : void
theItem CascadeSharp.TKService.Graphic3d.Graphic3d_Structure
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, CascadeSharp.TKService.Graphic3d.Graphic3d_Structure theItem ) : void
theIndex int
theItem CascadeSharp.TKService.Graphic3d.Graphic3d_Structure
Résultat void

Size() public méthode

public Size ( ) : int
Résultat int

Split() public méthode

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

Upper() public méthode

public Upper ( ) : int
Résultat int

Value() public méthode

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