1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

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

Off-topic: procedure genproj now gives meaningful error message if new package is added but not listed in UDLIST
This commit is contained in:
snn
2018-04-11 16:19:07 +03:00
committed by abv
parent c9ebb2dd0e
commit 8c7fab9b4d
18 changed files with 824 additions and 174 deletions

View File

@@ -0,0 +1,3 @@
FILES
XCAFNoteObjects_NoteObject.cxx
XCAFNoteObjects_NoteObject.hxx