C# Class Knot3.Game.Data.PrinterIO

Inheritance: IKnotIO
Afficher le fichier Open project: knot3/knot3-code

Méthodes publiques

Méthode Description
Load ( string filename ) : Knot

Gibt eine IOException zurück.

LoadMetaData ( string filename ) : KnotMetaData

Gibt eine IOException zurück.

PrinterIO ( ) : System.Collections.Generic

Erstellt ein neues PrinterIO-Objekt.

Save ( Knot knot, bool force ) : void

Exportiert den Knoten in einem gültigen 3D-Drucker-Format.

Method Details

Load() public méthode

Gibt eine IOException zurück.
public Load ( string filename ) : Knot
filename string
Résultat Knot

LoadMetaData() public méthode

Gibt eine IOException zurück.
public LoadMetaData ( string filename ) : KnotMetaData
filename string
Résultat KnotMetaData

PrinterIO() public méthode

Erstellt ein neues PrinterIO-Objekt.
public PrinterIO ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Save() public méthode

Exportiert den Knoten in einem gültigen 3D-Drucker-Format.
public Save ( Knot knot, bool force ) : void
knot Knot
force bool
Résultat void