Z-Index was added
This commit is contained in:
13
StructureHelperLogics/Models/Materials/IPrimitiveMaterial.cs
Normal file
13
StructureHelperLogics/Models/Materials/IPrimitiveMaterial.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using StructureHelperCommon.Infrastructures.Enums;
|
||||
|
||||
namespace StructureHelperLogics.Models.Materials
|
||||
{
|
||||
public interface IPrimitiveMaterial
|
||||
{
|
||||
string Id { get;}
|
||||
MaterialTypes MaterialType { get; }
|
||||
CodeTypes CodeType { get; set; }
|
||||
string ClassName { get; }
|
||||
double Strength { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user