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

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

공개 메소드들

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

메소드 상세

Append() 공개 메소드

public Append ( CascadeSharp.TKGeomAlgo.Plate.Plate_LinearXYZConstraint theItem ) : void
theItem CascadeSharp.TKGeomAlgo.Plate.Plate_LinearXYZConstraint
리턴 void

Append() 공개 메소드

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

Assign() 공개 메소드

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

ChangeFirst() 공개 메소드

public ChangeFirst ( ) : CascadeSharp.TKGeomAlgo.Plate.Plate_LinearXYZConstraint
리턴 CascadeSharp.TKGeomAlgo.Plate.Plate_LinearXYZConstraint

ChangeLast() 공개 메소드

public ChangeLast ( ) : CascadeSharp.TKGeomAlgo.Plate.Plate_LinearXYZConstraint
리턴 CascadeSharp.TKGeomAlgo.Plate.Plate_LinearXYZConstraint

ChangeValue() 공개 메소드

public ChangeValue ( int theIndex ) : CascadeSharp.TKGeomAlgo.Plate.Plate_LinearXYZConstraint
theIndex int
리턴 CascadeSharp.TKGeomAlgo.Plate.Plate_LinearXYZConstraint

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.Plate.Plate_LinearXYZConstraint
리턴 CascadeSharp.TKGeomAlgo.Plate.Plate_LinearXYZConstraint

InsertAfter() 공개 메소드

public InsertAfter ( int theIndex, CascadeSharp.TKGeomAlgo.Plate.Plate_LinearXYZConstraint theItem ) : void
theIndex int
theItem CascadeSharp.TKGeomAlgo.Plate.Plate_LinearXYZConstraint
리턴 void

InsertAfter() 공개 메소드

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

InsertBefore() 공개 메소드

public InsertBefore ( int theIndex, CascadeSharp.TKGeomAlgo.Plate.Plate_LinearXYZConstraint theItem ) : void
theIndex int
theItem CascadeSharp.TKGeomAlgo.Plate.Plate_LinearXYZConstraint
리턴 void

InsertBefore() 공개 메소드

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

IsEmpty() 공개 메소드

public IsEmpty ( ) : bool
리턴 bool

Last() 공개 메소드

public Last ( ) : CascadeSharp.TKGeomAlgo.Plate.Plate_LinearXYZConstraint
리턴 CascadeSharp.TKGeomAlgo.Plate.Plate_LinearXYZConstraint

Length() 공개 메소드

public Length ( ) : int
리턴 int

Lower() 공개 메소드

public Lower ( ) : int
리턴 int

Plate_SequenceOfLinearXYZConstraint() 공개 메소드

public Plate_SequenceOfLinearXYZConstraint ( ) : System
리턴 System

Plate_SequenceOfLinearXYZConstraint() 공개 메소드

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

Plate_SequenceOfLinearXYZConstraint() 공개 메소드

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

Prepend() 공개 메소드

public Prepend ( CascadeSharp.TKGeomAlgo.Plate.Plate_LinearXYZConstraint theItem ) : void
theItem CascadeSharp.TKGeomAlgo.Plate.Plate_LinearXYZConstraint
리턴 void

Prepend() 공개 메소드

public Prepend ( Plate_SequenceOfLinearXYZConstraint theSeq ) : void
theSeq Plate_SequenceOfLinearXYZConstraint
리턴 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.Plate.Plate_LinearXYZConstraint theItem ) : void
theIndex int
theItem CascadeSharp.TKGeomAlgo.Plate.Plate_LinearXYZConstraint
리턴 void

Size() 공개 메소드

public Size ( ) : int
리턴 int

Split() 공개 메소드

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

Upper() 공개 메소드

public Upper ( ) : int
리턴 int

Value() 공개 메소드

public Value ( int theIndex ) : CascadeSharp.TKGeomAlgo.Plate.Plate_LinearXYZConstraint
theIndex int
리턴 CascadeSharp.TKGeomAlgo.Plate.Plate_LinearXYZConstraint