C# Class CascadeSharp.TKBool.BRepFill.BRepFill_SequenceOfFaceAndOrder

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Append ( BRepFill_FaceAndOrder theItem ) : void
Append ( BRepFill_SequenceOfFaceAndOrder theSeq ) : void
Assign ( BRepFill_SequenceOfFaceAndOrder theOther ) : BRepFill_SequenceOfFaceAndOrder
BRepFill_SequenceOfFaceAndOrder ( ) : System
BRepFill_SequenceOfFaceAndOrder ( BRepFill_SequenceOfFaceAndOrder theOther ) : System
BRepFill_SequenceOfFaceAndOrder ( NCollection_BaseAllocator theAllocator ) : System
ChangeFirst ( ) : BRepFill_FaceAndOrder
ChangeLast ( ) : BRepFill_FaceAndOrder
ChangeValue ( int theIndex ) : BRepFill_FaceAndOrder
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Exchange ( int I, int J ) : void
First ( ) : BRepFill_FaceAndOrder
InsertAfter ( int theIndex, BRepFill_FaceAndOrder theItem ) : void
InsertAfter ( int theIndex, BRepFill_SequenceOfFaceAndOrder theSeq ) : void
InsertBefore ( int theIndex, BRepFill_FaceAndOrder theItem ) : void
InsertBefore ( int theIndex, BRepFill_SequenceOfFaceAndOrder theSeq ) : void
IsEmpty ( ) : bool
Last ( ) : BRepFill_FaceAndOrder
Length ( ) : int
Lower ( ) : int
Prepend ( BRepFill_FaceAndOrder theItem ) : void
Prepend ( BRepFill_SequenceOfFaceAndOrder theSeq ) : void
Remove ( int theIndex ) : void
Remove ( int theFromIndex, int theToIndex ) : void
Reverse ( ) : void
SetValue ( int theIndex, BRepFill_FaceAndOrder theItem ) : void
Size ( ) : int
Split ( int theIndex, BRepFill_SequenceOfFaceAndOrder theSeq ) : void
Upper ( ) : int
Value ( int theIndex ) : BRepFill_FaceAndOrder

Method Details

Append() public method

public Append ( BRepFill_FaceAndOrder theItem ) : void
theItem BRepFill_FaceAndOrder
return void

Append() public method

public Append ( BRepFill_SequenceOfFaceAndOrder theSeq ) : void
theSeq BRepFill_SequenceOfFaceAndOrder
return void

Assign() public method

public Assign ( BRepFill_SequenceOfFaceAndOrder theOther ) : BRepFill_SequenceOfFaceAndOrder
theOther BRepFill_SequenceOfFaceAndOrder
return BRepFill_SequenceOfFaceAndOrder

BRepFill_SequenceOfFaceAndOrder() public method

public BRepFill_SequenceOfFaceAndOrder ( ) : System
return System

BRepFill_SequenceOfFaceAndOrder() public method

public BRepFill_SequenceOfFaceAndOrder ( BRepFill_SequenceOfFaceAndOrder theOther ) : System
theOther BRepFill_SequenceOfFaceAndOrder
return System

BRepFill_SequenceOfFaceAndOrder() public method

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

ChangeFirst() public method

public ChangeFirst ( ) : BRepFill_FaceAndOrder
return BRepFill_FaceAndOrder

ChangeLast() public method

public ChangeLast ( ) : BRepFill_FaceAndOrder
return BRepFill_FaceAndOrder

ChangeValue() public method

public ChangeValue ( int theIndex ) : BRepFill_FaceAndOrder
theIndex int
return BRepFill_FaceAndOrder

Clear() public method

public Clear ( ) : void
return void

Clear() public method

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

Exchange() public method

public Exchange ( int I, int J ) : void
I int
J int
return void

First() public method

public First ( ) : BRepFill_FaceAndOrder
return BRepFill_FaceAndOrder

InsertAfter() public method

public InsertAfter ( int theIndex, BRepFill_FaceAndOrder theItem ) : void
theIndex int
theItem BRepFill_FaceAndOrder
return void

InsertAfter() public method

public InsertAfter ( int theIndex, BRepFill_SequenceOfFaceAndOrder theSeq ) : void
theIndex int
theSeq BRepFill_SequenceOfFaceAndOrder
return void

InsertBefore() public method

public InsertBefore ( int theIndex, BRepFill_FaceAndOrder theItem ) : void
theIndex int
theItem BRepFill_FaceAndOrder
return void

InsertBefore() public method

public InsertBefore ( int theIndex, BRepFill_SequenceOfFaceAndOrder theSeq ) : void
theIndex int
theSeq BRepFill_SequenceOfFaceAndOrder
return void

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Last() public method

public Last ( ) : BRepFill_FaceAndOrder
return BRepFill_FaceAndOrder

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Prepend() public method

public Prepend ( BRepFill_FaceAndOrder theItem ) : void
theItem BRepFill_FaceAndOrder
return void

Prepend() public method

public Prepend ( BRepFill_SequenceOfFaceAndOrder theSeq ) : void
theSeq BRepFill_SequenceOfFaceAndOrder
return void

Remove() public method

public Remove ( int theIndex ) : void
theIndex int
return void

Remove() public method

public Remove ( int theFromIndex, int theToIndex ) : void
theFromIndex int
theToIndex int
return void

Reverse() public method

public Reverse ( ) : void
return void

SetValue() public method

public SetValue ( int theIndex, BRepFill_FaceAndOrder theItem ) : void
theIndex int
theItem BRepFill_FaceAndOrder
return void

Size() public method

public Size ( ) : int
return int

Split() public method

public Split ( int theIndex, BRepFill_SequenceOfFaceAndOrder theSeq ) : void
theIndex int
theSeq BRepFill_SequenceOfFaceAndOrder
return void

Upper() public method

public Upper ( ) : int
return int

Value() public method

public Value ( int theIndex ) : BRepFill_FaceAndOrder
theIndex int
return BRepFill_FaceAndOrder