分析模块重新调整
This commit is contained in:
@@ -16,11 +16,11 @@ namespace CaeKnowledge.View
|
||||
_base = @base;
|
||||
}
|
||||
|
||||
[DisplayName("基准Step名称")]
|
||||
[DisplayName("Step名称")]
|
||||
public string StepName => _base.StepName;
|
||||
|
||||
[DisplayName("新Step名称")]
|
||||
public string NewStepName => _base.NewStepName;
|
||||
[DisplayName("Surface名称")]
|
||||
public string SurfaceName => _base.SurfaceName;
|
||||
|
||||
public double X => _base.X;
|
||||
|
||||
@@ -34,12 +34,6 @@ namespace CaeKnowledge.View
|
||||
|
||||
public double Fz => _base.Fz;
|
||||
|
||||
[DisplayName("最近节点Id")]
|
||||
public int NodeId=> _base.Node.Id;
|
||||
|
||||
[DisplayName("最近距离")]
|
||||
public double MinimumDistance => _base.MinimumDistance;
|
||||
|
||||
[Browsable(false)]
|
||||
public ProcessingJob Base => _base;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user