C# Class CascadeSharp.TKMath.TColgp.TColgp_Array1OfXYZ

显示文件 Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

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

public Assign ( TColgp_Array1OfXYZ theOther ) : TColgp_Array1OfXYZ
theOther TColgp_Array1OfXYZ
return TColgp_Array1OfXYZ

ChangeFirst() public method

public ChangeFirst ( ) : gp_XYZ
return gp_XYZ

ChangeLast() public method

public ChangeLast ( ) : gp_XYZ
return gp_XYZ

ChangeValue() public method

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

First() public method

public First ( ) : gp_XYZ
return gp_XYZ

Init() public method

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

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Move() public method

public Move ( TColgp_Array1OfXYZ theOther ) : TColgp_Array1OfXYZ
theOther TColgp_Array1OfXYZ
return TColgp_Array1OfXYZ

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

Size() public method

public Size ( ) : int
return int

TColgp_Array1OfXYZ() public method

public TColgp_Array1OfXYZ ( ) : System
return System

TColgp_Array1OfXYZ() public method

public TColgp_Array1OfXYZ ( TColgp_Array1OfXYZ theOther ) : System
theOther TColgp_Array1OfXYZ
return System

TColgp_Array1OfXYZ() public method

public TColgp_Array1OfXYZ ( gp_XYZ theBegin, int theLower, int theUpper ) : System
theBegin gp_XYZ
theLower int
theUpper int
return System

TColgp_Array1OfXYZ() public method

public TColgp_Array1OfXYZ ( 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_XYZ
theIndex int
return gp_XYZ