Handbook
Glossary
check-live-face ( face -- )
Vocabulary
euler
.
b-rep
Inputs
face
an
object
Outputs
None
Definition
USING:
kernel
namespaces
sets
;
IN:
euler.b-rep
:
check-live-face
( face -- )
dup
live-faces
get
in?
[
drop
]
[
dead-face
]
if
;