Add cylinders to 3dLogic
This commit is contained in:
@@ -46,7 +46,7 @@ namespace StructureHelperLogics.NdmCalculations.Analyses.Curvatures
|
||||
|
||||
if (ReferenceEquals(target, source))
|
||||
return;
|
||||
|
||||
target.ConsiderSofteningFactor = source.ConsiderSofteningFactor;
|
||||
if (UpdateChildren)
|
||||
{
|
||||
ValidateChildProperties(target, source);
|
||||
|
||||
@@ -71,7 +71,8 @@ namespace StructureHelperLogics.NdmCalculations.Analyses.Curvatures
|
||||
{
|
||||
ForcePair = pair,
|
||||
Primitives = InputData.Primitives,
|
||||
DeflectionFactor = InputData.DeflectionFactor
|
||||
DeflectionFactor = InputData.DeflectionFactor,
|
||||
ConsiderSofteningFactor = InputData.ConsiderSofteningFactor,
|
||||
};
|
||||
ForceCalculator.InputData = forceInputData;
|
||||
ForceCalculator.Run();
|
||||
|
||||
Reference in New Issue
Block a user