Document limitations of shell-face sweeping #2162
Labels
good first issue
Good for newcomers
topic: core
Issues relating to core geometry, operations, algorithms
topic: documentation
Improvements or additions to documentation
type: feature
New features and improvements to existing features
It is possible to sweep a specific face of a shell to extend the shell. See
operations::sweep::shell_face
for the implementation, and thesplit
model for an example of using that capability.This operation has some limitations, namely that any new faces generated must not coincide with existing ones. This should be clearly documented, preferably within the doc comment on the trait method of the operation.
Tagging as good first issueGood for newcomers
, since this is a rather limited and documentation-only change. If anything is unclear, feel free to ask questions here!
The text was updated successfully, but these errors were encountered: