C# Class ThreeDXMLLoader.Implementation.ThreeDXMLImplementation

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

Public Methods

Method Description
ThreeDXMLImplementation ( Header header ) : System.Collections.Generic
ToModel ( ) : IModel

Parses the 3DXML discription and translate its to the internal IModel representation

Private Methods

Method Description
ParseHeader ( ) : void

Method Details

ThreeDXMLImplementation() public method

public ThreeDXMLImplementation ( Header header ) : System.Collections.Generic
header ThreeDXMLLoader.Implementation.Model.Header
return System.Collections.Generic

ToModel() public method

Parses the 3DXML discription and translate its to the internal IModel representation
public ToModel ( ) : IModel
return IModel