Example I - Output
List of: Discussion Topic
Subjects: ACIS Journal
Contents: Kernel

;<<<<< ACIS Journal Copyright (c) by Spatial Corp. >>>>>
(view:delete)
(view:gl 0 0 500 500)
(view:edges #t)
(view:polygonoffset #t)
(view:vertices #t)
(option:set "match_paren" #f)

;+----------------- api_bool - unite ---------------+
; --------------------------------------------------
; Options not set to default value
(option:set "black_box" "one")
(option:set "breakup_debug_file" "e:/Debug/breakup_messages.txt")
(option:set "cap_pref#erence" "old")
(option:set "catia_save_author" "")
(option:set "catia_save_model_name" "")
(option:set "cell_granularity" "manifold")
(option:set "d3_d#ata_dir" "data/")
(option:set "face_norm#als" #t)
(option:set "iges_dbt_file" "iges_04.dbt")
(option:set "intcurve_save_approx_level" "optimal")
(option:set "interrupt_action" "normal")
(option:set "match_paren" #f)
(option:set "miter_type" "new")
(option:set "mmgrfile" "mmgr.log")
(option:set "old_bs3_curve_debug" #f)
(option:set "restore_locale" "C")
(option:set "sketch_mesh" "face")
(option:set "sketch_tcoedge" "nominal")
(option:set "spline_save_approx_level" "optimal")
(option:set "ssi_files" "")
(option:set "stp_tool_path" "$A3DT/step/tools/nt")
(option:set "subset#ting" "spline")
(option:set "validate_lop" "validate_and_lop")
; Note: remember that some options may be already
; set in previous snapshots

; --------------------------------------------------
(part:clear)
(part:load "JOURNAL_3D_0.sat")
(define tool (list-ref (part:entities) 0))
(entity:set-color tool 1)
(define blank (list-ref (part:entities) 1))
(entity:set-color blank 3)
(define boolBody (bool:unite blank tool ))
(iso)
(zoom-all)

;+----------------- api_bool - unite ---------------+
; --------------------------------------------------
; Options not set to default value
(option:set "black_box" "one")
(option:set "breakup_debug_file" "e:/Debug/breakup_messages.txt")
(option:set "cap_pref#erence" "old")
(option:set "catia_save_author" "")
(option:set "catia_save_model_name" "")
(option:set "cell_granularity" "manifold")
(option:set "d3_d#ata_dir" "data/")
(option:set "face_norm#als" #t)
(option:set "iges_dbt_file" "iges_04.dbt")
(option:set "intcurve_save_approx_level" "optimal")
(option:set "interrupt_action" "normal")
(option:set "match_paren" #f)
(option:set "miter_type" "new")
(option:set "mmgrfile" "mmgr.log")
(option:set "old_bs3_curve_debug" #f)
(option:set "restore_locale" "C")
(option:set "sketch_mesh" "face")
(option:set "sketch_tcoedge" "nominal")
(option:set "spline_save_approx_level" "optimal")
(option:set "ssi_files" "")
(option:set "stp_tool_path" "$A3DT/step/tools/nt")
(option:set "subset#ting" "spline")
(option:set "validate_lop" "validate_and_lop")
; Note: remember that some options may be already
; set in previous snapshots

; --------------------------------------------------
(part:clear)
(part:load "JOURNAL_3D_1.sat")
(define tool (list-ref (part:entities) 0))
(entity:set-color tool 1)
(define blank (list-ref (part:entities) 1))
(entity:set-color blank 3)
(define boolBody (bool:unite blank tool ))
(iso)
(zoom-all)

;+----- api_sweep_with_options - along a path ------+
; --------------------------------------------------
; Options not set to default value
(option:set "black_box" "one")
(option:set "breakup_debug_file" "e:/Debug/breakup_messages.txt")
(option:set "cap_pref#erence" "old")
(option:set "catia_save_author" "")
(option:set "catia_save_model_name" "")
(option:set "cell_granularity" "manifold")
(option:set "d3_d#ata_dir" "data/")
(option:set "face_norm#als" #t)
(option:set "iges_dbt_file" "iges_04.dbt")
(option:set "intcurve_save_approx_level" "optimal")
(option:set "interrupt_action" "normal")
(option:set "match_paren" #f)
(option:set "miter_type" "new")
(option:set "mmgrfile" "mmgr.log")
(option:set "old_bs3_curve_debug" #f)
(option:set "restore_locale" "C")
(option:set "sketch_mesh" "face")
(option:set "sketch_tcoedge" "nominal")
(option:set "spline_save_approx_level" "optimal")
(option:set "ssi_files" "")
(option:set "stp_tool_path" "$A3DT/step/tools/nt")
(option:set "subset#ting" "spline")
(option:set "validate_lop" "validate_and_lop")
; Note: remember that some options may be already
; set in previous snapshots

; --------------------------------------------------
(part:clear)
(part:load "JOURNAL_3D_2.sat")
(define profile (list-ref (part:entities) 0))
(entity:set-color profile 1)
(entity:check profile)
(define path (list-ref (part:entities) 1))
(entity:set-color path 3)
(entity:check path)
(define options (sweep:options))
(zoom-all)
(define sweep (sweep:law profile path options))
(entity:check sweep)
(iso)
(zoom-all)

;+----------------- api_bool - unite ---------------+
; --------------------------------------------------
; Options not set to default value
(option:set "black_box" "one")
(option:set "breakup_debug_file" "e:/Debug/breakup_messages.txt")
(option:set "cap_pref#erence" "old")
(option:set "catia_save_author" "")
(option:set "catia_save_model_name" "")
(option:set "cell_granularity" "manifold")
(option:set "d3_d#ata_dir" "data/")
(option:set "face_norm#als" #t)
(option:set "iges_dbt_file" "iges_04.dbt")
(option:set "intcurve_save_approx_level" "optimal")
(option:set "interrupt_action" "normal")
(option:set "match_paren" #f)
(option:set "miter_type" "new")
(option:set "mmgrfile" "mmgr.log")
(option:set "old_bs3_curve_debug" #f)
(option:set "restore_locale" "C")
(option:set "sketch_mesh" "face")
(option:set "sketch_tcoedge" "nominal")
(option:set "spline_save_approx_level" "optimal")
(option:set "ssi_files" "")
(option:set "stp_tool_path" "$A3DT/step/tools/nt")
(option:set "subset#ting" "spline")
(option:set "validate_lop" "validate_and_lop")
; Note: remember that some options may be already
; set in previous snapshots

; --------------------------------------------------
(part:clear)
(part:load "JOURNAL_3D_3.sat")
(define tool (list-ref (part:entities) 0))
(entity:set-color tool 1)
(define blank (list-ref (part:entities) 1))
(entity:set-color blank 3)
(define boolBody (bool:unite blank tool ))
(iso)
(zoom-all)

;+----------------- api_bool - unite ---------------+
; --------------------------------------------------
; Options not set to default value
(option:set "black_box" "one")
(option:set "breakup_debug_file" "e:/Debug/breakup_messages.txt")
(option:set "cap_pref#erence" "old")
(option:set "catia_save_author" "")
(option:set "catia_save_model_name" "")
(option:set "cell_granularity" "manifold")
(option:set "d3_d#ata_dir" "data/")
(option:set "face_norm#als" #t)
(option:set "iges_dbt_file" "iges_04.dbt")
(option:set "intcurve_save_approx_level" "optimal")
(option:set "interrupt_action" "normal")
(option:set "match_paren" #f)
(option:set "miter_type" "new")
(option:set "mmgrfile" "mmgr.log")
(option:set "old_bs3_curve_debug" #f)
(option:set "restore_locale" "C")
(option:set "sketch_mesh" "face")
(option:set "sketch_tcoedge" "nominal")
(option:set "spline_save_approx_level" "optimal")
(option:set "ssi_files" "")
(option:set "stp_tool_path" "$A3DT/step/tools/nt")
(option:set "subset#ting" "spline")
(option:set "validate_lop" "validate_and_lop")
; Note: remember that some options may be already
; set in previous snapshots

; --------------------------------------------------
(part:clear)
(part:load "JOURNAL_3D_4.sat")
(define tool (list-ref (part:entities) 0))
(entity:set-color tool 1)
(define blank (list-ref (part:entities) 1))
(entity:set-color blank 3)
(define boolBody (bool:unite blank tool ))
(iso)
(zoom-all)
;<<<<< ACIS Journal Completed
PDF/KERN/11AJOUR.PDF
HTM/DATA/KERN/KERN/11AJOUR/0004.HTM