Method | Description | |
---|---|---|
Allocate ( ) : void | ||
Array2 ( ) : CascadeSharp.TKMath.TColgp.TColgp_Array2OfPnt | ||
ChangeArray2 ( ) : CascadeSharp.TKMath.TColgp.TColgp_Array2OfPnt | ||
ChangeValue ( int theRow, int theCol ) : gp_Pnt | ||
ColLength ( ) : int | ||
Init ( gp_Pnt 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_Pnt theItem ) : void | ||
Size ( ) : int | ||
TColgp_HArray2OfPnt ( ) : System | ||
TColgp_HArray2OfPnt ( CascadeSharp.TKMath.TColgp.TColgp_Array2OfPnt theOther ) : System | ||
TColgp_HArray2OfPnt ( |
||
TColgp_HArray2OfPnt ( int theRowLow, int theRowUpp, int theColLow, int theColUpp ) : System | ||
TColgp_HArray2OfPnt ( int theRowLow, int theRowUpp, int theColLow, int theColUpp, gp_Pnt theValue ) : System | ||
UpperCol ( ) : int | ||
UpperRow ( ) : int | ||
Value ( int theRow, int theCol ) : gp_Pnt | ||
fillIndexTable ( gp_Pnt theTable ) : void | ||
get_type_name ( ) : char |
public Array2 ( ) : CascadeSharp.TKMath.TColgp.TColgp_Array2OfPnt | ||
return | CascadeSharp.TKMath.TColgp.TColgp_Array2OfPnt |
public ChangeArray2 ( ) : CascadeSharp.TKMath.TColgp.TColgp_Array2OfPnt | ||
return | CascadeSharp.TKMath.TColgp.TColgp_Array2OfPnt |
public ChangeValue ( int theRow, int theCol ) : gp_Pnt | ||
theRow | int | |
theCol | int | |
return | gp_Pnt |
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_Pnt theItem ) : void | ||
theRow | int | |
theCol | int | |
theItem | gp_Pnt | |
return | void |
public TColgp_HArray2OfPnt ( CascadeSharp.TKMath.TColgp.TColgp_Array2OfPnt theOther ) : System | ||
theOther | CascadeSharp.TKMath.TColgp.TColgp_Array2OfPnt | |
return | System |
public TColgp_HArray2OfPnt ( |
||
parameter1 | ||
return | System |
public TColgp_HArray2OfPnt ( int theRowLow, int theRowUpp, int theColLow, int theColUpp ) : System | ||
theRowLow | int | |
theRowUpp | int | |
theColLow | int | |
theColUpp | int | |
return | System |
public TColgp_HArray2OfPnt ( int theRowLow, int theRowUpp, int theColLow, int theColUpp, gp_Pnt theValue ) : System | ||
theRowLow | int | |
theRowUpp | int | |
theColLow | int | |
theColUpp | int | |
theValue | gp_Pnt | |
return | System |
public Value ( int theRow, int theCol ) : gp_Pnt | ||
theRow | int | |
theCol | int | |
return | gp_Pnt |
public fillIndexTable ( gp_Pnt theTable ) : void | ||
theTable | gp_Pnt | |
return | void |