edge:type
List of: Scheme Extensions
Subjects: Physical Properties
Contents: Kernel

Action: Determines the type of an edge.

Filename: kern/kern_scm/qedg_scm.cxx

Syntax: (edge:type edge)

Arg Types: edge edge

Returns: string

Description: Returns edge type.


edge specifies an edge.

Example: ; edge:type

; Create some edges to test.

(define e1 (edge:circular (position 0 0 0) 5))

;; e1

(edge:type e1)

;; "ellipse"

(define e2 (edge:linear (position 10 0 0)


(position 20 0 0)))

;; e2

(edge:type e2)

;; "straight"
PDF/KERN/12SCA.PDF
HTM/DATA/KERN/KERN/12SCA/0067.HTM