surface:domain
List of: Scheme Extensions
Subjects: Model Geometry
Contents: Kernel

Action: Determines the domain of a face's surface.

Filename: kern/kern_scm/qfac_scm.cxx

Syntax: (surface:domain face)

Arg Types: face face

Returns: unspecified

Description: Given a face, returns the underlying surface's domain.

Example: ; surface:domain

; Create a face to use.

(define face1 (face:law "vec(cos(x), y, x)"


-20 (law:eval "10*pi") -10 10))

;; face1

(surface:domain face1)

;; ()

; Surface domain:

; -20 : 31.415926535898

; -10 : 10
PDF/KERN/15SCR.PDF
HTM/DATA/KERN/KERN/15SCR/0010.HTM