C# Класс CascadeSharp.TKMath.TColgp.TColgp_Array1OfPnt

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Assign ( TColgp_Array1OfPnt theOther ) : TColgp_Array1OfPnt
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

Описание методов

Assign() публичный Метод

public Assign ( TColgp_Array1OfPnt theOther ) : TColgp_Array1OfPnt
theOther TColgp_Array1OfPnt
Результат TColgp_Array1OfPnt

ChangeFirst() публичный Метод

public ChangeFirst ( ) : gp_Pnt
Результат gp_Pnt

ChangeLast() публичный Метод

public ChangeLast ( ) : gp_Pnt
Результат gp_Pnt

ChangeValue() публичный Метод

public ChangeValue ( int theIndex ) : gp_Pnt
theIndex int
Результат gp_Pnt

First() публичный Метод

public First ( ) : gp_Pnt
Результат gp_Pnt

Init() публичный Метод

public Init ( gp_Pnt theValue ) : void
theValue gp_Pnt
Результат void

IsAllocated() публичный Метод

public IsAllocated ( ) : bool
Результат bool

IsDeletable() публичный Метод

public IsDeletable ( ) : bool
Результат bool

IsEmpty() публичный Метод

public IsEmpty ( ) : bool
Результат bool

Last() публичный Метод

public Last ( ) : gp_Pnt
Результат gp_Pnt

Length() публичный Метод

public Length ( ) : int
Результат int

Lower() публичный Метод

public Lower ( ) : int
Результат int

Move() публичный Метод

public Move ( TColgp_Array1OfPnt theOther ) : TColgp_Array1OfPnt
theOther TColgp_Array1OfPnt
Результат TColgp_Array1OfPnt

Resize() публичный Метод

public Resize ( int theLower, int theUpper, bool theToCopyData ) : void
theLower int
theUpper int
theToCopyData bool
Результат void

SetValue() публичный Метод

public SetValue ( int theIndex, gp_Pnt theItem ) : void
theIndex int
theItem gp_Pnt
Результат void

Size() публичный Метод

public Size ( ) : int
Результат int

TColgp_Array1OfPnt() публичный Метод

public TColgp_Array1OfPnt ( ) : System
Результат System

TColgp_Array1OfPnt() публичный Метод

public TColgp_Array1OfPnt ( TColgp_Array1OfPnt theOther ) : System
theOther TColgp_Array1OfPnt
Результат System

TColgp_Array1OfPnt() публичный Метод

public TColgp_Array1OfPnt ( gp_Pnt theBegin, int theLower, int theUpper ) : System
theBegin gp_Pnt
theLower int
theUpper int
Результат System

TColgp_Array1OfPnt() публичный Метод

public TColgp_Array1OfPnt ( int theLower, int theUpper ) : System
theLower int
theUpper int
Результат System

Upper() публичный Метод

public Upper ( ) : int
Результат int

Value() публичный Метод

public Value ( int theIndex ) : gp_Pnt
theIndex int
Результат gp_Pnt