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