C# 클래스 CascadeSharp.TKMath.TColgp.TColgp_Array2OfXYZ

파일 보기 프로젝트 열기: Oblikovati/CascadeSharp 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Allocate() 공개 메소드

public Allocate ( ) : void
리턴 void

Assign() 공개 메소드

public Assign ( TColgp_Array2OfXYZ theOther ) : TColgp_Array2OfXYZ
theOther TColgp_Array2OfXYZ
리턴 TColgp_Array2OfXYZ

ChangeValue() 공개 메소드

public ChangeValue ( int theRow, int theCol ) : gp_XYZ
theRow int
theCol int
리턴 gp_XYZ

ColLength() 공개 메소드

public ColLength ( ) : int
리턴 int

Init() 공개 메소드

public Init ( gp_XYZ theValue ) : void
theValue gp_XYZ
리턴 void

IsDeletable() 공개 메소드

public IsDeletable ( ) : bool
리턴 bool

Length() 공개 메소드

public Length ( ) : int
리턴 int

LowerCol() 공개 메소드

public LowerCol ( ) : int
리턴 int

LowerRow() 공개 메소드

public LowerRow ( ) : int
리턴 int

Move() 공개 메소드

public Move ( TColgp_Array2OfXYZ theOther ) : TColgp_Array2OfXYZ
theOther TColgp_Array2OfXYZ
리턴 TColgp_Array2OfXYZ

NbColumns() 공개 메소드

public NbColumns ( ) : int
리턴 int

NbRows() 공개 메소드

public NbRows ( ) : int
리턴 int

Resize() 공개 메소드

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

RowLength() 공개 메소드

public RowLength ( ) : int
리턴 int

SetValue() 공개 메소드

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

Size() 공개 메소드

public Size ( ) : int
리턴 int

TColgp_Array2OfXYZ() 공개 메소드

public TColgp_Array2OfXYZ ( ) : System
리턴 System

TColgp_Array2OfXYZ() 공개 메소드

public TColgp_Array2OfXYZ ( TColgp_Array2OfXYZ theOther ) : System
theOther TColgp_Array2OfXYZ
리턴 System

TColgp_Array2OfXYZ() 공개 메소드

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
리턴 System

TColgp_Array2OfXYZ() 공개 메소드

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

UpperCol() 공개 메소드

public UpperCol ( ) : int
리턴 int

UpperRow() 공개 메소드

public UpperRow ( ) : int
리턴 int

Value() 공개 메소드

public Value ( int theRow, int theCol ) : gp_XYZ
theRow int
theCol int
리턴 gp_XYZ

fillIndexTable() 공개 메소드

public fillIndexTable ( gp_XYZ theTable ) : void
theTable gp_XYZ
리턴 void