增加保温层和整理管线的功能,修复自动保存功能等修复多个bug
This commit is contained in:
@@ -310,7 +310,7 @@ public partial class AnyConnectViewModel : ObservableValidator
|
||||
//var copyMepCurveId = ElementTransformUtils
|
||||
// .CopyElement(doc, elementToCopy.Id, XYZ.Zero)
|
||||
// .FirstOrDefault();
|
||||
//var copyMepCurve = doc.GetElement(copyMepCurveId) as MEPCurve;
|
||||
//var copyMepCurve = doc.GetElement(copyMepCurveId) as ElementToMove;
|
||||
//取短的线作为旋转轴的基准点,保证能创建
|
||||
var isFirstMEPCurveLengther = line1.Length < line2.Length;
|
||||
var l = isFirstMEPCurveLengther ? Line.CreateBound(
|
||||
|
||||
Reference in New Issue
Block a user