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 ( 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 |
public Array1 ( ) : CascadeSharp.TKMath.TColgp.TColgp_Array1OfVec | ||
return | CascadeSharp.TKMath.TColgp.TColgp_Array1OfVec |
public ChangeArray1 ( ) : CascadeSharp.TKMath.TColgp.TColgp_Array1OfVec | ||
return | CascadeSharp.TKMath.TColgp.TColgp_Array1OfVec |
public Resize ( int theLower, int theUpper, bool theToCopyData ) : void | ||
theLower | int | |
theUpper | int | |
theToCopyData | bool | |
return | void |
public SetValue ( int theIndex, gp_Vec theItem ) : void | ||
theIndex | int | |
theItem | gp_Vec | |
return | void |
public TColgp_HArray1OfVec ( CascadeSharp.TKMath.TColgp.TColgp_Array1OfVec theOther ) : System | ||
theOther | CascadeSharp.TKMath.TColgp.TColgp_Array1OfVec | |
return | System |
public TColgp_HArray1OfVec ( |
||
parameter1 | ||
return | System |
public TColgp_HArray1OfVec ( int theLower, int theUpper ) : System | ||
theLower | int | |
theUpper | int | |
return | System |
public TColgp_HArray1OfVec ( int theLower, int theUpper, gp_Vec theValue ) : System | ||
theLower | int | |
theUpper | int | |
theValue | gp_Vec | |
return | System |