Using macro fill hole

Using macro fill hole

Anonymous
Not applicable
1,001 Views
3 Replies
Message 1 of 4

Using macro fill hole

Anonymous
Not applicable

Hello Guys,

I need help making a macro in Powershape that can select the outershells and fill the hole. I noticed that in order to fill the holes I have to select individual outershell one at a time, is there any way I can have them all selected and gap the holes.  Please see image down below. FillingHole_20180927060717.198_X.jpg 

1,002 Views
3 Replies
Replies (3)
Message 2 of 4

Yogesh.Mohite
Alumni
Alumni

Hi @Anonymous,

 

Thank you for contacting Autodesk Community forum.

 

In order to create a macro to fill a hole in the mesh, we should be able to select to an edge of the hole using the macro command. Currently, there is no command to do that in PowerShape using a macro. There is an existing feature request for this functionality and I am adding this instance in the existing change request.

 


Yogesh Mohite
0 Likes
Message 3 of 4

Anonymous
Not applicable

Hi, so I made a fix hole macro using MESH doctor for gaping the holes, however I still get errors such as bad connection and invalid fault selection because within the mesh doctor command there are three different types of fixes. 1)Edge Fault, 2) Gaps, 3) Large Holes and large holes are the ones I need to gap. Please take a look at the attachment and see if you can suggest me on how I can solve this issue where I can fill the right Large holes, meaning I need to fill the side holes not the upper hole. 

0 Likes
Message 4 of 4

Anonymous
Not applicable

Below is my macro

LEVEL GROUP SWITCH FL
OFF
LEVEL GROUP SWITCH I
OFF
LEVEL GROUP SWITCH O
OFF
LEVEL GROUP SWITCH S
OFF
LEVEL GROUP SWITCH B
OFF
LEVEL GROUP SWITCH P
OFF
LEVEL GROUP SWITCH T
OFF
TOOLBAR LEVEL ON 0
LEVEL GROUP SWITCH O
OFF

DIALOG MESSAGE OFF


TOOLBAR LEVEL ON 300
SELECTALL
FIX MESHDOCTOR
Select_Fault HoleFault
Select_Fault HoleFault Hole 2
APPLY
Select_Fault HoleFault Hole 3
APPLY
ACCEPT
Continue_Fix
ACCEPT
FINISH
TOOLBAR LEVEL OFF 300

TOOLBAR LEVEL ON 301
SELECTALL
FIX MESHDOCTOR
Select_Fault HoleFault
Select_Fault HoleFault Hole 2
APPLY
Select_Fault HoleFault Hole 3
APPLY
ACCEPT
Continue_Fix
ACCEPT
FINISH
TOOLBAR LEVEL OFF 301

TOOLBAR LEVEL ON 302
SELECTALL
FIX MESHDOCTOR
Select_Fault HoleFault
Select_Fault HoleFault Hole 2
APPLY
Select_Fault HoleFault Hole 3
APPLY
ACCEPT
Continue_Fix
ACCEPT
FINISH
TOOLBAR LEVEL OFF 302

TOOLBAR LEVEL ON 303
SELECTALL
FIX MESHDOCTOR
Select_Fault HoleFault
Select_Fault HoleFault Hole 2
APPLY
Select_Fault HoleFault Hole 3
APPLY
ACCEPT
Continue_Fix
ACCEPT
FINISH
TOOLBAR LEVEL OFF 303

0 Likes