C# Class CascadeSharp.TKGeomAlgo.IntPatch.IntPatch_SequenceOfSegmentOfTheSOnBounds

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

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

Method Details

Append() public method

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

Append() public method

public Append ( CascadeSharp.TKGeomAlgo.IntPatch.IntPatch_TheSegmentOfTheSOnBounds theItem ) : void
theItem CascadeSharp.TKGeomAlgo.IntPatch.IntPatch_TheSegmentOfTheSOnBounds
return void

Assign() public method

public Assign ( IntPatch_SequenceOfSegmentOfTheSOnBounds theOther ) : IntPatch_SequenceOfSegmentOfTheSOnBounds
theOther IntPatch_SequenceOfSegmentOfTheSOnBounds
return IntPatch_SequenceOfSegmentOfTheSOnBounds

ChangeFirst() public method

public ChangeFirst ( ) : CascadeSharp.TKGeomAlgo.IntPatch.IntPatch_TheSegmentOfTheSOnBounds
return CascadeSharp.TKGeomAlgo.IntPatch.IntPatch_TheSegmentOfTheSOnBounds

ChangeLast() public method

public ChangeLast ( ) : CascadeSharp.TKGeomAlgo.IntPatch.IntPatch_TheSegmentOfTheSOnBounds
return CascadeSharp.TKGeomAlgo.IntPatch.IntPatch_TheSegmentOfTheSOnBounds

ChangeValue() public method

public ChangeValue ( int theIndex ) : CascadeSharp.TKGeomAlgo.IntPatch.IntPatch_TheSegmentOfTheSOnBounds
theIndex int
return CascadeSharp.TKGeomAlgo.IntPatch.IntPatch_TheSegmentOfTheSOnBounds

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 ( ) : CascadeSharp.TKGeomAlgo.IntPatch.IntPatch_TheSegmentOfTheSOnBounds
return CascadeSharp.TKGeomAlgo.IntPatch.IntPatch_TheSegmentOfTheSOnBounds

InsertAfter() public method

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

InsertAfter() public method

public InsertAfter ( int theIndex, CascadeSharp.TKGeomAlgo.IntPatch.IntPatch_TheSegmentOfTheSOnBounds theItem ) : void
theIndex int
theItem CascadeSharp.TKGeomAlgo.IntPatch.IntPatch_TheSegmentOfTheSOnBounds
return void

InsertBefore() public method

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

InsertBefore() public method

public InsertBefore ( int theIndex, CascadeSharp.TKGeomAlgo.IntPatch.IntPatch_TheSegmentOfTheSOnBounds theItem ) : void
theIndex int
theItem CascadeSharp.TKGeomAlgo.IntPatch.IntPatch_TheSegmentOfTheSOnBounds
return void

IntPatch_SequenceOfSegmentOfTheSOnBounds() public method

public IntPatch_SequenceOfSegmentOfTheSOnBounds ( ) : System
return System

IntPatch_SequenceOfSegmentOfTheSOnBounds() public method

public IntPatch_SequenceOfSegmentOfTheSOnBounds ( IntPatch_SequenceOfSegmentOfTheSOnBounds theOther ) : System
theOther IntPatch_SequenceOfSegmentOfTheSOnBounds
return System

IntPatch_SequenceOfSegmentOfTheSOnBounds() public method

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

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Last() public method

public Last ( ) : CascadeSharp.TKGeomAlgo.IntPatch.IntPatch_TheSegmentOfTheSOnBounds
return CascadeSharp.TKGeomAlgo.IntPatch.IntPatch_TheSegmentOfTheSOnBounds

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Prepend() public method

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

Prepend() public method

public Prepend ( CascadeSharp.TKGeomAlgo.IntPatch.IntPatch_TheSegmentOfTheSOnBounds theItem ) : void
theItem CascadeSharp.TKGeomAlgo.IntPatch.IntPatch_TheSegmentOfTheSOnBounds
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, CascadeSharp.TKGeomAlgo.IntPatch.IntPatch_TheSegmentOfTheSOnBounds theItem ) : void
theIndex int
theItem CascadeSharp.TKGeomAlgo.IntPatch.IntPatch_TheSegmentOfTheSOnBounds
return void

Size() public method

public Size ( ) : int
return int

Split() public method

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

Upper() public method

public Upper ( ) : int
return int

Value() public method

public Value ( int theIndex ) : CascadeSharp.TKGeomAlgo.IntPatch.IntPatch_TheSegmentOfTheSOnBounds
theIndex int
return CascadeSharp.TKGeomAlgo.IntPatch.IntPatch_TheSegmentOfTheSOnBounds