Add beam shear clone strategies
This commit is contained in:
@@ -9,14 +9,20 @@ using System.Windows.Media;
|
||||
|
||||
namespace StructureHelperLogics.Models.Analyses
|
||||
{
|
||||
/// <inheritdoc/>
|
||||
public class BeamShearAnalysis : IBeamShearAnalysis
|
||||
{
|
||||
|
||||
/// <inheritdoc/>
|
||||
public Guid Id { get; }
|
||||
/// <inheritdoc/>
|
||||
public string Name { get; set; } = string.Empty;
|
||||
/// <inheritdoc/>
|
||||
public string Tags { get; set; } = string.Empty;
|
||||
/// <inheritdoc/>
|
||||
public string Comment { get; set; } = string.Empty;
|
||||
/// <inheritdoc/>
|
||||
public Color Color { get; set; } = Color.FromRgb(128, 0, 0);
|
||||
/// <inheritdoc/>
|
||||
public IVersionProcessor VersionProcessor { get; set; } = new VersionProcessor();
|
||||
public BeamShearAnalysis(Guid id)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user