Settting for prestress has been fixed
This commit is contained in:
@@ -7,17 +7,17 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace StructureHelper.Infrastructure.UI.DataContexts
|
||||
{
|
||||
public class ReinforcementViewPrimitive : PointViewPrimitive, IHasSurroundingPrimitive
|
||||
public class ReinforcementViewPrimitive : PointViewPrimitive, IHasHostPrimitive
|
||||
{
|
||||
ReinforcementPrimitive primitive;
|
||||
|
||||
public INdmPrimitive SurroundingPrimitive
|
||||
public INdmPrimitive HostPrimitive
|
||||
{
|
||||
get => primitive.SurroundingPrimitive;
|
||||
get => primitive.HostPrimitive;
|
||||
set
|
||||
{
|
||||
primitive.SurroundingPrimitive = value;
|
||||
OnPropertyChanged(nameof(SurroundingPrimitive));
|
||||
primitive.HostPrimitive = value;
|
||||
OnPropertyChanged(nameof(HostPrimitive));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user