C# Class CascadeSharp.TKGeomAlgo.IntPatch.IntPatch_SequenceOfPathPointOfTheSOnBounds

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

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

Method Details

Append() public method

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

Append() public method

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

Assign() public method

public Assign ( IntPatch_SequenceOfPathPointOfTheSOnBounds theOther ) : IntPatch_SequenceOfPathPointOfTheSOnBounds
theOther IntPatch_SequenceOfPathPointOfTheSOnBounds
return IntPatch_SequenceOfPathPointOfTheSOnBounds

ChangeFirst() public method

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

ChangeLast() public method

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

ChangeValue() public method

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

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_ThePathPointOfTheSOnBounds
return CascadeSharp.TKGeomAlgo.IntPatch.IntPatch_ThePathPointOfTheSOnBounds

InsertAfter() public method

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

InsertAfter() public method

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

InsertBefore() public method

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

InsertBefore() public method

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

IntPatch_SequenceOfPathPointOfTheSOnBounds() public method

public IntPatch_SequenceOfPathPointOfTheSOnBounds ( ) : System
return System

IntPatch_SequenceOfPathPointOfTheSOnBounds() public method

public IntPatch_SequenceOfPathPointOfTheSOnBounds ( IntPatch_SequenceOfPathPointOfTheSOnBounds theOther ) : System
theOther IntPatch_SequenceOfPathPointOfTheSOnBounds
return System

IntPatch_SequenceOfPathPointOfTheSOnBounds() public method

public IntPatch_SequenceOfPathPointOfTheSOnBounds ( 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_ThePathPointOfTheSOnBounds
return CascadeSharp.TKGeomAlgo.IntPatch.IntPatch_ThePathPointOfTheSOnBounds

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Prepend() public method

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

Prepend() public method

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

Size() public method

public Size ( ) : int
return int

Split() public method

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

Upper() public method

public Upper ( ) : int
return int

Value() public method

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