C# Class CascadeSharp.TKGeomAlgo.Plate.Plate_SequenceOfPinpointConstraint

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

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

Method Details

Append() public method

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

Append() public method

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

Assign() public method

public Assign ( Plate_SequenceOfPinpointConstraint theOther ) : Plate_SequenceOfPinpointConstraint
theOther Plate_SequenceOfPinpointConstraint
return Plate_SequenceOfPinpointConstraint

ChangeFirst() public method

public ChangeFirst ( ) : Plate_PinpointConstraint
return Plate_PinpointConstraint

ChangeLast() public method

public ChangeLast ( ) : Plate_PinpointConstraint
return Plate_PinpointConstraint

ChangeValue() public method

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

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 ( ) : Plate_PinpointConstraint
return Plate_PinpointConstraint

InsertAfter() public method

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

InsertAfter() public method

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

InsertBefore() public method

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

InsertBefore() public method

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

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Last() public method

public Last ( ) : Plate_PinpointConstraint
return Plate_PinpointConstraint

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Plate_SequenceOfPinpointConstraint() public method

public Plate_SequenceOfPinpointConstraint ( ) : System
return System

Plate_SequenceOfPinpointConstraint() public method

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

Plate_SequenceOfPinpointConstraint() public method

public Plate_SequenceOfPinpointConstraint ( Plate_SequenceOfPinpointConstraint theOther ) : System
theOther Plate_SequenceOfPinpointConstraint
return System

Prepend() public method

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

Prepend() public method

public Prepend ( Plate_SequenceOfPinpointConstraint theSeq ) : void
theSeq Plate_SequenceOfPinpointConstraint
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, Plate_PinpointConstraint theItem ) : void
theIndex int
theItem Plate_PinpointConstraint
return void

Size() public method

public Size ( ) : int
return int

Split() public method

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

Upper() public method

public Upper ( ) : int
return int

Value() public method

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