C# 클래스 CascadeSharp.TKGeomAlgo.Plate.Plate_SequenceOfPinpointConstraint

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

공개 메소드들

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

메소드 상세

Append() 공개 메소드

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

Append() 공개 메소드

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

Assign() 공개 메소드

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

ChangeFirst() 공개 메소드

public ChangeFirst ( ) : Plate_PinpointConstraint
리턴 Plate_PinpointConstraint

ChangeLast() 공개 메소드

public ChangeLast ( ) : Plate_PinpointConstraint
리턴 Plate_PinpointConstraint

ChangeValue() 공개 메소드

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

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 ( ) : Plate_PinpointConstraint
리턴 Plate_PinpointConstraint

InsertAfter() 공개 메소드

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

InsertAfter() 공개 메소드

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

InsertBefore() 공개 메소드

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

InsertBefore() 공개 메소드

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

IsEmpty() 공개 메소드

public IsEmpty ( ) : bool
리턴 bool

Last() 공개 메소드

public Last ( ) : Plate_PinpointConstraint
리턴 Plate_PinpointConstraint

Length() 공개 메소드

public Length ( ) : int
리턴 int

Lower() 공개 메소드

public Lower ( ) : int
리턴 int

Plate_SequenceOfPinpointConstraint() 공개 메소드

public Plate_SequenceOfPinpointConstraint ( ) : System
리턴 System

Plate_SequenceOfPinpointConstraint() 공개 메소드

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

Plate_SequenceOfPinpointConstraint() 공개 메소드

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

Prepend() 공개 메소드

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

Prepend() 공개 메소드

public Prepend ( Plate_SequenceOfPinpointConstraint theSeq ) : void
theSeq Plate_SequenceOfPinpointConstraint
리턴 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, Plate_PinpointConstraint theItem ) : void
theIndex int
theItem Plate_PinpointConstraint
리턴 void

Size() 공개 메소드

public Size ( ) : int
리턴 int

Split() 공개 메소드

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

Upper() 공개 메소드

public Upper ( ) : int
리턴 int

Value() 공개 메소드

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