C# Class HelixToolkit.Wpf.ObjReader.Group

Represents a group in the obj file.
Afficher le fichier Open project: inventhelp/helix-toolkit

Méthodes publiques

Méthode 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 méthode

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

CreateModels() public méthode

Creates the models of the group.
public CreateModels ( ) : IEnumerable
Résultat IEnumerable

Group() public méthode

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.
Résultat System