C# 클래스 HelixToolkit.Wpf.ObjReader.Group

Represents a group in the obj file.
파일 보기 프로젝트 열기: inventhelp/helix-toolkit

공개 메소드들

메소드 설명
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