Handbook
Glossary
base-face? ( face -- ? )
Vocabulary
euler
.
b-rep
Inputs
face
an
object
Outputs
?
an
object
Definition
USING:
accessors
kernel
;
IN:
euler.b-rep
:
base-face?
( face -- ? )
dup
base-face>>
eq?
;
inline