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