C# Class CascadeSharp.TKMath.TColgp.TColgp_HSequenceOfXY

Inheritance: Standard_Transient
Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Append ( TColgp_SequenceOfXY theSequence ) : void
Append ( gp_XY theItem ) : void
ChangeFirst ( ) : gp_XY
ChangeLast ( ) : gp_XY
ChangeSequence ( ) : TColgp_SequenceOfXY
ChangeValue ( int theIndex ) : gp_XY
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Exchange ( int I, int J ) : void
First ( ) : gp_XY
InsertAfter ( int theIndex, gp_XY theItem ) : void
InsertBefore ( int theIndex, gp_XY theItem ) : void
IsEmpty ( ) : bool
Last ( ) : gp_XY
Length ( ) : int
Lower ( ) : int
Prepend ( gp_XY theItem ) : void
Remove ( int theIndex ) : void
Remove ( int theFromIndex, int theToIndex ) : void
Reverse ( ) : void
Sequence ( ) : TColgp_SequenceOfXY
SetValue ( int theIndex, gp_XY theItem ) : void
Size ( ) : int
TColgp_HSequenceOfXY ( ) : System
TColgp_HSequenceOfXY ( TColgp_HSequenceOfXY parameter1 ) : System
TColgp_HSequenceOfXY ( TColgp_SequenceOfXY theOther ) : System
Upper ( ) : int
Value ( int theIndex ) : gp_XY
get_type_name ( ) : char

Method Details

Append() public method

public Append ( TColgp_SequenceOfXY theSequence ) : void
theSequence TColgp_SequenceOfXY
return void

Append() public method

public Append ( gp_XY theItem ) : void
theItem gp_XY
return void

ChangeFirst() public method

public ChangeFirst ( ) : gp_XY
return gp_XY

ChangeLast() public method

public ChangeLast ( ) : gp_XY
return gp_XY

ChangeSequence() public method

public ChangeSequence ( ) : TColgp_SequenceOfXY
return TColgp_SequenceOfXY

ChangeValue() public method

public ChangeValue ( int theIndex ) : gp_XY
theIndex int
return gp_XY

Clear() public method

public Clear ( ) : void
return void

Clear() public method

public Clear ( NCollection_BaseAllocator theAllocator ) : void
theAllocator NCollection_BaseAllocator
return void

Exchange() public method

public Exchange ( int I, int J ) : void
I int
J int
return void

First() public method

public First ( ) : gp_XY
return gp_XY

InsertAfter() public method

public InsertAfter ( int theIndex, gp_XY theItem ) : void
theIndex int
theItem gp_XY
return void

InsertBefore() public method

public InsertBefore ( int theIndex, gp_XY theItem ) : void
theIndex int
theItem gp_XY
return void

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Last() public method

public Last ( ) : gp_XY
return gp_XY

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Prepend() public method

public Prepend ( gp_XY theItem ) : void
theItem gp_XY
return void

Remove() public method

public Remove ( int theIndex ) : void
theIndex int
return void

Remove() public method

public Remove ( int theFromIndex, int theToIndex ) : void
theFromIndex int
theToIndex int
return void

Reverse() public method

public Reverse ( ) : void
return void

Sequence() public method

public Sequence ( ) : TColgp_SequenceOfXY
return TColgp_SequenceOfXY

SetValue() public method

public SetValue ( int theIndex, gp_XY theItem ) : void
theIndex int
theItem gp_XY
return void

Size() public method

public Size ( ) : int
return int

TColgp_HSequenceOfXY() public method

public TColgp_HSequenceOfXY ( ) : System
return System

TColgp_HSequenceOfXY() public method

public TColgp_HSequenceOfXY ( TColgp_HSequenceOfXY parameter1 ) : System
parameter1 TColgp_HSequenceOfXY
return System

TColgp_HSequenceOfXY() public method

public TColgp_HSequenceOfXY ( TColgp_SequenceOfXY theOther ) : System
theOther TColgp_SequenceOfXY
return System

Upper() public method

public Upper ( ) : int
return int

Value() public method

public Value ( int theIndex ) : gp_XY
theIndex int
return gp_XY

get_type_name() public method

public get_type_name ( ) : char
return char