The 3D ACIS® Modeler (ACIS) is Spatial’s prominent 3D solid modeling engine. 3D InterOp is a CAD data translation framework (Interoperability)
Option:Brief curve debug
From DocR19
Contents |
Action
Sets how much information about a curve is printed.
Name String
brief_curve_debug
Scheme
| Type | Values | Default |
|---|---|---|
| boolean | #f, #t | #t |
C++
| Type | Values | Default |
|---|---|---|
| logical | FALSE, TRUE | TRUE |
Description
If on, only a brief version of the curve information is printed by intcurve::debug.
Example
; brief_curve_debug ; Turn off the brief debug option (option:set "brief_curve_debug" #f) ;; #t
