Expand description
Offsetting and sweeping: offset shape, thicken/shell, pipe, pipe-shell, loft/thru-sections, draft angle, evolved, filling, normal projection.
Elsewhere: BRepOffset, BRepOffsetAPI, BRepFill, BRepSweep,
GeomFill, GeomPlate and BRepFeat.
The other perennially fragile area. Robustness here is a differentiator.
Re-exports§
pub use draft::apply_draft;pub use feature::Feature;pub use feature::feature_prism;pub use feature::feature_revol;pub use feature::feature_rib;pub use feature::feature_slot;pub use fill::make_filling;pub use middle::MiddlePath;pub use middle::middle_path;pub use project::Projected;pub use project::normal_projection;pub use shape::make_thick_solid;pub use shape::offset_shape;pub use sweep::make_evolved;pub use sweep::make_helical_sweep;pub use sweep::make_loft;pub use sweep::make_loft_skinned;pub use sweep::make_loft_skinned_aligned;pub use sweep::make_loft_skinned_closed;pub use sweep::make_pipe;pub use sweep::make_pipe_shell;pub use sweep::make_pipe_skinned;pub use wire2d::Join;pub use wire2d::offset_wire;
Modules§
- draft
- Draft: turning faces about a neutral plane so a part can leave its mould.
- feature
- Form features: the named operations a modeller thinks in.
- fill
- Surface filling: a face fitted over the region four edges bound.
- middle
- The middle path of a pipe-like solid: the curve its cross-sections’ centroids trace from one end face to the other.
- project
- Normal projection: a wire dropped onto a shape along its faces’ normals.
- shape
- Offsetting a solid, and the shelling built on it.
- sweep
- Pipes and lofts: the sweeps whose surfaces are already in the vocabulary.
- wire2d
- Offsetting a closed planar wire: the sketch-plane operation everything in this crate stands on.