C# Class CascadeSharp.TKBRep.TopTools.TopTools_Array1OfListOfShape

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
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

Method Details

Assign() public method

public Assign ( TopTools_Array1OfListOfShape theOther ) : TopTools_Array1OfListOfShape
theOther TopTools_Array1OfListOfShape
return TopTools_Array1OfListOfShape

IsAllocated() public method

public IsAllocated ( ) : bool
return bool

IsDeletable() public method

public IsDeletable ( ) : bool
return bool

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Move() public method

public Move ( TopTools_Array1OfListOfShape theOther ) : TopTools_Array1OfListOfShape
theOther TopTools_Array1OfListOfShape
return TopTools_Array1OfListOfShape

Resize() public method

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

Size() public method

public Size ( ) : int
return int

TopTools_Array1OfListOfShape() public method

public TopTools_Array1OfListOfShape ( ) : System
return System

TopTools_Array1OfListOfShape() public method

public TopTools_Array1OfListOfShape ( TopTools_Array1OfListOfShape theOther ) : System
theOther TopTools_Array1OfListOfShape
return System

TopTools_Array1OfListOfShape() public method

public TopTools_Array1OfListOfShape ( int theLower, int theUpper ) : System
theLower int
theUpper int
return System

Upper() public method

public Upper ( ) : int
return int