Fillet function error, program crashes

Fillet function error, program crashes

malozog
Community Visitor Community Visitor
415 Views
6 Replies
Message 1 of 7

Fillet function error, program crashes

malozog
Community Visitor
Community Visitor

Hi, I have something projects due this month and I have a problem with fillet function with 3d objects. Everytime I try to use the function my CAD crashes. I dont know what to do, I tried to use fillet function in the project below https://youtu.be/didklL8wmPQ?si=L9cCjkenZ_GknIb0 

0 Likes
416 Views
6 Replies
Replies (6)
Message 2 of 7

paullimapa
Mentor
Mentor

Your link goes to a video tutorial that’s not using AutoCAD. Do you have an AutoCAD question?


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 3 of 7

malozog
Community Visitor
Community Visitor

The link shows the project im working On but in Autocad

0 Likes
Message 4 of 7

paullimapa
Mentor
Mentor

What version of AutoCAD are you running?

Enter About command, do a screenshot and share that here

Can you also share a sample dwg and do a screenshot showing what you’re trying to fillet that would cause the crash?


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 5 of 7

j.palmeL29YX
Mentor
Mentor

I'm with @paullimapa, please post your Autocad file in a state before you try to add the fillet. 

But a first guess: Before adding the fillet you must union the cone and the upper barrel-shaped volume to one(!) solid (using the union command). 

 

 

Jürgen Palme
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

0 Likes
Message 6 of 7

j.palmeL29YX
Mentor
Mentor

An additional hint may be allowed: 

CATIA is a full parametric 3D Program, that means the 2D sketches are driven by parameters and if you modify the basic 2Dsketches the 3DModel follows these modifications. 

In AutoCAD you also can create such parametric driven 2D geometry (using geometrical and dimensional constraints, as you perhaps did). But if you use these sketches to create 3D solids (extrude, revolve, ...), the solids do NOT follow if you change the 2D sketches. 3D solids (volume model) in AutoCAD are not parametric. In AutoCAD only surface models can be driven by paramtric 2D sketches (which must be in ONE plane parallel to the XY plane) 

Furthermode in AutoCAD the parametric is restricted to the 2D environment only. 

(That means, in AutoCAD you can not exactly follow tutorial which were created for CATIA or Inventor or Solid Works or Creo or ... other full 3D programs). 

 

 

Jürgen Palme
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

0 Likes
Message 7 of 7

pendean
Community Legend
Community Legend

@malozog These forums are not for CATIA, and autoCAD is not a CATIA true alternate:

pendean_0-1737985548361.png

 

If FILLET command crashes your AutoCAD...

 

Have you installed the 2022.1.5 / 2023.1.6 / 2024.1.6 / 2025.1.1 Update yet? You kept your autoCAD version a secret, so I listed all the current ones. ABOUT command in your AutoCAD will confirm what you have installed. If not, get it from your Autodesk Account Page here https://manage.autodesk.com/cep/#products-services/updates
Restart your PC afterwards please.

If that did not help... Set GFXDX12 variable to 0 (that's a zero): a restart of your AutoCAD023-24-25 is required for it to take effect.

Also consider turning off LINESMOOTHING and LINEFADING variables: if still no relief then start GRAPHICSCONFIG command and change the 2D Display Settings pulldown from "advanced mode" to one of the other choices.

If all else fails, then turn off Hardware Acceleration as a last resort, your PC just can't handle what you may be asking of it, see if that fixes the issue.

0 Likes