You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation describes the tools available to design objects but it doesn't provide an description of the steps one might use to go about creating a design with build123d. Here is a proposal for what this section might contain - feedback requested:
Designing a Part in build123d
Designing a part with build123d involves a systematic approach that leverages the power of 2D profiles, extrusions, and revolutions. Where possible, always work in the lowest possible dimension, 1D lines before 2D sketches before 3D parts. Here is a guide to get started:
Examine the Part in All Three Orientations
Start by visualizing the part from the front, top, and side views. Identify any symmetries in these orientations, as symmetries can simplify the design by reducing the number of unique features you need to model.
Identify Rotational Symmetries
Look for structures that could be created through the rotation of a 2D shape. For instance, cylindrical or spherical features are often the result of revolving a profile around an axis. Identify the axis of rotation and make a note of it.
Select a Convenient Origin
Choose an origin point that minimizes the need to move or transform components later in the design process. Ideally, the origin should be placed at a natural center of symmetry or a critical reference point on the part.
Create 2D Profiles
Design the 2D profiles of your part in the appropriate orientation(s). These profiles are the foundation of the part's geometry and can often represent cross-sections of the part. Mirror parts of profiles across any axes of symmetry identified earlier.
Use Extrusion for Prismatic Features
For solid or prismatic shapes, extrude the 2D profiles along the necessary axis. You can also combine multiple extrusions by intersecting or unionizing them to form complex shapes. Use the resulting geometry as sub-parts if needed.
Generate Revolved Features
If any part of the geometry can be created by revolving a 2D profile around an axis, use the revolve operation. This is particularly useful for parts that include cylindrical, conical, or spherical features. Combine these revolved sub-parts with existing features using additive, subtractive, or intersecting operations.
Combine Sub-parts Intelligently
When combining multiple sub-parts, keep in mind whether they need to be added, subtracted, or intersected. Subtracting or intersecting can create more refined details, while addition is useful for creating complex assemblies.
Apply Chamfers and Fillets
Identify critical edges or vertices that need chamfering or filleting. Use build123d’s selectors to apply these operations accurately. Always visually inspect the results to ensure the correct edges have been modified.
Design for Assembly
If the part is intended to connect with others, add features like joints, holes, or other attachment points. Ensure that these features are precisely located to ensure proper fitment and functionality in the final assembly.
Plan for Parametric Flexibility
Wherever possible, make your design parametric, allowing dimensions and features to be easily adjusted later. This flexibility can be crucial if the design needs modifications or if variations of the part are needed.
Test Fit and Tolerances
Visualize the fit of the part within its intended assembly. Consider tolerances for manufacturing, such as clearance between moving parts or shrinkage for 3D-printed parts. Adjust the design as needed to ensure real-world functionality.
The text was updated successfully, but these errors were encountered:
Oh yes one more! The difference between move, locate etc. a more or less more baisc introduction to handling the placing of objects. I am still struggling ;)
Consider the materials you're planning to use, and their strengths and weaknesses.
If you're 3D printing using FDM, consider trade-offs orienting your part: layer adhesion, layer strength, supports, etc.
If you're 3D printing using SLA, consider resin drip paths for hollow parts.
If you're milling a part, do you have a 2-axis mill, 3-axis mill, or more? How will you secure your material during milling?
If you're thermoforming, make sure you have draft angles so you can release your part, and vent holes to allow the thermoplastic to snug into the mold. Overhangs will block part removal!
I've created a first version of Designing a Part in build123d with a66b8c7. It doesn't cover all of the points above as some of these are more specific to different manufacturing processes, but we should have a page on that too.
The documentation describes the tools available to design objects but it doesn't provide an description of the steps one might use to go about creating a design with build123d. Here is a proposal for what this section might contain - feedback requested:
Designing a Part in build123d
Designing a part with build123d involves a systematic approach that leverages the power of 2D profiles, extrusions, and revolutions. Where possible, always work in the lowest possible dimension, 1D lines before 2D sketches before 3D parts. Here is a guide to get started:
Examine the Part in All Three Orientations
Start by visualizing the part from the front, top, and side views. Identify any symmetries in these orientations, as symmetries can simplify the design by reducing the number of unique features you need to model.
Identify Rotational Symmetries
Look for structures that could be created through the rotation of a 2D shape. For instance, cylindrical or spherical features are often the result of revolving a profile around an axis. Identify the axis of rotation and make a note of it.
Select a Convenient Origin
Choose an origin point that minimizes the need to move or transform components later in the design process. Ideally, the origin should be placed at a natural center of symmetry or a critical reference point on the part.
Create 2D Profiles
Design the 2D profiles of your part in the appropriate orientation(s). These profiles are the foundation of the part's geometry and can often represent cross-sections of the part. Mirror parts of profiles across any axes of symmetry identified earlier.
Use Extrusion for Prismatic Features
For solid or prismatic shapes, extrude the 2D profiles along the necessary axis. You can also combine multiple extrusions by intersecting or unionizing them to form complex shapes. Use the resulting geometry as sub-parts if needed.
Generate Revolved Features
If any part of the geometry can be created by revolving a 2D profile around an axis, use the revolve operation. This is particularly useful for parts that include cylindrical, conical, or spherical features. Combine these revolved sub-parts with existing features using additive, subtractive, or intersecting operations.
Combine Sub-parts Intelligently
When combining multiple sub-parts, keep in mind whether they need to be added, subtracted, or intersected. Subtracting or intersecting can create more refined details, while addition is useful for creating complex assemblies.
Apply Chamfers and Fillets
Identify critical edges or vertices that need chamfering or filleting. Use build123d’s selectors to apply these operations accurately. Always visually inspect the results to ensure the correct edges have been modified.
Design for Assembly
If the part is intended to connect with others, add features like joints, holes, or other attachment points. Ensure that these features are precisely located to ensure proper fitment and functionality in the final assembly.
Plan for Parametric Flexibility
Wherever possible, make your design parametric, allowing dimensions and features to be easily adjusted later. This flexibility can be crucial if the design needs modifications or if variations of the part are needed.
Test Fit and Tolerances
Visualize the fit of the part within its intended assembly. Consider tolerances for manufacturing, such as clearance between moving parts or shrinkage for 3D-printed parts. Adjust the design as needed to ensure real-world functionality.
The text was updated successfully, but these errors were encountered: