occt: master 3c424c5c

Author Committer Branch Timestamp Parent
abv abv master 2018-04-11 13:19:07 master c9ebb2dd
Changeset 0029621: Application Framework - Impossible to attach existing tessellation to XCAFDoc_Note

- XCAFNoteObjects_NoteObject transfer object for note's auxiliary data was added. It contains the following fields:
  text and attachment positions, note plane and tesselated presentation
- GetObject/SetObject methods were added to XCAFDoc_Note attribute. The following sub-labels were added to handle transfer object:
  1 - text position
  2 - note plane
  3 - attachment point
  4 - tesselated presentation
- documentation updated
mod - dox/user_guides/xde/xde.md Diff File
mod - src/TKXCAF/PACKAGES Diff File
mod - src/XCAFDoc/XCAFDoc_Note.cxx Diff File
mod - src/XCAFDoc/XCAFDoc_Note.hxx Diff File
mod - src/XCAFDoc/XCAFDoc_NoteBalloon.cxx Diff File
mod - src/XCAFDoc/XCAFDoc_NoteBalloon.hxx Diff File
mod - src/XCAFDoc/XCAFDoc_NoteBinData.cxx Diff File
mod - src/XCAFDoc/XCAFDoc_NoteBinData.hxx Diff File
mod - src/XCAFDoc/XCAFDoc_NoteComment.cxx Diff File
mod - src/XCAFDoc/XCAFDoc_NoteComment.hxx Diff File
mod - src/XCAFDoc/XCAFDoc_NotesTool.cxx Diff File
mod - src/XCAFDoc/XCAFDoc_NotesTool.hxx Diff File
add - src/XCAFNoteObjects/FILES Diff File
add - src/XCAFNoteObjects/XCAFNoteObjects_NoteObject.cxx Diff File
add - src/XCAFNoteObjects/XCAFNoteObjects_NoteObject.hxx Diff File
mod - src/XDEDRAW/XDEDRAW_Notes.cxx Diff File