C# 클래스 CascadeSharp.TKBRep.TopTools.TopTools_Array1OfListOfShape

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

공개 메소드들

메소드 설명
Assign ( TopTools_Array1OfListOfShape theOther ) : TopTools_Array1OfListOfShape
IsAllocated ( ) : bool
IsDeletable ( ) : bool
IsEmpty ( ) : bool
Length ( ) : int
Lower ( ) : int
Move ( TopTools_Array1OfListOfShape theOther ) : TopTools_Array1OfListOfShape
Resize ( int theLower, int theUpper, bool theToCopyData ) : void
Size ( ) : int
TopTools_Array1OfListOfShape ( ) : System
TopTools_Array1OfListOfShape ( TopTools_Array1OfListOfShape theOther ) : System
TopTools_Array1OfListOfShape ( int theLower, int theUpper ) : System
Upper ( ) : int

메소드 상세

Assign() 공개 메소드

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

IsAllocated() 공개 메소드

public IsAllocated ( ) : bool
리턴 bool

IsDeletable() 공개 메소드

public IsDeletable ( ) : bool
리턴 bool

IsEmpty() 공개 메소드

public IsEmpty ( ) : bool
리턴 bool

Length() 공개 메소드

public Length ( ) : int
리턴 int

Lower() 공개 메소드

public Lower ( ) : int
리턴 int

Move() 공개 메소드

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

Resize() 공개 메소드

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

Size() 공개 메소드

public Size ( ) : int
리턴 int

TopTools_Array1OfListOfShape() 공개 메소드

public TopTools_Array1OfListOfShape ( ) : System
리턴 System

TopTools_Array1OfListOfShape() 공개 메소드

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

TopTools_Array1OfListOfShape() 공개 메소드

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

Upper() 공개 메소드

public Upper ( ) : int
리턴 int