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 |
|
|