Option:Remesh
From DocR21
Contents |
Action
Sets automatic remeshing during a Boolean.
Name String
remesh
Scheme
| Type | Values | Default |
|---|---|---|
| boolean | #f, #t | #t |
C++
| Type | Values | Default |
|---|---|---|
| logical | FALSE, TRUE | TRUE |
Description
Any compcurv intersections are used to break up the mesh faces on which they lie. Breaks up the triangles along a boundary curve to be compatible with the segments of that curve. Limited to straight segments. When on, this will happen automatically during a Boolean. When off, the user must remesh the body.
Example
; remesh ; Turn off automatic remeshing (option:set "remesh" #f) ;; #t
