You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
""" This tool removes inside faces for objects that are intersecting. """
10
+
11
+
This tool removes inside faces for objects that are intersecting. It does this without modifying any of the existing geometry like boolean does. (Except remove the occluded primitives) This tool only works on closed geometry.
12
+
13
+
@parameters
14
+
== Inside Faces ==
15
+
Remove Inside Faces:
16
+
Enable / Disable the removal of inside faces.
17
+
Border Precision:
18
+
This parameter controls the resolution of the internally generated VDB used for occlusion checks. Smaller values mean more precision, at a higher computation cost.
19
+
Border Threshold:
20
+
This value allows you to offset where the tool considers the occluded primitives to start. Higher values mean that a primitive needs to be deeper inside the occluded part in order to be culled.
21
+
== Clipping Surface ==
22
+
Clip Surface:
23
+
When a second input is provided, this enabled/disabled clipping below that input surface.
24
+
Up Vector:
25
+
This allows you to specify the up vector used to determine if a primitive is above or below the clipping surface input.
0 commit comments