Originally posted by Paul Alciatore
View Post
Announcement
Collapse
No announcement yet.
Starting to Learn FreeCAD: Any Tips Are Welcome
Collapse
X
-
Location: Jersey City NJ USA
-
Something to be aware of if you want to change your model without problems is this: https://wiki.freecadweb.org/Topological_naming_problem
Now, I started using freecad a long time ago and I think mapping sketches to faces was the only option so I continue to do so most of the time and I havn't had any issues with this. But my models are usually not very complex.
As far as constraints, no problems deleting offending constraints. Sometimes the smartest thing to do is avoid "auto" constraints(i.e. if you start a lie from another line or a point the start point of the new line will be constrained to this point(or line..) sometimes you want more flexibility.
Also it is usually best to define constraints as geometric constraints and use as few fixed lengths and such as possible, this has been what I have changed most about my workflow since starting out. Not that it dosen't work, but it is often easier if you want to make changes later.
Comment
-
Originally posted by CountZero View PostSomething to be aware of if you want to change your model without problems is this: https://wiki.freecadweb.org/Topological_naming_problem
Now, I started using freecad a long time ago and I think mapping sketches to faces was the only option so I continue to do so most of the time and I havn't had any issues with this. But my models are usually not very complex.
As far as constraints, no problems deleting offending constraints. Sometimes the smartest thing to do is avoid "auto" constraints(i.e. if you start a lie from another line or a point the start point of the new line will be constrained to this point(or line..) sometimes you want more flexibility.
Also it is usually best to define constraints as geometric constraints and use as few fixed lengths and such as possible, this has been what I have changed most about my workflow since starting out. Not that it dosen't work, but it is often easier if you want to make changes later.
Comment
Comment