C# 클래스 CascadeSharp.TKG2d.TColGeom2d.TColGeom2d_SequenceOfBoundedCurve

파일 보기 프로젝트 열기: Oblikovati/CascadeSharp 1 사용 예제들

공개 메소드들

메소드 설명
Append ( Geom2d_BoundedCurve theItem ) : void
Append ( TColGeom2d_SequenceOfBoundedCurve theSeq ) : void
Assign ( TColGeom2d_SequenceOfBoundedCurve theOther ) : TColGeom2d_SequenceOfBoundedCurve
ChangeFirst ( ) : Geom2d_BoundedCurve
ChangeLast ( ) : Geom2d_BoundedCurve
ChangeValue ( int theIndex ) : Geom2d_BoundedCurve
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Exchange ( int I, int J ) : void
First ( ) : Geom2d_BoundedCurve
InsertAfter ( int theIndex, Geom2d_BoundedCurve theItem ) : void
InsertAfter ( int theIndex, TColGeom2d_SequenceOfBoundedCurve theSeq ) : void
InsertBefore ( int theIndex, Geom2d_BoundedCurve theItem ) : void
InsertBefore ( int theIndex, TColGeom2d_SequenceOfBoundedCurve theSeq ) : void
IsEmpty ( ) : bool
Last ( ) : Geom2d_BoundedCurve
Length ( ) : int
Lower ( ) : int
Prepend ( Geom2d_BoundedCurve theItem ) : void
Prepend ( TColGeom2d_SequenceOfBoundedCurve theSeq ) : void
Remove ( int theIndex ) : void
Remove ( int theFromIndex, int theToIndex ) : void
Reverse ( ) : void
SetValue ( int theIndex, Geom2d_BoundedCurve theItem ) : void
Size ( ) : int
Split ( int theIndex, TColGeom2d_SequenceOfBoundedCurve theSeq ) : void
TColGeom2d_SequenceOfBoundedCurve ( ) : System
TColGeom2d_SequenceOfBoundedCurve ( NCollection_BaseAllocator theAllocator ) : System
TColGeom2d_SequenceOfBoundedCurve ( TColGeom2d_SequenceOfBoundedCurve theOther ) : System
Upper ( ) : int
Value ( int theIndex ) : Geom2d_BoundedCurve

메소드 상세

Append() 공개 메소드

public Append ( Geom2d_BoundedCurve theItem ) : void
theItem Geom2d_BoundedCurve
리턴 void

Append() 공개 메소드

public Append ( TColGeom2d_SequenceOfBoundedCurve theSeq ) : void
theSeq TColGeom2d_SequenceOfBoundedCurve
리턴 void

Assign() 공개 메소드

public Assign ( TColGeom2d_SequenceOfBoundedCurve theOther ) : TColGeom2d_SequenceOfBoundedCurve
theOther TColGeom2d_SequenceOfBoundedCurve
리턴 TColGeom2d_SequenceOfBoundedCurve

ChangeFirst() 공개 메소드

public ChangeFirst ( ) : Geom2d_BoundedCurve
리턴 Geom2d_BoundedCurve

ChangeLast() 공개 메소드

public ChangeLast ( ) : Geom2d_BoundedCurve
리턴 Geom2d_BoundedCurve

ChangeValue() 공개 메소드

public ChangeValue ( int theIndex ) : Geom2d_BoundedCurve
theIndex int
리턴 Geom2d_BoundedCurve

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Clear() 공개 메소드

public Clear ( NCollection_BaseAllocator theAllocator ) : void
theAllocator NCollection_BaseAllocator
리턴 void

Exchange() 공개 메소드

public Exchange ( int I, int J ) : void
I int
J int
리턴 void

First() 공개 메소드

public First ( ) : Geom2d_BoundedCurve
리턴 Geom2d_BoundedCurve

InsertAfter() 공개 메소드

public InsertAfter ( int theIndex, Geom2d_BoundedCurve theItem ) : void
theIndex int
theItem Geom2d_BoundedCurve
리턴 void

InsertAfter() 공개 메소드

public InsertAfter ( int theIndex, TColGeom2d_SequenceOfBoundedCurve theSeq ) : void
theIndex int
theSeq TColGeom2d_SequenceOfBoundedCurve
리턴 void

InsertBefore() 공개 메소드

public InsertBefore ( int theIndex, Geom2d_BoundedCurve theItem ) : void
theIndex int
theItem Geom2d_BoundedCurve
리턴 void

InsertBefore() 공개 메소드

public InsertBefore ( int theIndex, TColGeom2d_SequenceOfBoundedCurve theSeq ) : void
theIndex int
theSeq TColGeom2d_SequenceOfBoundedCurve
리턴 void

IsEmpty() 공개 메소드

public IsEmpty ( ) : bool
리턴 bool

Last() 공개 메소드

public Last ( ) : Geom2d_BoundedCurve
리턴 Geom2d_BoundedCurve

Length() 공개 메소드

public Length ( ) : int
리턴 int

Lower() 공개 메소드

public Lower ( ) : int
리턴 int

Prepend() 공개 메소드

public Prepend ( Geom2d_BoundedCurve theItem ) : void
theItem Geom2d_BoundedCurve
리턴 void

Prepend() 공개 메소드

public Prepend ( TColGeom2d_SequenceOfBoundedCurve theSeq ) : void
theSeq TColGeom2d_SequenceOfBoundedCurve
리턴 void

Remove() 공개 메소드

public Remove ( int theIndex ) : void
theIndex int
리턴 void

Remove() 공개 메소드

public Remove ( int theFromIndex, int theToIndex ) : void
theFromIndex int
theToIndex int
리턴 void

Reverse() 공개 메소드

public Reverse ( ) : void
리턴 void

SetValue() 공개 메소드

public SetValue ( int theIndex, Geom2d_BoundedCurve theItem ) : void
theIndex int
theItem Geom2d_BoundedCurve
리턴 void

Size() 공개 메소드

public Size ( ) : int
리턴 int

Split() 공개 메소드

public Split ( int theIndex, TColGeom2d_SequenceOfBoundedCurve theSeq ) : void
theIndex int
theSeq TColGeom2d_SequenceOfBoundedCurve
리턴 void

TColGeom2d_SequenceOfBoundedCurve() 공개 메소드

public TColGeom2d_SequenceOfBoundedCurve ( ) : System
리턴 System

TColGeom2d_SequenceOfBoundedCurve() 공개 메소드

public TColGeom2d_SequenceOfBoundedCurve ( NCollection_BaseAllocator theAllocator ) : System
theAllocator NCollection_BaseAllocator
리턴 System

TColGeom2d_SequenceOfBoundedCurve() 공개 메소드

public TColGeom2d_SequenceOfBoundedCurve ( TColGeom2d_SequenceOfBoundedCurve theOther ) : System
theOther TColGeom2d_SequenceOfBoundedCurve
리턴 System

Upper() 공개 메소드

public Upper ( ) : int
리턴 int

Value() 공개 메소드

public Value ( int theIndex ) : Geom2d_BoundedCurve
theIndex int
리턴 Geom2d_BoundedCurve