Method | Description | |
---|---|---|
Assign ( |
||
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 ( |
||
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 ( int theLower, int theUpper ) : System | ||
Upper ( ) : int | ||
Value ( int theIndex ) : Geom2d_BezierCurve |
public Assign ( |
||
theOther | ||
return |
public ChangeValue ( int theIndex ) : Geom2d_BezierCurve | ||
theIndex | int | |
return | Geom2d_BezierCurve |
public Init ( Geom2d_BezierCurve theValue ) : void | ||
theValue | Geom2d_BezierCurve | |
return | void |
public Move ( |
||
theOther | ||
return |
public Resize ( int theLower, int theUpper, bool theToCopyData ) : void | ||
theLower | int | |
theUpper | int | |
theToCopyData | bool | |
return | void |
public SetValue ( int theIndex, Geom2d_BezierCurve theItem ) : void | ||
theIndex | int | |
theItem | Geom2d_BezierCurve | |
return | void |
public TColGeom2d_Array1OfBezierCurve ( ) : System | ||
return | System |
public TColGeom2d_Array1OfBezierCurve ( Geom2d_BezierCurve theBegin, int theLower, int theUpper ) : System | ||
theBegin | Geom2d_BezierCurve | |
theLower | int | |
theUpper | int | |
return | System |
public TColGeom2d_Array1OfBezierCurve ( |
||
theOther | ||
return | System |
public TColGeom2d_Array1OfBezierCurve ( int theLower, int theUpper ) : System | ||
theLower | int | |
theUpper | int | |
return | System |
public Value ( int theIndex ) : Geom2d_BezierCurve | ||
theIndex | int | |
return | Geom2d_BezierCurve |