cylindrical-face
List of: Scheme Data Types
Subjects: Model Geometry, Model Object
Contents: Scheme Support

Description: A cylindrical-face is a geometric entity that is a face that is cylindrical in nature. cylindrical-face objects are saved and restored as part of the model.

Derivation: cylindrical-face : face : entity : scheme-object

C++ Type: FACE->CONE

External Rep: #[entity %d %d]

where the first integer is the entity ID,

and the second integer is the part ID.

Example: ; cylindrical-face (data type)

; Create and inquire a cylindrical-face object.

(define my_cyl (solid:cylinder (position 0 0 0)


(position 25 25 0) 30))

;; my_cyl

(define my_faces (entity:faces my_cyl))

;; my_faces

(face:cylindrical? (car my_faces))

;; #t
PDF/SCM/09SD.PDF
HTM/DATA/SCM/SCM/09SD/0019.HTM