C# Class CascadeSharp.TKMath.TColgp.TColgp_Array1OfLin2d

Exibir arquivo Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

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

Method Details

Assign() public method

public Assign ( TColgp_Array1OfLin2d theOther ) : TColgp_Array1OfLin2d
theOther TColgp_Array1OfLin2d
return TColgp_Array1OfLin2d

ChangeFirst() public method

public ChangeFirst ( ) : gp_Lin2d
return gp_Lin2d

ChangeLast() public method

public ChangeLast ( ) : gp_Lin2d
return gp_Lin2d

ChangeValue() public method

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

First() public method

public First ( ) : gp_Lin2d
return gp_Lin2d

Init() public method

public Init ( gp_Lin2d theValue ) : void
theValue gp_Lin2d
return void

IsAllocated() public method

public IsAllocated ( ) : bool
return bool

IsDeletable() public method

public IsDeletable ( ) : bool
return bool

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Last() public method

public Last ( ) : gp_Lin2d
return gp_Lin2d

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Move() public method

public Move ( TColgp_Array1OfLin2d theOther ) : TColgp_Array1OfLin2d
theOther TColgp_Array1OfLin2d
return TColgp_Array1OfLin2d

Resize() public method

public Resize ( int theLower, int theUpper, bool theToCopyData ) : void
theLower int
theUpper int
theToCopyData bool
return void

SetValue() public method

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

Size() public method

public Size ( ) : int
return int

TColgp_Array1OfLin2d() public method

public TColgp_Array1OfLin2d ( ) : System
return System

TColgp_Array1OfLin2d() public method

public TColgp_Array1OfLin2d ( TColgp_Array1OfLin2d theOther ) : System
theOther TColgp_Array1OfLin2d
return System

TColgp_Array1OfLin2d() public method

public TColgp_Array1OfLin2d ( gp_Lin2d theBegin, int theLower, int theUpper ) : System
theBegin gp_Lin2d
theLower int
theUpper int
return System

TColgp_Array1OfLin2d() public method

public TColgp_Array1OfLin2d ( int theLower, int theUpper ) : System
theLower int
theUpper int
return System

Upper() public method

public Upper ( ) : int
return int

Value() public method

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