C# Class CascadeSharp.TKBRep.TopTools.TopTools_ListOfShape

Show file Open project: Oblikovati/CascadeSharp

Public Methods

Method Description
Append ( TopoDS_Shape theItem ) : TopoDS_Shape
Append ( TopTools_ListOfShape theOther ) : void
Assign ( TopTools_ListOfShape theOther ) : TopTools_ListOfShape
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
First ( ) : TopoDS_Shape
Last ( ) : TopoDS_Shape
Prepend ( TopoDS_Shape theItem ) : TopoDS_Shape
Prepend ( TopTools_ListOfShape theOther ) : void
RemoveFirst ( ) : void
Reverse ( ) : void
Size ( ) : int
TopTools_ListOfShape ( ) : System
TopTools_ListOfShape ( NCollection_BaseAllocator theAllocator ) : System
TopTools_ListOfShape ( TopTools_ListOfShape theOther ) : System

Method Details

Append() public method

public Append ( TopoDS_Shape theItem ) : TopoDS_Shape
theItem TopoDS_Shape
return TopoDS_Shape

Append() public method

public Append ( TopTools_ListOfShape theOther ) : void
theOther TopTools_ListOfShape
return void

Assign() public method

public Assign ( TopTools_ListOfShape theOther ) : TopTools_ListOfShape
theOther TopTools_ListOfShape
return TopTools_ListOfShape

Clear() public method

public Clear ( ) : void
return void

Clear() public method

public Clear ( NCollection_BaseAllocator theAllocator ) : void
theAllocator NCollection_BaseAllocator
return void

First() public method

public First ( ) : TopoDS_Shape
return TopoDS_Shape

Last() public method

public Last ( ) : TopoDS_Shape
return TopoDS_Shape

Prepend() public method

public Prepend ( TopoDS_Shape theItem ) : TopoDS_Shape
theItem TopoDS_Shape
return TopoDS_Shape

Prepend() public method

public Prepend ( TopTools_ListOfShape theOther ) : void
theOther TopTools_ListOfShape
return void

RemoveFirst() public method

public RemoveFirst ( ) : void
return void

Reverse() public method

public Reverse ( ) : void
return void

Size() public method

public Size ( ) : int
return int

TopTools_ListOfShape() public method

public TopTools_ListOfShape ( ) : System
return System

TopTools_ListOfShape() public method

public TopTools_ListOfShape ( NCollection_BaseAllocator theAllocator ) : System
theAllocator NCollection_BaseAllocator
return System

TopTools_ListOfShape() public method

public TopTools_ListOfShape ( TopTools_ListOfShape theOther ) : System
theOther TopTools_ListOfShape
return System