C# Class CascadeSharp.TKBRep.TopTools.TopTools_Array1OfListOfShape

Afficher le fichier Open project: Oblikovati/CascadeSharp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Assign ( TopTools_Array1OfListOfShape theOther ) : TopTools_Array1OfListOfShape
theOther TopTools_Array1OfListOfShape
Résultat TopTools_Array1OfListOfShape

IsAllocated() public méthode

public IsAllocated ( ) : bool
Résultat bool

IsDeletable() public méthode

public IsDeletable ( ) : bool
Résultat bool

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

Length() public méthode

public Length ( ) : int
Résultat int

Lower() public méthode

public Lower ( ) : int
Résultat int

Move() public méthode

public Move ( TopTools_Array1OfListOfShape theOther ) : TopTools_Array1OfListOfShape
theOther TopTools_Array1OfListOfShape
Résultat TopTools_Array1OfListOfShape

Resize() public méthode

public Resize ( int theLower, int theUpper, bool theToCopyData ) : void
theLower int
theUpper int
theToCopyData bool
Résultat void

Size() public méthode

public Size ( ) : int
Résultat int

TopTools_Array1OfListOfShape() public méthode

public TopTools_Array1OfListOfShape ( ) : System
Résultat System

TopTools_Array1OfListOfShape() public méthode

public TopTools_Array1OfListOfShape ( TopTools_Array1OfListOfShape theOther ) : System
theOther TopTools_Array1OfListOfShape
Résultat System

TopTools_Array1OfListOfShape() public méthode

public TopTools_Array1OfListOfShape ( int theLower, int theUpper ) : System
theLower int
theUpper int
Résultat System

Upper() public méthode

public Upper ( ) : int
Résultat int