The 3D ACIS® Modeler (ACIS) is Spatial’s prominent 3D solid modeling engine. 3D InterOp is a CAD data translation framework (Interoperability)
Option:Brief pcurve debug
From DocR19
Contents |
Action
Sets how much information about a pcurve is printed.
Name String
brief_pcurve_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 pcurve information is printed by pcurve::debug.
Example
; brief_pcurve_debug ; Turn off the brief debug option (option:set "brief_pcurve_debug" #f) ;; #t
