Handbook
Glossary
assert-empty-b-rep ( b-rep -- )
Vocabulary
euler
.
b-rep
Inputs
b-rep
an
object
Outputs
None
Definition
USING:
kernel
;
IN:
euler.b-rep
:
assert-empty-b-rep
( b-rep -- )
dup
empty-b-rep?
[
drop
]
[
b-rep-not-empty
]
if
;