Handbook
Glossary
new-face ( b-rep -- face )
Vocabulary
euler
.
b-rep
Inputs
b-rep
an
object
Outputs
face
an
object
Definition
USING:
accessors
kernel
sequences
;
IN:
euler.b-rep
:
new-face
( b-rep -- face )
[
face
new
dup
]
dip
faces>>
push
;
inline