C# Класс HelixToolkit.Wpf.ObjReader.Group

Represents a group in the obj file.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

AddMesh() публичный Метод

Adds a mesh.
public AddMesh ( System.Windows.Media.Media3D.Material material ) : void
material System.Windows.Media.Media3D.Material The material of the group.
Результат void

CreateModels() публичный Метод

Creates the models of the group.
public CreateModels ( ) : IEnumerable
Результат IEnumerable

Group() публичный Метод

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.
Результат System