C# Class CascadeSharp.TKG3d.TColGeom.TColGeom_HSequenceOfCurve

Inheritance: Standard_Transient
Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Append ( Geom_Curve theItem ) : void
Append ( TColGeom_SequenceOfCurve theSequence ) : void
ChangeFirst ( ) : Geom_Curve
ChangeLast ( ) : Geom_Curve
ChangeSequence ( ) : TColGeom_SequenceOfCurve
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
InsertBefore ( int theIndex, Geom_Curve theItem ) : void
IsEmpty ( ) : bool
Last ( ) : Geom_Curve
Length ( ) : int
Lower ( ) : int
Prepend ( Geom_Curve theItem ) : void
Remove ( int theIndex ) : void
Remove ( int theFromIndex, int theToIndex ) : void
Reverse ( ) : void
Sequence ( ) : TColGeom_SequenceOfCurve
SetValue ( int theIndex, Geom_Curve theItem ) : void
Size ( ) : int
TColGeom_HSequenceOfCurve ( ) : System
TColGeom_HSequenceOfCurve ( TColGeom_HSequenceOfCurve parameter1 ) : System
TColGeom_HSequenceOfCurve ( TColGeom_SequenceOfCurve theOther ) : System
Upper ( ) : int
Value ( int theIndex ) : Geom_Curve
get_type_name ( ) : char

Method Details

Append() public method

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

Append() public method

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

ChangeFirst() public method

public ChangeFirst ( ) : Geom_Curve
return Geom_Curve

ChangeLast() public method

public ChangeLast ( ) : Geom_Curve
return Geom_Curve

ChangeSequence() public method

public ChangeSequence ( ) : TColGeom_SequenceOfCurve
return TColGeom_SequenceOfCurve

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

InsertBefore() public method

public InsertBefore ( int theIndex, Geom_Curve theItem ) : void
theIndex int
theItem Geom_Curve
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

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

Sequence() public method

public Sequence ( ) : TColGeom_SequenceOfCurve
return TColGeom_SequenceOfCurve

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

TColGeom_HSequenceOfCurve() public method

public TColGeom_HSequenceOfCurve ( ) : System
return System

TColGeom_HSequenceOfCurve() public method

public TColGeom_HSequenceOfCurve ( TColGeom_HSequenceOfCurve parameter1 ) : System
parameter1 TColGeom_HSequenceOfCurve
return System

TColGeom_HSequenceOfCurve() public method

public TColGeom_HSequenceOfCurve ( 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

get_type_name() public method

public get_type_name ( ) : char
return char