Handbook
Glossary
intersecting-edge-node ( source direction b-rep -- edge/f )
Vocabulary
gml
.
viewer
Inputs
source
an
object
direction
an
object
b-rep
an
object
Outputs
edge/f
an
object
Definition
USING:
accessors
kernel
sequences
;
IN:
gml.viewer
:
intersecting-edge-node
( source direction b-rep -- edge/f )
edges>>
[
intersects-edge-node?
]
2with
find
nip
;