改进:模块附加和阵列时,默认使用顶层模块,如果需要,自行分离空间

pull/1234/MERGE
ChenX 4 years ago
parent f8c0a4bd0a
commit 38629063d5

@ -308,6 +308,7 @@ export class TemplateAttach
{
let template = await SelectTempate("选择附加的模版");
if (!template) return;
template = template.Root;
let selectSpace = new PointSelectSpaceClamp();
selectSpace.Enable = EnableSelectType.Stretch;
@ -330,6 +331,7 @@ export class TemplateAttach2
{
let template = await SelectTempate("选择附加的模版");
if (!template) return;
template = template.Root;
let selectSpace = new PointSelectSpaceClamp();
selectSpace.Enable = EnableSelectType.Stretch;
@ -376,6 +378,7 @@ export class TemplateArray
{
let template = await SelectTempate("选择阵列的模块:");
if (!template) return;
template = template.Root;
let selectSpace = new PointSelectSpaceClamp();
selectSpace.Enable = EnableSelectType.Stretch;

Loading…
Cancel
Save