C# Class HelixToolkit.Wpf.ObjReader.Group

Represents a group in the obj file.
显示文件 Open project: inventhelp/helix-toolkit

Public Methods

Method Description
AddMesh ( System.Windows.Media.Media3D.Material material ) : void

Adds a mesh.

CreateModels ( ) : IEnumerable

Creates the models of the group.

Group ( string name, System.Windows.Media.Media3D.Material material ) : System

Initializes a new instance of the Group class.

Method Details

AddMesh() public method

Adds a mesh.
public AddMesh ( System.Windows.Media.Media3D.Material material ) : void
material System.Windows.Media.Media3D.Material The material of the group.
return void

CreateModels() public method

Creates the models of the group.
public CreateModels ( ) : IEnumerable
return IEnumerable

Group() public method

Initializes a new instance of the Group class.
public Group ( string name, System.Windows.Media.Media3D.Material material ) : System
name string /// The name of the group. ///
material System.Windows.Media.Media3D.Material The material of the group.
return System