|
Umístění Menu |
---|
Part → Sweep... |
Pracovní stoly |
Part |
Výchozí zástupce |
Nikdo |
Představen ve verzi |
- |
Viz také |
Part Loft |
The Part Sweep command creates a face, a shell, or a solid shape from one or more profiles (cross-sections) distributed along a spine.
The Part Sweep command is similar to Part Loft with the addition of a spine.
A solid sweep generated from a single profile (A) distributed along a spine (B)
If "Solid" is set to "true", FreeCAD creates a solid, provided the profiles are closed; if set to "false", FreeCAD creates a face or a shell for either open or closed profiles.
The "Frenet" property controls how the profile orientation changes as it follows along the sweep path. If "Frenet" is "false", the orientation of the profile is kept consistent from point to point. The resulting shape has the minimum possible twisting. Unintuitively, when a profile is swept along a helix, this results in the orientation of the profile slowly creeping (rotating) as it follows the helix. Setting "Frenet" to true prevents this.
If "Frenet" is "true" the orientation of the profile is based on the local curvature and tangency vectors of the path. This keeps the orientation of the profile consistent when sweeping along a helix (because the curvature vector of a straight helix always points to its axis). However, when path is not a helix, the resulting shape can have strange looking twists sometimes. For more information, see Frenet Serret formulas.
"Transition" sets the transition style of the Sweep at non-tangential joints in the path. The property is not exposed in the task panel and can be found in the properties after the Sweep has been created.
See also: Property editor.
A Part Sweep object is derived from a Part Feature object and inherits all its properties. It also has the following additional properties:
Sweep
LinkList
): lists the sections used.LinkSub
): spine (path) to sweep along.Bool
): true or false (default). True creates a Solid.Bool
): true or false (default). True uses Frenet algorithm.Enumeration
): transition mode. Options are Transformed, Right corner or Round corner.A vertex or point may only be used as the first and/or last profile.
For example:
In one Sweep, all profiles (lines wires etc.) must be either open or closed.
For example:
A profile can be a Draft Workbench object.
The following objects can be valid profiles:
A profile can be a Part object created with the Part Primitives command.
The following objects can be valid profiles: