2018-02-05から1日間の記事一覧

MEL:境界エッジを選択

//MEL:境界エッジを選択 changeSelectMode -object; ConvertSelectionToEdges; polySelectBorderShell(1); SelectEdgeMask;