C# Class CascadeSharp.TKMath.TColgp.TColgp_HArray2OfVec

Inheritance: Standard_Transient
Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Allocate ( ) : void
Array2 ( ) : CascadeSharp.TKMath.TColgp.TColgp_Array2OfVec
ChangeArray2 ( ) : CascadeSharp.TKMath.TColgp.TColgp_Array2OfVec
ChangeValue ( int theRow, int theCol ) : gp_Vec
ColLength ( ) : int
Init ( gp_Vec theValue ) : void
IsDeletable ( ) : bool
Length ( ) : int
LowerCol ( ) : int
LowerRow ( ) : int
NbColumns ( ) : int
NbRows ( ) : int
Resize ( int theRowLower, int theRowUpper, int theColLower, int theColUpper, bool theToCopyData ) : void
RowLength ( ) : int
SetValue ( int theRow, int theCol, gp_Vec theItem ) : void
Size ( ) : int
TColgp_HArray2OfVec ( ) : System
TColgp_HArray2OfVec ( TColgp_Array2OfVec theOther ) : System
TColgp_HArray2OfVec ( TColgp_HArray2OfVec parameter1 ) : System
TColgp_HArray2OfVec ( int theRowLow, int theRowUpp, int theColLow, int theColUpp ) : System
TColgp_HArray2OfVec ( int theRowLow, int theRowUpp, int theColLow, int theColUpp, gp_Vec theValue ) : System
UpperCol ( ) : int
UpperRow ( ) : int
Value ( int theRow, int theCol ) : gp_Vec
fillIndexTable ( gp_Vec theTable ) : void
get_type_name ( ) : char

Method Details

Allocate() public method

public Allocate ( ) : void
return void

Array2() public method

public Array2 ( ) : CascadeSharp.TKMath.TColgp.TColgp_Array2OfVec
return CascadeSharp.TKMath.TColgp.TColgp_Array2OfVec

ChangeArray2() public method

public ChangeArray2 ( ) : CascadeSharp.TKMath.TColgp.TColgp_Array2OfVec
return CascadeSharp.TKMath.TColgp.TColgp_Array2OfVec

ChangeValue() public method

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

ColLength() public method

public ColLength ( ) : int
return int

Init() public method

public Init ( gp_Vec theValue ) : void
theValue gp_Vec
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

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_Vec theItem ) : void
theRow int
theCol int
theItem gp_Vec
return void

Size() public method

public Size ( ) : int
return int

TColgp_HArray2OfVec() public method

public TColgp_HArray2OfVec ( ) : System
return System

TColgp_HArray2OfVec() public method

public TColgp_HArray2OfVec ( TColgp_Array2OfVec theOther ) : System
theOther TColgp_Array2OfVec
return System

TColgp_HArray2OfVec() public method

public TColgp_HArray2OfVec ( TColgp_HArray2OfVec parameter1 ) : System
parameter1 TColgp_HArray2OfVec
return System

TColgp_HArray2OfVec() public method

public TColgp_HArray2OfVec ( int theRowLow, int theRowUpp, int theColLow, int theColUpp ) : System
theRowLow int
theRowUpp int
theColLow int
theColUpp int
return System

TColgp_HArray2OfVec() public method

public TColgp_HArray2OfVec ( int theRowLow, int theRowUpp, int theColLow, int theColUpp, gp_Vec theValue ) : System
theRowLow int
theRowUpp int
theColLow int
theColUpp int
theValue gp_Vec
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_Vec
theRow int
theCol int
return gp_Vec

fillIndexTable() public method

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

get_type_name() public method

public get_type_name ( ) : char
return char