C# Class CascadeSharp.TKBool.TopOpeBRep.TopOpeBRep_SequenceOfPoint2d

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

Méthodes publiques

Méthode Description
Append ( CascadeSharp.TKBool.TopOpeBRep.TopOpeBRep_Point2d theItem ) : void
Append ( TopOpeBRep_SequenceOfPoint2d theSeq ) : void
Assign ( TopOpeBRep_SequenceOfPoint2d theOther ) : TopOpeBRep_SequenceOfPoint2d
ChangeFirst ( ) : CascadeSharp.TKBool.TopOpeBRep.TopOpeBRep_Point2d
ChangeLast ( ) : CascadeSharp.TKBool.TopOpeBRep.TopOpeBRep_Point2d
ChangeValue ( int theIndex ) : CascadeSharp.TKBool.TopOpeBRep.TopOpeBRep_Point2d
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Exchange ( int I, int J ) : void
First ( ) : CascadeSharp.TKBool.TopOpeBRep.TopOpeBRep_Point2d
InsertAfter ( int theIndex, CascadeSharp.TKBool.TopOpeBRep.TopOpeBRep_Point2d theItem ) : void
InsertAfter ( int theIndex, TopOpeBRep_SequenceOfPoint2d theSeq ) : void
InsertBefore ( int theIndex, CascadeSharp.TKBool.TopOpeBRep.TopOpeBRep_Point2d theItem ) : void
InsertBefore ( int theIndex, TopOpeBRep_SequenceOfPoint2d theSeq ) : void
IsEmpty ( ) : bool
Last ( ) : CascadeSharp.TKBool.TopOpeBRep.TopOpeBRep_Point2d
Length ( ) : int
Lower ( ) : int
Prepend ( CascadeSharp.TKBool.TopOpeBRep.TopOpeBRep_Point2d theItem ) : void
Prepend ( TopOpeBRep_SequenceOfPoint2d theSeq ) : void
Remove ( int theIndex ) : void
Remove ( int theFromIndex, int theToIndex ) : void
Reverse ( ) : void
SetValue ( int theIndex, CascadeSharp.TKBool.TopOpeBRep.TopOpeBRep_Point2d theItem ) : void
Size ( ) : int
Split ( int theIndex, TopOpeBRep_SequenceOfPoint2d theSeq ) : void
TopOpeBRep_SequenceOfPoint2d ( ) : System
TopOpeBRep_SequenceOfPoint2d ( NCollection_BaseAllocator theAllocator ) : System
TopOpeBRep_SequenceOfPoint2d ( TopOpeBRep_SequenceOfPoint2d theOther ) : System
Upper ( ) : int
Value ( int theIndex ) : CascadeSharp.TKBool.TopOpeBRep.TopOpeBRep_Point2d

Method Details

Append() public méthode

public Append ( CascadeSharp.TKBool.TopOpeBRep.TopOpeBRep_Point2d theItem ) : void
theItem CascadeSharp.TKBool.TopOpeBRep.TopOpeBRep_Point2d
Résultat void

Append() public méthode

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

Assign() public méthode

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

ChangeFirst() public méthode

public ChangeFirst ( ) : CascadeSharp.TKBool.TopOpeBRep.TopOpeBRep_Point2d
Résultat CascadeSharp.TKBool.TopOpeBRep.TopOpeBRep_Point2d

ChangeLast() public méthode

public ChangeLast ( ) : CascadeSharp.TKBool.TopOpeBRep.TopOpeBRep_Point2d
Résultat CascadeSharp.TKBool.TopOpeBRep.TopOpeBRep_Point2d

ChangeValue() public méthode

public ChangeValue ( int theIndex ) : CascadeSharp.TKBool.TopOpeBRep.TopOpeBRep_Point2d
theIndex int
Résultat CascadeSharp.TKBool.TopOpeBRep.TopOpeBRep_Point2d

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.TKBool.TopOpeBRep.TopOpeBRep_Point2d
Résultat CascadeSharp.TKBool.TopOpeBRep.TopOpeBRep_Point2d

InsertAfter() public méthode

public InsertAfter ( int theIndex, CascadeSharp.TKBool.TopOpeBRep.TopOpeBRep_Point2d theItem ) : void
theIndex int
theItem CascadeSharp.TKBool.TopOpeBRep.TopOpeBRep_Point2d
Résultat void

InsertAfter() public méthode

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

InsertBefore() public méthode

public InsertBefore ( int theIndex, CascadeSharp.TKBool.TopOpeBRep.TopOpeBRep_Point2d theItem ) : void
theIndex int
theItem CascadeSharp.TKBool.TopOpeBRep.TopOpeBRep_Point2d
Résultat void

InsertBefore() public méthode

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

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

Last() public méthode

public Last ( ) : CascadeSharp.TKBool.TopOpeBRep.TopOpeBRep_Point2d
Résultat CascadeSharp.TKBool.TopOpeBRep.TopOpeBRep_Point2d

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 ( CascadeSharp.TKBool.TopOpeBRep.TopOpeBRep_Point2d theItem ) : void
theItem CascadeSharp.TKBool.TopOpeBRep.TopOpeBRep_Point2d
Résultat void

Prepend() public méthode

public Prepend ( TopOpeBRep_SequenceOfPoint2d theSeq ) : void
theSeq TopOpeBRep_SequenceOfPoint2d
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.TKBool.TopOpeBRep.TopOpeBRep_Point2d theItem ) : void
theIndex int
theItem CascadeSharp.TKBool.TopOpeBRep.TopOpeBRep_Point2d
Résultat void

Size() public méthode

public Size ( ) : int
Résultat int

Split() public méthode

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

TopOpeBRep_SequenceOfPoint2d() public méthode

public TopOpeBRep_SequenceOfPoint2d ( ) : System
Résultat System

TopOpeBRep_SequenceOfPoint2d() public méthode

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

TopOpeBRep_SequenceOfPoint2d() public méthode

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

Upper() public méthode

public Upper ( ) : int
Résultat int

Value() public méthode

public Value ( int theIndex ) : CascadeSharp.TKBool.TopOpeBRep.TopOpeBRep_Point2d
theIndex int
Résultat CascadeSharp.TKBool.TopOpeBRep.TopOpeBRep_Point2d