C# Class CascadeSharp.TKG2d.TColGeom2d.TColGeom2d_Array1OfBezierCurve

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Assign ( TColGeom2d_Array1OfBezierCurve theOther ) : TColGeom2d_Array1OfBezierCurve
ChangeFirst ( ) : Geom2d_BezierCurve
ChangeLast ( ) : Geom2d_BezierCurve
ChangeValue ( int theIndex ) : Geom2d_BezierCurve
First ( ) : Geom2d_BezierCurve
Init ( Geom2d_BezierCurve theValue ) : void
IsAllocated ( ) : bool
IsDeletable ( ) : bool
IsEmpty ( ) : bool
Last ( ) : Geom2d_BezierCurve
Length ( ) : int
Lower ( ) : int
Move ( TColGeom2d_Array1OfBezierCurve theOther ) : TColGeom2d_Array1OfBezierCurve
Resize ( int theLower, int theUpper, bool theToCopyData ) : void
SetValue ( int theIndex, Geom2d_BezierCurve theItem ) : void
Size ( ) : int
TColGeom2d_Array1OfBezierCurve ( ) : System
TColGeom2d_Array1OfBezierCurve ( Geom2d_BezierCurve theBegin, int theLower, int theUpper ) : System
TColGeom2d_Array1OfBezierCurve ( TColGeom2d_Array1OfBezierCurve theOther ) : System
TColGeom2d_Array1OfBezierCurve ( int theLower, int theUpper ) : System
Upper ( ) : int
Value ( int theIndex ) : Geom2d_BezierCurve

Method Details

Assign() public method

public Assign ( TColGeom2d_Array1OfBezierCurve theOther ) : TColGeom2d_Array1OfBezierCurve
theOther TColGeom2d_Array1OfBezierCurve
return TColGeom2d_Array1OfBezierCurve

ChangeFirst() public method

public ChangeFirst ( ) : Geom2d_BezierCurve
return Geom2d_BezierCurve

ChangeLast() public method

public ChangeLast ( ) : Geom2d_BezierCurve
return Geom2d_BezierCurve

ChangeValue() public method

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

First() public method

public First ( ) : Geom2d_BezierCurve
return Geom2d_BezierCurve

Init() public method

public Init ( Geom2d_BezierCurve theValue ) : void
theValue Geom2d_BezierCurve
return void

IsAllocated() public method

public IsAllocated ( ) : bool
return bool

IsDeletable() public method

public IsDeletable ( ) : bool
return bool

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Last() public method

public Last ( ) : Geom2d_BezierCurve
return Geom2d_BezierCurve

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Move() public method

public Move ( TColGeom2d_Array1OfBezierCurve theOther ) : TColGeom2d_Array1OfBezierCurve
theOther TColGeom2d_Array1OfBezierCurve
return TColGeom2d_Array1OfBezierCurve

Resize() public method

public Resize ( int theLower, int theUpper, bool theToCopyData ) : void
theLower int
theUpper int
theToCopyData bool
return void

SetValue() public method

public SetValue ( int theIndex, Geom2d_BezierCurve theItem ) : void
theIndex int
theItem Geom2d_BezierCurve
return void

Size() public method

public Size ( ) : int
return int

TColGeom2d_Array1OfBezierCurve() public method

public TColGeom2d_Array1OfBezierCurve ( ) : System
return System

TColGeom2d_Array1OfBezierCurve() public method

public TColGeom2d_Array1OfBezierCurve ( Geom2d_BezierCurve theBegin, int theLower, int theUpper ) : System
theBegin Geom2d_BezierCurve
theLower int
theUpper int
return System

TColGeom2d_Array1OfBezierCurve() public method

public TColGeom2d_Array1OfBezierCurve ( TColGeom2d_Array1OfBezierCurve theOther ) : System
theOther TColGeom2d_Array1OfBezierCurve
return System

TColGeom2d_Array1OfBezierCurve() public method

public TColGeom2d_Array1OfBezierCurve ( int theLower, int theUpper ) : System
theLower int
theUpper int
return System

Upper() public method

public Upper ( ) : int
return int

Value() public method

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