多项功能优化
This commit is contained in:
@@ -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