C# Class CascadeSharp.TKMath.TColgp.TColgp_HArray1OfVec

Inheritance: Standard_Transient
Exibir arquivo Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Array1 ( ) : CascadeSharp.TKMath.TColgp.TColgp_Array1OfVec
ChangeArray1 ( ) : CascadeSharp.TKMath.TColgp.TColgp_Array1OfVec
ChangeFirst ( ) : gp_Vec
ChangeLast ( ) : gp_Vec
ChangeValue ( int theIndex ) : gp_Vec
First ( ) : gp_Vec
Init ( gp_Vec theValue ) : void
IsAllocated ( ) : bool
IsDeletable ( ) : bool
IsEmpty ( ) : bool
Last ( ) : gp_Vec
Length ( ) : int
Lower ( ) : int
Resize ( int theLower, int theUpper, bool theToCopyData ) : void
SetValue ( int theIndex, gp_Vec theItem ) : void
Size ( ) : int
TColgp_HArray1OfVec ( ) : System
TColgp_HArray1OfVec ( CascadeSharp.TKMath.TColgp.TColgp_Array1OfVec theOther ) : System
TColgp_HArray1OfVec ( TColgp_HArray1OfVec parameter1 ) : System
TColgp_HArray1OfVec ( int theLower, int theUpper ) : System
TColgp_HArray1OfVec ( int theLower, int theUpper, gp_Vec theValue ) : System
Upper ( ) : int
Value ( int theIndex ) : gp_Vec
get_type_name ( ) : char

Method Details

Array1() public method

public Array1 ( ) : CascadeSharp.TKMath.TColgp.TColgp_Array1OfVec
return CascadeSharp.TKMath.TColgp.TColgp_Array1OfVec

ChangeArray1() public method

public ChangeArray1 ( ) : CascadeSharp.TKMath.TColgp.TColgp_Array1OfVec
return CascadeSharp.TKMath.TColgp.TColgp_Array1OfVec

ChangeFirst() public method

public ChangeFirst ( ) : gp_Vec
return gp_Vec

ChangeLast() public method

public ChangeLast ( ) : gp_Vec
return gp_Vec

ChangeValue() public method

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

First() public method

public First ( ) : gp_Vec
return gp_Vec

Init() public method

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

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_Vec theItem ) : void
theIndex int
theItem gp_Vec
return void

Size() public method

public Size ( ) : int
return int

TColgp_HArray1OfVec() public method

public TColgp_HArray1OfVec ( ) : System
return System

TColgp_HArray1OfVec() public method

public TColgp_HArray1OfVec ( CascadeSharp.TKMath.TColgp.TColgp_Array1OfVec theOther ) : System
theOther CascadeSharp.TKMath.TColgp.TColgp_Array1OfVec
return System

TColgp_HArray1OfVec() public method

public TColgp_HArray1OfVec ( TColgp_HArray1OfVec parameter1 ) : System
parameter1 TColgp_HArray1OfVec
return System

TColgp_HArray1OfVec() public method

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

TColgp_HArray1OfVec() public method

public TColgp_HArray1OfVec ( int theLower, int theUpper, gp_Vec theValue ) : System
theLower int
theUpper int
theValue gp_Vec
return System

Upper() public method

public Upper ( ) : int
return int

Value() public method

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

get_type_name() public method

public get_type_name ( ) : char
return char