Skip to content

Commit

Permalink
DOC: Match updated interface in SlicerSurfaceToolbox Dynamic Modeler
Browse files Browse the repository at this point in the history
See Slicer/SlicerSurfaceToolbox's Pull Request 62.
Co-authored-by: Andras Lasso <[email protected]>
  • Loading branch information
Leengit committed May 28, 2024
1 parent 1d76d88 commit d6b5ea0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Docs/user_guide/modules/dynamicmodeler.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ Click on the Apply button to run the tool once, or check the checkbox on the App
## Tools

### Plane cut
Cut a plane into two separate meshes using any number of markup planes or slice views. The planes can be combined using union, intersection and difference boolean operation.
Extracts a region of the surface by cutting it with one or more markup planes or slice view planes. The `Output model` contains what is on the negative side of the plane(s). If more than one plane is specified, the negative sides of the planes are combined using a union, intersection, or difference operation. The part of the `input model` that is not included in the `output model` is stored in the `complement output model`.
#### Input nodes
- `Model node`: The surface model to be cut.
- `Plane node (repeatable)`: The planes used to cut the model.
#### Parameters
- `Cap surface`: If enabled, creates a closed surface by triangulating the clipped region.
- `Operation type`: The method that will be used to combine multiple planes for cutting (union, intersection and difference boolean operations).
#### Output nodes
- `Clipped output model (positive side)`: Portion of the cut model that is on the same side of the plane as the normal.
- `Clipped output model (negative side)`: Portion of the cut model that is on the opposite side of the plane as the normal.
- `Output model (negative side)`: Portion of the cut model that is on the opposite side of the plane as the normal.
- `Complement output model (positive side)`: Portion of the cut model that is on the same side of the plane as the normal.

### Curve cut
Extracts a region from the surface that is enclosed by a markup curve.
Expand Down

0 comments on commit d6b5ea0

Please sign in to comment.