﻿; -*-Lisp-*- (sort of)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; Description:  Module Configuration File
;
; (C) Copyright 2004 CoCreate Software GmbH, all rights reserved.
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

(in-package :doc3d)
(use-package :oli)

;;;;;;;;;;;;;;;;;;;;;;;Text Label Category Customization;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;; To add or delete a category for a 3d text (3D Note and Generic), use the 
;;;;;; function doc3d:register-doc3d-text-category

(register-doc3d-text-category 
  :category :inspection
  :label "Inspection"
  :selection (doc3d:initial-text-selection-types)
    
)

(register-doc3d-text-category 
  :category :mfg
  :label "Mfg."
  :selection (doc3d:initial-text-selection-types)
)

(register-doc3d-text-category 
  :category :engineering
  :label "Engineering"
  :selection (doc3d:initial-text-selection-types)
)
