C# Class CascadeSharp.TKMath.TColgp.TColgp_HArray1OfLin2d

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

Public Methods

Method Description
Array1 ( ) : TColgp_Array1OfLin2d
ChangeArray1 ( ) : TColgp_Array1OfLin2d
ChangeFirst ( ) : gp_Lin2d
ChangeLast ( ) : gp_Lin2d
ChangeValue ( int theIndex ) : gp_Lin2d
First ( ) : gp_Lin2d
Init ( gp_Lin2d theValue ) : void
IsAllocated ( ) : bool
IsDeletable ( ) : bool
IsEmpty ( ) : bool
Last ( ) : gp_Lin2d
Length ( ) : int
Lower ( ) : int
Resize ( int theLower, int theUpper, bool theToCopyData ) : void
SetValue ( int theIndex, gp_Lin2d theItem ) : void
Size ( ) : int
TColgp_HArray1OfLin2d ( ) : System
TColgp_HArray1OfLin2d ( TColgp_Array1OfLin2d theOther ) : System
TColgp_HArray1OfLin2d ( TColgp_HArray1OfLin2d parameter1 ) : System
TColgp_HArray1OfLin2d ( int theLower, int theUpper ) : System
TColgp_HArray1OfLin2d ( int theLower, int theUpper, gp_Lin2d theValue ) : System
Upper ( ) : int
Value ( int theIndex ) : gp_Lin2d
get_type_name ( ) : char

Method Details

Array1() public method

public Array1 ( ) : TColgp_Array1OfLin2d
return TColgp_Array1OfLin2d

ChangeArray1() public method

public ChangeArray1 ( ) : TColgp_Array1OfLin2d
return TColgp_Array1OfLin2d

ChangeFirst() public method

public ChangeFirst ( ) : gp_Lin2d
return gp_Lin2d

ChangeLast() public method

public ChangeLast ( ) : gp_Lin2d
return gp_Lin2d

ChangeValue() public method

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

First() public method

public First ( ) : gp_Lin2d
return gp_Lin2d

Init() public method

public Init ( gp_Lin2d theValue ) : void
theValue gp_Lin2d
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 ( ) : gp_Lin2d
return gp_Lin2d

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

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, gp_Lin2d theItem ) : void
theIndex int
theItem gp_Lin2d
return void

Size() public method

public Size ( ) : int
return int

TColgp_HArray1OfLin2d() public method

public TColgp_HArray1OfLin2d ( ) : System
return System

TColgp_HArray1OfLin2d() public method

public TColgp_HArray1OfLin2d ( TColgp_Array1OfLin2d theOther ) : System
theOther TColgp_Array1OfLin2d
return System

TColgp_HArray1OfLin2d() public method

public TColgp_HArray1OfLin2d ( TColgp_HArray1OfLin2d parameter1 ) : System
parameter1 TColgp_HArray1OfLin2d
return System

TColgp_HArray1OfLin2d() public method

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

TColgp_HArray1OfLin2d() public method

public TColgp_HArray1OfLin2d ( int theLower, int theUpper, gp_Lin2d theValue ) : System
theLower int
theUpper int
theValue gp_Lin2d
return System

Upper() public method

public Upper ( ) : int
return int

Value() public method

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

get_type_name() public method

public get_type_name ( ) : char
return char