C# 클래스 CascadeSharp.TKGeomAlgo.IntRes2d.IntRes2d_SequenceOfIntersectionPoint

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

공개 메소드들

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

메소드 상세

Append() 공개 메소드

public Append ( CascadeSharp.TKGeomAlgo.IntRes2d.IntRes2d_IntersectionPoint theItem ) : void
theItem CascadeSharp.TKGeomAlgo.IntRes2d.IntRes2d_IntersectionPoint
리턴 void

Append() 공개 메소드

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

Assign() 공개 메소드

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

ChangeFirst() 공개 메소드

public ChangeFirst ( ) : CascadeSharp.TKGeomAlgo.IntRes2d.IntRes2d_IntersectionPoint
리턴 CascadeSharp.TKGeomAlgo.IntRes2d.IntRes2d_IntersectionPoint

ChangeLast() 공개 메소드

public ChangeLast ( ) : CascadeSharp.TKGeomAlgo.IntRes2d.IntRes2d_IntersectionPoint
리턴 CascadeSharp.TKGeomAlgo.IntRes2d.IntRes2d_IntersectionPoint

ChangeValue() 공개 메소드

public ChangeValue ( int theIndex ) : CascadeSharp.TKGeomAlgo.IntRes2d.IntRes2d_IntersectionPoint
theIndex int
리턴 CascadeSharp.TKGeomAlgo.IntRes2d.IntRes2d_IntersectionPoint

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 ( ) : CascadeSharp.TKGeomAlgo.IntRes2d.IntRes2d_IntersectionPoint
리턴 CascadeSharp.TKGeomAlgo.IntRes2d.IntRes2d_IntersectionPoint

InsertAfter() 공개 메소드

public InsertAfter ( int theIndex, CascadeSharp.TKGeomAlgo.IntRes2d.IntRes2d_IntersectionPoint theItem ) : void
theIndex int
theItem CascadeSharp.TKGeomAlgo.IntRes2d.IntRes2d_IntersectionPoint
리턴 void

InsertAfter() 공개 메소드

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

InsertBefore() 공개 메소드

public InsertBefore ( int theIndex, CascadeSharp.TKGeomAlgo.IntRes2d.IntRes2d_IntersectionPoint theItem ) : void
theIndex int
theItem CascadeSharp.TKGeomAlgo.IntRes2d.IntRes2d_IntersectionPoint
리턴 void

InsertBefore() 공개 메소드

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

IntRes2d_SequenceOfIntersectionPoint() 공개 메소드

public IntRes2d_SequenceOfIntersectionPoint ( ) : System
리턴 System

IntRes2d_SequenceOfIntersectionPoint() 공개 메소드

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

IntRes2d_SequenceOfIntersectionPoint() 공개 메소드

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

IsEmpty() 공개 메소드

public IsEmpty ( ) : bool
리턴 bool

Last() 공개 메소드

public Last ( ) : CascadeSharp.TKGeomAlgo.IntRes2d.IntRes2d_IntersectionPoint
리턴 CascadeSharp.TKGeomAlgo.IntRes2d.IntRes2d_IntersectionPoint

Length() 공개 메소드

public Length ( ) : int
리턴 int

Lower() 공개 메소드

public Lower ( ) : int
리턴 int

Prepend() 공개 메소드

public Prepend ( CascadeSharp.TKGeomAlgo.IntRes2d.IntRes2d_IntersectionPoint theItem ) : void
theItem CascadeSharp.TKGeomAlgo.IntRes2d.IntRes2d_IntersectionPoint
리턴 void

Prepend() 공개 메소드

public Prepend ( IntRes2d_SequenceOfIntersectionPoint theSeq ) : void
theSeq IntRes2d_SequenceOfIntersectionPoint
리턴 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, CascadeSharp.TKGeomAlgo.IntRes2d.IntRes2d_IntersectionPoint theItem ) : void
theIndex int
theItem CascadeSharp.TKGeomAlgo.IntRes2d.IntRes2d_IntersectionPoint
리턴 void

Size() 공개 메소드

public Size ( ) : int
리턴 int

Split() 공개 메소드

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

Upper() 공개 메소드

public Upper ( ) : int
리턴 int

Value() 공개 메소드

public Value ( int theIndex ) : CascadeSharp.TKGeomAlgo.IntRes2d.IntRes2d_IntersectionPoint
theIndex int
리턴 CascadeSharp.TKGeomAlgo.IntRes2d.IntRes2d_IntersectionPoint