How to change interface-to-interface to interface-to-geom.
May 30, 2019
01:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
May 30, 2019
01:07 PM
How to change interface-to-interface to interface-to-geom.
We have some very large assemblies. When we add fasteners to the top level assembly, it takes literally minutes to load due to all of the interfaces. Is there a way to change the mating default to interface to geometry?
Labels:
- Labels:
-
Assembly Design
2 REPLIES 2
May 30, 2019
02:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
May 30, 2019
02:02 PM
Set configuration option "comp_interface_placement interface_to_geom".
May 30, 2019
02:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
May 30, 2019
02:07 PM
I believe I set the following in the config.pro
comp_assemble_with_interface NONE
comp_interface_placement INTERFACE_TO_GEOM
I had the same problem with large assemblies and it was a major time waster.
