|
Action:
|
Checks all faces for improper intersections.
|
|
|
Filename:
|
bool/bool_scm/bool_scm.cxx
|
|
|
APIs:
|
api_check_entity_ff_ints
|
|
|
Syntax:
|
(solid:check-ff-intersections entity [file-name]
|
|
|
[acis-opts])
|
|
|
Arg Types:
|
entity
|
entity
|
|
file-name
|
string
|
|
acis-opts
|
acis-options
|
|
|
Returns:
|
entity | entity ...
|
|
|
Description:
|
This extension checks all faces for improper intersections.
|
|
|
entity is an input entity.
|
|
|
file-name is the name of the file.
|
|
|
acis-opts contains parameters for versioning and journaling.
|
|
|
Example:
|
; solid:check-ff-intersections
|
|
; Define a solid block
|
|
(define b (solid:block (position 0 0 0)
|
|
|
(position 20 20 20)))
|
|
;; b
|
|
(solid:check-ff-intersections b)
|
|
;; ()
|