Bug with holes pattern

Bug with holes pattern

ar.rudtp
Participant Participant
698 Views
10 Replies
Message 1 of 11

Bug with holes pattern

ar.rudtp
Participant
Participant

Got some strange behavior today.

Made few holes with 'All' extent. Patterned feature. Ooops - patterned intents are not 'all' extent but just some value.

 

Screenshot 2020-05-20 at 21.04.28.png

0 Likes
Accepted solutions (2)
699 Views
10 Replies
Replies (10)
Message 2 of 11

ar.rudtp
Participant
Participant

Update: extension 'to object' fails in same way.

0 Likes
Message 3 of 11

Phil.E
Autodesk
Autodesk

Thanks for the report and model.

 

Use Pattern : Faces instead of features.





Phil Eichmiller
Software Engineer
Quality Assurance
Autodesk, Inc.


0 Likes
Message 4 of 11

ar.rudtp
Participant
Participant

It's easy to solve using distance with value far long as expected height of body to cut.  

But if we have 'All' and 'To object' options - natural expect they will produce same result as with extrusion of circular profile, right?

0 Likes
Message 5 of 11

Phil.E
Autodesk
Autodesk
Accepted solution

Yes that is a good expectation. It's logged as a bug, thanks for letting us know.

 

There is another option you should be aware of:

Aside from patterning faces, you can also change the compute option.

 

In general, if you feel something like this is a bug, please report it. And also explore the dialog boxes for options. Whenever patterning, if the default settings give unexpected results, try other options.

 

pattern_compute_option.png

pattern_type.png





Phil Eichmiller
Software Engineer
Quality Assurance
Autodesk, Inc.


0 Likes
Message 6 of 11

ar.rudtp
Participant
Participant

Good point!

'Optimised' works as expected.
Is there any description of algorithm behind 'adjusted' and 'optimised'? Names are not very self-explanative for them...

0 Likes
Message 7 of 11

Phil.E
Autodesk
Autodesk

Sure, things like this are explained in the help section/product documentation.

 

http://help.autodesk.com/view/fusion360/ENU/?guid=GUID-27ECCED2-6E46-4264-9928-64EEA05899D6





Phil Eichmiller
Software Engineer
Quality Assurance
Autodesk, Inc.


0 Likes
Message 8 of 11

ar.rudtp
Participant
Participant

For 'optimised' it's just tell it's good for large quantities, but doesn't describe nothing else about it's differences from 'Adjusted'. 

Message 9 of 11

jeff_strater
Community Manager
Community Manager
Accepted solution

here is the short version of an answer to your question.  Hopefully it addresses your request for information.

 

  1. Face pattern and Feature/Optimized are exactly the same.  The only difference is in what is selected (Faces vs Timeline features).  In this option, the actual faces that are selected are patterned, then stitched into the destination body.  This option is the fastest, but the least robust.  Face patterns can fail more easily than others types
  2. Feature/Identical pattern is the next fastest, and more robust.  In this pattern type, the selected features must form a self-contained body.  So, an extrude with a fillet is OK, but just a fillet would not be.  In this option, the body is extracted and patterned, and at the end of that process, all the patterned bodies are joined to the destination body.
  3. Feature/Adjust pattern is the slowest of all.  It should really only be used in cases where it is needed.  Adjust patterns copy the internal data model of the features being patterned, and re-execute those features for each instance of the pattern.  It is useful for patterning things like to-face extrude features, where the target face is not a plane (imagine a curvy spline face or a cone).

 


Jeff Strater
Engineering Director
Message 10 of 11

ar.rudtp
Participant
Participant

Thanks for explanation, Jeff!

0 Likes
Message 11 of 11

josh.laycock
Participant
Participant

Thanks Phil.

 

Was trying to make a parametrically driven aluminium extrusion with holes in it.  Had weird results when changing profile length and some of the user made parameters.

 

Changing the COMPUTE OPTION made everything work.

 

Very helpful, thank you.