C# Class STLLoader.STLParser

Inheritance: IParser
显示文件 Open project: i2e-haw-hamburg/cad-in-unity

Public Methods

Method Description
Parse ( ILoader loader ) : IModel
Parse ( Stream stream ) : IModel

Method Details

Parse() public method

public Parse ( ILoader loader ) : IModel
loader ILoader
return IModel

Parse() public method

public Parse ( Stream stream ) : IModel
stream System.IO.Stream
return IModel