edge:domain
List of: Scheme Extensions
Subjects: Model Topology
Contents: Kernel

Action: Determines the domain of an edge.

Filename: kern/kern_scm/qedg_scm.cxx

Syntax: (edge:domain edge)

Arg Types: edge edge

Returns: unspecified

Description: Given an edge, return's the edge's domain.


edge specifies an edge.

Example: ; edge:domain

; Define an edge

(define ellipse1


(edge:elliptical (position 15 15 0)


(position 25 15 0) 2 0 270))

;; ellipse1

; Determine the domain of the edge

(edge:domain ellipse1)

; Edge domain:

; 0 : 4.7123889803847

;; (0 4.71238898038469)
PDF/KERN/12SCA.PDF
HTM/DATA/KERN/KERN/12SCA/0059.HTM