C# Class CascadeSharp.TKMath.TColgp.TColgp_Array1OfXYZ

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

Méthodes publiques

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

Method Details

Assign() public méthode

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

ChangeFirst() public méthode

public ChangeFirst ( ) : gp_XYZ
Résultat gp_XYZ

ChangeLast() public méthode

public ChangeLast ( ) : gp_XYZ
Résultat gp_XYZ

ChangeValue() public méthode

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

First() public méthode

public First ( ) : gp_XYZ
Résultat gp_XYZ

Init() public méthode

public Init ( gp_XYZ theValue ) : void
theValue gp_XYZ
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_XYZ
Résultat gp_XYZ

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_Array1OfXYZ theOther ) : TColgp_Array1OfXYZ
theOther TColgp_Array1OfXYZ
Résultat TColgp_Array1OfXYZ

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_XYZ theItem ) : void
theIndex int
theItem gp_XYZ
Résultat void

Size() public méthode

public Size ( ) : int
Résultat int

TColgp_Array1OfXYZ() public méthode

public TColgp_Array1OfXYZ ( ) : System
Résultat System

TColgp_Array1OfXYZ() public méthode

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

TColgp_Array1OfXYZ() public méthode

public TColgp_Array1OfXYZ ( gp_XYZ theBegin, int theLower, int theUpper ) : System
theBegin gp_XYZ
theLower int
theUpper int
Résultat System

TColgp_Array1OfXYZ() public méthode

public TColgp_Array1OfXYZ ( 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_XYZ
theIndex int
Résultat gp_XYZ