C# Class CascadeSharp.TKMath.TColgp.TColgp_Array1OfPnt

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

Méthodes publiques

Méthode Description
Assign ( TColgp_Array1OfPnt theOther ) : TColgp_Array1OfPnt
ChangeFirst ( ) : gp_Pnt
ChangeLast ( ) : gp_Pnt
ChangeValue ( int theIndex ) : gp_Pnt
First ( ) : gp_Pnt
Init ( gp_Pnt theValue ) : void
IsAllocated ( ) : bool
IsDeletable ( ) : bool
IsEmpty ( ) : bool
Last ( ) : gp_Pnt
Length ( ) : int
Lower ( ) : int
Move ( TColgp_Array1OfPnt theOther ) : TColgp_Array1OfPnt
Resize ( int theLower, int theUpper, bool theToCopyData ) : void
SetValue ( int theIndex, gp_Pnt theItem ) : void
Size ( ) : int
TColgp_Array1OfPnt ( ) : System
TColgp_Array1OfPnt ( TColgp_Array1OfPnt theOther ) : System
TColgp_Array1OfPnt ( gp_Pnt theBegin, int theLower, int theUpper ) : System
TColgp_Array1OfPnt ( int theLower, int theUpper ) : System
Upper ( ) : int
Value ( int theIndex ) : gp_Pnt

Method Details

Assign() public méthode

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

ChangeFirst() public méthode

public ChangeFirst ( ) : gp_Pnt
Résultat gp_Pnt

ChangeLast() public méthode

public ChangeLast ( ) : gp_Pnt
Résultat gp_Pnt

ChangeValue() public méthode

public ChangeValue ( int theIndex ) : gp_Pnt
theIndex int
Résultat gp_Pnt

First() public méthode

public First ( ) : gp_Pnt
Résultat gp_Pnt

Init() public méthode

public Init ( gp_Pnt theValue ) : void
theValue gp_Pnt
Résultat void

IsAllocated() public méthode

public IsAllocated ( ) : bool
Résultat bool

IsDeletable() public méthode

public IsDeletable ( ) : bool
Résultat bool

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

Last() public méthode

public Last ( ) : gp_Pnt
Résultat gp_Pnt

Length() public méthode

public Length ( ) : int
Résultat int

Lower() public méthode

public Lower ( ) : int
Résultat int

Move() public méthode

public Move ( TColgp_Array1OfPnt theOther ) : TColgp_Array1OfPnt
theOther TColgp_Array1OfPnt
Résultat TColgp_Array1OfPnt

Resize() public méthode

public Resize ( int theLower, int theUpper, bool theToCopyData ) : void
theLower int
theUpper int
theToCopyData bool
Résultat void

SetValue() public méthode

public SetValue ( int theIndex, gp_Pnt theItem ) : void
theIndex int
theItem gp_Pnt
Résultat void

Size() public méthode

public Size ( ) : int
Résultat int

TColgp_Array1OfPnt() public méthode

public TColgp_Array1OfPnt ( ) : System
Résultat System

TColgp_Array1OfPnt() public méthode

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

TColgp_Array1OfPnt() public méthode

public TColgp_Array1OfPnt ( gp_Pnt theBegin, int theLower, int theUpper ) : System
theBegin gp_Pnt
theLower int
theUpper int
Résultat System

TColgp_Array1OfPnt() public méthode

public TColgp_Array1OfPnt ( int theLower, int theUpper ) : System
theLower int
theUpper int
Résultat System

Upper() public méthode

public Upper ( ) : int
Résultat int

Value() public méthode

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