Typ XSplinePath zpřístupňuje následující členy.
 Konstruktory
Konstruktory
| Jméno | Popis | |
|---|---|---|
|  | XSplinePath | 
 Metody
Metody
| Jméno | Popis | |
|---|---|---|
|  | Add | 
            Přidá vektor do kolekce vektorů.
            (Zděděno z XPointCollection.) | 
|  | Clear | Removes all objects from the CollectionBase instance. | 
|  | Close | 
            Uzavře tuto cestu přidání kopie prvního vrcholu do kolekce vrcholů cesty na poslední místo.
             | 
|  | Equals | (Zděděno z Object.) | 
|  | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | 
|  | GetEnumerator | Returns an enumerator that can iterate through the CollectionBase instance. | 
|  | GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | 
|  | GetLength | 
            Vrátí délku segmentu cesty.
             | 
|  | GetPoint | Přetíženo. | 
|  | GetTangent | Přetíženo. | 
|  | GetType | Gets the Type of the current instance. | 
|  | Insert | 
            Přidá vektor do kolekce vektorů na přesně dané místo index.
            (Zděděno z XPointCollection.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object. | 
|  | OnClear | 
            Metoda je volána kolekcí při vymazání všech položek.
            (Přepisuje CollectionBase..::.OnClear()()().) | 
|  | OnClearComplete | Performs additional custom processes after clearing the contents of the CollectionBase instance. | 
|  | OnInsert | 
            Metoda je volána kolekcí při přidání nového prvku.
            (Přepisuje CollectionBase..::.OnInsert(Int32, Object).) | 
|  | OnInsertComplete | Performs additional custom processes after inserting a new element into the CollectionBase instance. | 
|  | OnRemove | 
            Metoda je volána kolekcí při odstranění prvku.
            (Přepisuje CollectionBase..::.OnRemove(Int32, Object).) | 
|  | OnRemoveComplete | Performs additional custom processes after removing an element from the CollectionBase instance. | 
|  | OnSet | 
            Metoda je volána kolekcí při nastavení prvku.
            (Přepisuje CollectionBase..::.OnSet(Int32, Object, Object).) | 
|  | OnSetComplete | Performs additional custom processes after setting a value in the CollectionBase instance. | 
|  | OnValidate | 
            Metoda je volána kolekcí pro kontrolu, zda je prvek validní.
            (Zděděno z XPointCollection.) | 
|  | RemoveAt | Removes the element at the specified index of the CollectionBase instance. | 
|  | ResetEndTangent | 
            Vynuluje vektor tečny Vector3 v koncovém bodě čáry.
             | 
|  | ResetStartTangent | 
            Vynuluje vektor tečny Vector3 v počátečním bodě čáry.
             | 
|  | SetEndTangent | 
            Nastaví vektor tečny Vector3 v koncovém bodě čáry.
             | 
|  | SetStartTangent | 
            Nastaví vektor tečny Vector3 v počátečním bodě čáry.
             | 
|  | ToString | (Zděděno z Object.) | 
|  | Transform | 
            Provede transformaci cesty transformační maticí.
             | 
 Vlastnosti
Vlastnosti
| Jméno | Popis | |
|---|---|---|
|  | BendingPower | 
            Vrátí anebo nastaví sílu ohnutí cesty.
             | 
|  | Count | Gets the number of elements contained in the CollectionBase instance. | 
|  | InnerList | Gets an ArrayList containing the list of elements in the CollectionBase instance. | 
|  | IsClosed | 
            Vrátí, zda je cesta uzavřená. Uzavřená je pokud počáteční a koncový bod jsou si rovny.
             | 
|  | IsFlexible | 
            Indikuje, zda je cesta pružná.
             | 
|  | Item | 
            Vrátí anebo nastaví vektor Vector3 na pozici i.
            (Zděděno z XPointCollection.) | 
|  | Length | 
            Vrátí délku cesty.
             | 
|  | List | Gets an IList containing the list of elements in the CollectionBase instance. | 
|  | SyncRoot | 
            Vrátí objekt, který může být použit pro synchronizaci přístupu k této instanci.
            (Zděděno z XPointCollection.) | 





