Table of Contents

Class MechlibArchivePm

Namespace
Mech3DotNet.Zbd
Assembly
Mech3DotNet.dll

PM MechLib data.

See Read(string) for reading a PM mechlib.zbd file.

public class MechlibArchivePm : MechlibArchive<ModelPm>, IWritable
Inheritance
Archive<ModelPm>
MechlibArchivePm
Implements
Inherited Members

Constructors

MechlibArchivePm(Dictionary<string, ModelPm>, List<ArchiveEntry>, List<Material>)

public MechlibArchivePm(Dictionary<string, ModelPm> items, List<ArchiveEntry> entries, List<Material> materials)

Parameters

items Dictionary<string, ModelPm>
entries List<ArchiveEntry>
materials List<Material>

Methods

Read(string)

Read a PM mechlib.zbd file from the specified path.

public static MechlibArchivePm Read(string path)

Parameters

path string

Returns

MechlibArchivePm

Write(string)

Write a PM mechlib.zbd file to the specified path.

public void Write(string path)

Parameters

path string