多项功能优化
This commit is contained in:
@@ -69,7 +69,7 @@ namespace Sai.RvKits.RvCivil
|
||||
elementToOpen.LevelId);
|
||||
},
|
||||
"设置工作平面");
|
||||
var curve = mepCurve.GetLocCurve();
|
||||
var curve = mepCurve.GetCurve();
|
||||
var conn = mepCurve.GetConnectors().OfType<Connector>().FirstOrDefault();
|
||||
double diameter = default;
|
||||
double width = default;
|
||||
|
||||
@@ -54,10 +54,10 @@ public partial class WallFinishesViewModel(List<WallType> wallTypes) : Observabl
|
||||
|
||||
/* 项目“Sai.RvKits (net48)”的未合并的更改
|
||||
在此之前:
|
||||
PlaceWallFinishesByFace(uidoc, SelectedWallType, wallWidth, WallHeight, WallBaseOffset);
|
||||
PlaceWallFinishesByFace(uiapp, SelectedWallType, wallWidth, WallHeight, WallBaseOffset);
|
||||
break;
|
||||
在此之后:
|
||||
PlaceWallFinishesByFace(uidoc, SelectedWallType, wallWidth, WallHeight, WallBaseOffset);
|
||||
PlaceWallFinishesByFace(uiapp, SelectedWallType, wallWidth, WallHeight, WallBaseOffset);
|
||||
break;
|
||||
*/
|
||||
WallFinishesViewModel.PlaceWallFinishesByFace(uidoc, SelectedWallType, wallWidth, WallHeight, WallBaseOffset);
|
||||
|
||||
Reference in New Issue
Block a user