C# Class CascadeSharp.TKMath.TColgp.TColgp_Array2OfXYZ

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Allocate ( ) : void
Assign ( TColgp_Array2OfXYZ theOther ) : TColgp_Array2OfXYZ
ChangeValue ( int theRow, int theCol ) : gp_XYZ
ColLength ( ) : int
Init ( gp_XYZ theValue ) : void
IsDeletable ( ) : bool
Length ( ) : int
LowerCol ( ) : int
LowerRow ( ) : int
Move ( TColgp_Array2OfXYZ theOther ) : TColgp_Array2OfXYZ
NbColumns ( ) : int
NbRows ( ) : int
Resize ( int theRowLower, int theRowUpper, int theColLower, int theColUpper, bool theToCopyData ) : void
RowLength ( ) : int
SetValue ( int theRow, int theCol, gp_XYZ theItem ) : void
Size ( ) : int
TColgp_Array2OfXYZ ( ) : System
TColgp_Array2OfXYZ ( TColgp_Array2OfXYZ theOther ) : System
TColgp_Array2OfXYZ ( gp_XYZ theBegin, int theRowLower, int theRowUpper, int theColLower, int theColUpper ) : System
TColgp_Array2OfXYZ ( int theRowLower, int theRowUpper, int theColLower, int theColUpper ) : System
UpperCol ( ) : int
UpperRow ( ) : int
Value ( int theRow, int theCol ) : gp_XYZ
fillIndexTable ( gp_XYZ theTable ) : void

Method Details

Allocate() public method

public Allocate ( ) : void
return void

Assign() public method

public Assign ( TColgp_Array2OfXYZ theOther ) : TColgp_Array2OfXYZ
theOther TColgp_Array2OfXYZ
return TColgp_Array2OfXYZ

ChangeValue() public method

public ChangeValue ( int theRow, int theCol ) : gp_XYZ
theRow int
theCol int
return gp_XYZ

ColLength() public method

public ColLength ( ) : int
return int

Init() public method

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

IsDeletable() public method

public IsDeletable ( ) : bool
return bool

Length() public method

public Length ( ) : int
return int

LowerCol() public method

public LowerCol ( ) : int
return int

LowerRow() public method

public LowerRow ( ) : int
return int

Move() public method

public Move ( TColgp_Array2OfXYZ theOther ) : TColgp_Array2OfXYZ
theOther TColgp_Array2OfXYZ
return TColgp_Array2OfXYZ

NbColumns() public method

public NbColumns ( ) : int
return int

NbRows() public method

public NbRows ( ) : int
return int

Resize() public method

public Resize ( int theRowLower, int theRowUpper, int theColLower, int theColUpper, bool theToCopyData ) : void
theRowLower int
theRowUpper int
theColLower int
theColUpper int
theToCopyData bool
return void

RowLength() public method

public RowLength ( ) : int
return int

SetValue() public method

public SetValue ( int theRow, int theCol, gp_XYZ theItem ) : void
theRow int
theCol int
theItem gp_XYZ
return void

Size() public method

public Size ( ) : int
return int

TColgp_Array2OfXYZ() public method

public TColgp_Array2OfXYZ ( ) : System
return System

TColgp_Array2OfXYZ() public method

public TColgp_Array2OfXYZ ( TColgp_Array2OfXYZ theOther ) : System
theOther TColgp_Array2OfXYZ
return System

TColgp_Array2OfXYZ() public method

public TColgp_Array2OfXYZ ( gp_XYZ theBegin, int theRowLower, int theRowUpper, int theColLower, int theColUpper ) : System
theBegin gp_XYZ
theRowLower int
theRowUpper int
theColLower int
theColUpper int
return System

TColgp_Array2OfXYZ() public method

public TColgp_Array2OfXYZ ( int theRowLower, int theRowUpper, int theColLower, int theColUpper ) : System
theRowLower int
theRowUpper int
theColLower int
theColUpper int
return System

UpperCol() public method

public UpperCol ( ) : int
return int

UpperRow() public method

public UpperRow ( ) : int
return int

Value() public method

public Value ( int theRow, int theCol ) : gp_XYZ
theRow int
theCol int
return gp_XYZ

fillIndexTable() public method

public fillIndexTable ( gp_XYZ theTable ) : void
theTable gp_XYZ
return void