part:modified?
List of:
Scheme Extensions
Subjects:
Part Management
Contents:
Scheme Support
Action:
Determines if a part has been modified.
Filename:
scm/scmext/part_scm.cxx
Syntax:
(
part:modified?
[part=active])
Arg Types:
part
part
Returns:
boolean
Example:
; part:modified
; Create a solid block.
(define block1
(
solid:block
(
position
0 0 0)
(
position
10 10 10)))
;; block1
; Define a new part.
(
part:new
)
;; #[part 2]
; Determine if a part has been modified.
(
part:modified?
(
part
2))
;; #f
PDF/SCM/04SC.PDF
HTM/DATA/SCM/SCM/04SC/0083.HTM