C# Класс CascadeSharp.TKG2d.TColGeom2d.TColGeom2d_SequenceOfBoundedCurve

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 ( ) : Geom2d_BoundedCurve
Результат Geom2d_BoundedCurve

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public Prepend ( TColGeom2d_SequenceOfBoundedCurve theSeq ) : void
theSeq TColGeom2d_SequenceOfBoundedCurve
Результат 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, Geom2d_BoundedCurve theItem ) : void
theIndex int
theItem Geom2d_BoundedCurve
Результат void

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

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

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

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

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

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

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

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

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

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

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

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

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

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