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

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

공개 메소드들

메소드 설명
Assign ( TColgp_Array1OfLin2d theOther ) : TColgp_Array1OfLin2d
ChangeFirst ( ) : gp_Lin2d
ChangeLast ( ) : gp_Lin2d
ChangeValue ( int theIndex ) : gp_Lin2d
First ( ) : gp_Lin2d
Init ( gp_Lin2d theValue ) : void
IsAllocated ( ) : bool
IsDeletable ( ) : bool
IsEmpty ( ) : bool
Last ( ) : gp_Lin2d
Length ( ) : int
Lower ( ) : int
Move ( TColgp_Array1OfLin2d theOther ) : TColgp_Array1OfLin2d
Resize ( int theLower, int theUpper, bool theToCopyData ) : void
SetValue ( int theIndex, gp_Lin2d theItem ) : void
Size ( ) : int
TColgp_Array1OfLin2d ( ) : System
TColgp_Array1OfLin2d ( TColgp_Array1OfLin2d theOther ) : System
TColgp_Array1OfLin2d ( gp_Lin2d theBegin, int theLower, int theUpper ) : System
TColgp_Array1OfLin2d ( int theLower, int theUpper ) : System
Upper ( ) : int
Value ( int theIndex ) : gp_Lin2d

메소드 상세

Assign() 공개 메소드

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

ChangeFirst() 공개 메소드

public ChangeFirst ( ) : gp_Lin2d
리턴 gp_Lin2d

ChangeLast() 공개 메소드

public ChangeLast ( ) : gp_Lin2d
리턴 gp_Lin2d

ChangeValue() 공개 메소드

public ChangeValue ( int theIndex ) : gp_Lin2d
theIndex int
리턴 gp_Lin2d

First() 공개 메소드

public First ( ) : gp_Lin2d
리턴 gp_Lin2d

Init() 공개 메소드

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

IsAllocated() 공개 메소드

public IsAllocated ( ) : bool
리턴 bool

IsDeletable() 공개 메소드

public IsDeletable ( ) : bool
리턴 bool

IsEmpty() 공개 메소드

public IsEmpty ( ) : bool
리턴 bool

Last() 공개 메소드

public Last ( ) : gp_Lin2d
리턴 gp_Lin2d

Length() 공개 메소드

public Length ( ) : int
리턴 int

Lower() 공개 메소드

public Lower ( ) : int
리턴 int

Move() 공개 메소드

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

Resize() 공개 메소드

public Resize ( int theLower, int theUpper, bool theToCopyData ) : void
theLower int
theUpper int
theToCopyData bool
리턴 void

SetValue() 공개 메소드

public SetValue ( int theIndex, gp_Lin2d theItem ) : void
theIndex int
theItem gp_Lin2d
리턴 void

Size() 공개 메소드

public Size ( ) : int
리턴 int

TColgp_Array1OfLin2d() 공개 메소드

public TColgp_Array1OfLin2d ( ) : System
리턴 System

TColgp_Array1OfLin2d() 공개 메소드

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

TColgp_Array1OfLin2d() 공개 메소드

public TColgp_Array1OfLin2d ( gp_Lin2d theBegin, int theLower, int theUpper ) : System
theBegin gp_Lin2d
theLower int
theUpper int
리턴 System

TColgp_Array1OfLin2d() 공개 메소드

public TColgp_Array1OfLin2d ( int theLower, int theUpper ) : System
theLower int
theUpper int
리턴 System

Upper() 공개 메소드

public Upper ( ) : int
리턴 int

Value() 공개 메소드

public Value ( int theIndex ) : gp_Lin2d
theIndex int
리턴 gp_Lin2d