edge:circular?
List of: Scheme Extensions
Subjects: Model Geometry
Contents: Kernel

Action: Determines if a scheme-object is a circular-edge.

Filename: kern/kern_scm/qedg_scm.cxx

Syntax: (edge:circular? object)

Arg Types: object scheme-object

Returns: boolean

Description: Returns #t if a scheme-object is a circular-edge.


object specifies the scheme-object that has to be queried for a circular-edge.

Example: ; edge:circular?

; Create a circular edge.

(define edge1


(edge:circular (position 0 0 0) 25 0 185))

;; edge1

; Determine if the circular edge is actually

; a circular edge.

(edge:circular? edge1)

;; #t
PDF/KERN/12SCA.PDF
HTM/DATA/KERN/KERN/12SCA/0057.HTM