C# Class Knot3.Game.Data.PrinterIO

Inheritance: IKnotIO
Show file Open project: knot3/knot3-code

Public Methods

Method 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 method

Gibt eine IOException zurück.
public Load ( string filename ) : Knot
filename string
return Knot

LoadMetaData() public method

Gibt eine IOException zurück.
public LoadMetaData ( string filename ) : KnotMetaData
filename string
return KnotMetaData

PrinterIO() public method

Erstellt ein neues PrinterIO-Objekt.
public PrinterIO ( ) : System.Collections.Generic
return System.Collections.Generic

Save() public method

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