C# Class CascadeSharp.TKGeomAlgo.IntCurveSurface.IntCurveSurface_SequenceOfPnt

Afficher le fichier Open project: Oblikovati/CascadeSharp Class Usage Examples

Méthodes publiques

Méthode Description
Append ( CascadeSharp.TKGeomAlgo.IntCurveSurface.IntCurveSurface_IntersectionPoint theItem ) : void
Append ( IntCurveSurface_SequenceOfPnt theSeq ) : void
Assign ( IntCurveSurface_SequenceOfPnt theOther ) : IntCurveSurface_SequenceOfPnt
ChangeFirst ( ) : CascadeSharp.TKGeomAlgo.IntCurveSurface.IntCurveSurface_IntersectionPoint
ChangeLast ( ) : CascadeSharp.TKGeomAlgo.IntCurveSurface.IntCurveSurface_IntersectionPoint
ChangeValue ( int theIndex ) : CascadeSharp.TKGeomAlgo.IntCurveSurface.IntCurveSurface_IntersectionPoint
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Exchange ( int I, int J ) : void
First ( ) : CascadeSharp.TKGeomAlgo.IntCurveSurface.IntCurveSurface_IntersectionPoint
InsertAfter ( int theIndex, CascadeSharp.TKGeomAlgo.IntCurveSurface.IntCurveSurface_IntersectionPoint theItem ) : void
InsertAfter ( int theIndex, IntCurveSurface_SequenceOfPnt theSeq ) : void
InsertBefore ( int theIndex, CascadeSharp.TKGeomAlgo.IntCurveSurface.IntCurveSurface_IntersectionPoint theItem ) : void
InsertBefore ( int theIndex, IntCurveSurface_SequenceOfPnt theSeq ) : void
IntCurveSurface_SequenceOfPnt ( ) : System
IntCurveSurface_SequenceOfPnt ( IntCurveSurface_SequenceOfPnt theOther ) : System
IntCurveSurface_SequenceOfPnt ( NCollection_BaseAllocator theAllocator ) : System
IsEmpty ( ) : bool
Last ( ) : CascadeSharp.TKGeomAlgo.IntCurveSurface.IntCurveSurface_IntersectionPoint
Length ( ) : int
Lower ( ) : int
Prepend ( CascadeSharp.TKGeomAlgo.IntCurveSurface.IntCurveSurface_IntersectionPoint theItem ) : void
Prepend ( IntCurveSurface_SequenceOfPnt theSeq ) : void
Remove ( int theIndex ) : void
Remove ( int theFromIndex, int theToIndex ) : void
Reverse ( ) : void
SetValue ( int theIndex, CascadeSharp.TKGeomAlgo.IntCurveSurface.IntCurveSurface_IntersectionPoint theItem ) : void
Size ( ) : int
Split ( int theIndex, IntCurveSurface_SequenceOfPnt theSeq ) : void
Upper ( ) : int
Value ( int theIndex ) : CascadeSharp.TKGeomAlgo.IntCurveSurface.IntCurveSurface_IntersectionPoint

Method Details

Append() public méthode

public Append ( CascadeSharp.TKGeomAlgo.IntCurveSurface.IntCurveSurface_IntersectionPoint theItem ) : void
theItem CascadeSharp.TKGeomAlgo.IntCurveSurface.IntCurveSurface_IntersectionPoint
Résultat void

Append() public méthode

public Append ( IntCurveSurface_SequenceOfPnt theSeq ) : void
theSeq IntCurveSurface_SequenceOfPnt
Résultat void

Assign() public méthode

public Assign ( IntCurveSurface_SequenceOfPnt theOther ) : IntCurveSurface_SequenceOfPnt
theOther IntCurveSurface_SequenceOfPnt
Résultat IntCurveSurface_SequenceOfPnt

ChangeFirst() public méthode

public ChangeFirst ( ) : CascadeSharp.TKGeomAlgo.IntCurveSurface.IntCurveSurface_IntersectionPoint
Résultat CascadeSharp.TKGeomAlgo.IntCurveSurface.IntCurveSurface_IntersectionPoint

ChangeLast() public méthode

public ChangeLast ( ) : CascadeSharp.TKGeomAlgo.IntCurveSurface.IntCurveSurface_IntersectionPoint
Résultat CascadeSharp.TKGeomAlgo.IntCurveSurface.IntCurveSurface_IntersectionPoint

ChangeValue() public méthode

public ChangeValue ( int theIndex ) : CascadeSharp.TKGeomAlgo.IntCurveSurface.IntCurveSurface_IntersectionPoint
theIndex int
Résultat CascadeSharp.TKGeomAlgo.IntCurveSurface.IntCurveSurface_IntersectionPoint

Clear() public méthode

public Clear ( ) : void
Résultat void

Clear() public méthode

public Clear ( NCollection_BaseAllocator theAllocator ) : void
theAllocator NCollection_BaseAllocator
Résultat void

Exchange() public méthode

public Exchange ( int I, int J ) : void
I int
J int
Résultat void

First() public méthode

public First ( ) : CascadeSharp.TKGeomAlgo.IntCurveSurface.IntCurveSurface_IntersectionPoint
Résultat CascadeSharp.TKGeomAlgo.IntCurveSurface.IntCurveSurface_IntersectionPoint

InsertAfter() public méthode

public InsertAfter ( int theIndex, CascadeSharp.TKGeomAlgo.IntCurveSurface.IntCurveSurface_IntersectionPoint theItem ) : void
theIndex int
theItem CascadeSharp.TKGeomAlgo.IntCurveSurface.IntCurveSurface_IntersectionPoint
Résultat void

InsertAfter() public méthode

public InsertAfter ( int theIndex, IntCurveSurface_SequenceOfPnt theSeq ) : void
theIndex int
theSeq IntCurveSurface_SequenceOfPnt
Résultat void

InsertBefore() public méthode

public InsertBefore ( int theIndex, CascadeSharp.TKGeomAlgo.IntCurveSurface.IntCurveSurface_IntersectionPoint theItem ) : void
theIndex int
theItem CascadeSharp.TKGeomAlgo.IntCurveSurface.IntCurveSurface_IntersectionPoint
Résultat void

InsertBefore() public méthode

public InsertBefore ( int theIndex, IntCurveSurface_SequenceOfPnt theSeq ) : void
theIndex int
theSeq IntCurveSurface_SequenceOfPnt
Résultat void

IntCurveSurface_SequenceOfPnt() public méthode

public IntCurveSurface_SequenceOfPnt ( ) : System
Résultat System

IntCurveSurface_SequenceOfPnt() public méthode

public IntCurveSurface_SequenceOfPnt ( IntCurveSurface_SequenceOfPnt theOther ) : System
theOther IntCurveSurface_SequenceOfPnt
Résultat System

IntCurveSurface_SequenceOfPnt() public méthode

public IntCurveSurface_SequenceOfPnt ( NCollection_BaseAllocator theAllocator ) : System
theAllocator NCollection_BaseAllocator
Résultat System

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

Last() public méthode

public Last ( ) : CascadeSharp.TKGeomAlgo.IntCurveSurface.IntCurveSurface_IntersectionPoint
Résultat CascadeSharp.TKGeomAlgo.IntCurveSurface.IntCurveSurface_IntersectionPoint

Length() public méthode

public Length ( ) : int
Résultat int

Lower() public méthode

public Lower ( ) : int
Résultat int

Prepend() public méthode

public Prepend ( CascadeSharp.TKGeomAlgo.IntCurveSurface.IntCurveSurface_IntersectionPoint theItem ) : void
theItem CascadeSharp.TKGeomAlgo.IntCurveSurface.IntCurveSurface_IntersectionPoint
Résultat void

Prepend() public méthode

public Prepend ( IntCurveSurface_SequenceOfPnt theSeq ) : void
theSeq IntCurveSurface_SequenceOfPnt
Résultat void

Remove() public méthode

public Remove ( int theIndex ) : void
theIndex int
Résultat void

Remove() public méthode

public Remove ( int theFromIndex, int theToIndex ) : void
theFromIndex int
theToIndex int
Résultat void

Reverse() public méthode

public Reverse ( ) : void
Résultat void

SetValue() public méthode

public SetValue ( int theIndex, CascadeSharp.TKGeomAlgo.IntCurveSurface.IntCurveSurface_IntersectionPoint theItem ) : void
theIndex int
theItem CascadeSharp.TKGeomAlgo.IntCurveSurface.IntCurveSurface_IntersectionPoint
Résultat void

Size() public méthode

public Size ( ) : int
Résultat int

Split() public méthode

public Split ( int theIndex, IntCurveSurface_SequenceOfPnt theSeq ) : void
theIndex int
theSeq IntCurveSurface_SequenceOfPnt
Résultat void

Upper() public méthode

public Upper ( ) : int
Résultat int

Value() public méthode

public Value ( int theIndex ) : CascadeSharp.TKGeomAlgo.IntCurveSurface.IntCurveSurface_IntersectionPoint
theIndex int
Résultat CascadeSharp.TKGeomAlgo.IntCurveSurface.IntCurveSurface_IntersectionPoint