C# Class CascadeSharp.TKG3d.TColGeom.TColGeom_SequenceOfCurve

Exibir arquivo Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

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

Method Details

Append() public method

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

Append() public method

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

Assign() public method

public Assign ( TColGeom_SequenceOfCurve theOther ) : TColGeom_SequenceOfCurve
theOther TColGeom_SequenceOfCurve
return TColGeom_SequenceOfCurve

ChangeFirst() public method

public ChangeFirst ( ) : Geom_Curve
return Geom_Curve

ChangeLast() public method

public ChangeLast ( ) : Geom_Curve
return Geom_Curve

ChangeValue() public method

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

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

InsertAfter() public method

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

InsertAfter() public method

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

InsertBefore() public method

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

InsertBefore() public method

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

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Last() public method

public Last ( ) : Geom_Curve
return Geom_Curve

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Prepend() public method

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

Prepend() public method

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

Size() public method

public Size ( ) : int
return int

Split() public method

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

TColGeom_SequenceOfCurve() public method

public TColGeom_SequenceOfCurve ( ) : System
return System

TColGeom_SequenceOfCurve() public method

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

TColGeom_SequenceOfCurve() public method

public TColGeom_SequenceOfCurve ( TColGeom_SequenceOfCurve theOther ) : System
theOther TColGeom_SequenceOfCurve
return System

Upper() public method

public Upper ( ) : int
return int

Value() public method

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