ro:delete
List of: Scheme Extensions
Subjects: Viewing
Contents: Scheme Support

Action: Deletes the rendering object.

Filename: scm/scmext/ro_scm.cxx

Syntax: (ro:delete rendering-object)

Arg Types: rendering-object ro

Description: Deletes the rendering object.


rendering-object is the rendering object to be deleted.

Example: ; ro:delete

; Create a point display list item.

(define dp (ro:point (position 15 5 10)))

;; dp

(ro:delete dp)

;; ()
PDF/SCM/04SC.PDF
HTM/DATA/SCM/SCM/04SC/0105.HTM