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 |
public Array2 ( ) : CascadeSharp.TKMath.TColgp.TColgp_Array2OfVec | ||
return | CascadeSharp.TKMath.TColgp.TColgp_Array2OfVec |
public ChangeArray2 ( ) : CascadeSharp.TKMath.TColgp.TColgp_Array2OfVec | ||
return | CascadeSharp.TKMath.TColgp.TColgp_Array2OfVec |
public ChangeValue ( int theRow, int theCol ) : gp_Vec | ||
theRow | int | |
theCol | int | |
return | gp_Vec |
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 |
public SetValue ( int theRow, int theCol, gp_Vec theItem ) : void | ||
theRow | int | |
theCol | int | |
theItem | gp_Vec | |
return | void |
public TColgp_HArray2OfVec ( TColgp_Array2OfVec theOther ) : System | ||
theOther | TColgp_Array2OfVec | |
return | System |
public TColgp_HArray2OfVec ( TColgp_HArray2OfVec parameter1 ) : System | ||
parameter1 | TColgp_HArray2OfVec | |
return | System |
public TColgp_HArray2OfVec ( int theRowLow, int theRowUpp, int theColLow, int theColUpp ) : System | ||
theRowLow | int | |
theRowUpp | int | |
theColLow | int | |
theColUpp | int | |
return | System |
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 |
public Value ( int theRow, int theCol ) : gp_Vec | ||
theRow | int | |
theCol | int | |
return | gp_Vec |
public fillIndexTable ( gp_Vec theTable ) : void | ||
theTable | gp_Vec | |
return | void |