避免出错

extrudeMesh_dev
ChenX 5 years ago
parent c83a1481bb
commit 6f1f76259b

@ -23,7 +23,7 @@ export class DrawLatticeDrawerTool extends Singleton
{
return this._config;
}
Draw(space: ISpaceParse, config: ILatticeOption)
Draw(space: ISpaceParse, config: ILatticeOption): Board[]
{
this._config = config;
this.space = space;
@ -53,7 +53,7 @@ export class DrawLatticeDrawerTool extends Singleton
if (!res)
{
this.End();
return;
return [];
};
//左右侧板跟随
this.ChangeLeftRightBr(verBr);

Loading…
Cancel
Save