Extended modules > 3D Documenation > Create 3D documentation > Groups
  
Groups
You can customize the following areas of 3D Documentation relating to groups:
The SET-DELETE-GROUP-DEFAULT-MODE function
The DOC3D-SET-HIGHLIGHT-MODE-FOR-SHOW-GROUPS function
The SET-DELETE-GROUP-DEFAULT-MODE function
The SET-DELETE-GROUP-DEFAULT-MODE function allows you to set the default behavior when deleting groups. You can specify that annotations belonging to a deleted group should also be deleted, or that they should be made free.
Syntax
(DOC3D:SET-DELETE-GROUP-DEFAULT-MODE
:DELETE_ANNOS or
:FREE_ANNOS)
Options
:DELETE_ANNOS specifies that annos should (by default) be selected for deletion along with their owning group.
:FREE_ANNOS specifies that annos should (by default) be freed when their owning group is deleted.
Example
(doc3d:set-delete-group-default-mode
:FREE_ANNOS)
The DOC3D-SET-HIGHLIGHT-MODE-FOR-SHOW-GROUPS function
The DOC3D-SET-HIGHLIGHT-MODE-FOR-SHOW-GROUPS allows you to set the highlight mode when showing groups.
Syntax
(DOC3D:DOC3D-SET-HIGHLIGHT-MODE-FOR-SHOW-GROUPS
:ONLY_ANNOTATIONS or
:ANNOTATIONS_AND_REFERENCE_ELEMENTS or
:ANNOTATIONS_AND_REFERENCE_ELEMENTS_AND_REFERENCE_VERTICES)
Options
:ONLY_ANNOTATIONS specifies that only annotation text is highlighted.
:ANNOTATIONS_AND_REFERENCE_ELEMENTS specifies that annotation text and reference elements are highlighted.
:ANNOTATIONS_AND_REFERENCE_ELEMENTS_AND_REFERENCE_VERTICES specifies that annotation text, reference elements, and reference vertices are highlighted.
Example
(doc3d:doc3d-set-highlight-mode-for-show-groups :ONLY_ANNOTATIONS )