Add library property for Part History
This commit is contained in:
parent
c3e8beb823
commit
acc471fadd
1 changed files with 2 additions and 0 deletions
|
|
@ -126,6 +126,8 @@ namespace MatterHackers.MatterControl.Library
|
|||
|
||||
public PlatingHistoryContainer PlatingHistory { get; internal set; }
|
||||
|
||||
public PartHistoryContainer PartHistory { get; internal set; }
|
||||
|
||||
public IContentProvider GetContentProvider(ILibraryItem item)
|
||||
{
|
||||
string contentType = (item as ILibraryAssetStream)?.ContentType ?? (item as ILibraryObject3D)?.ContentType;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue