]> OCCT Git - occt.git/commit
0033317: Data Exchange, Step Export - Ignoring color attached to the reference shape...
authordpasukhi <dpasukhi@opencascade.com>
Thu, 26 Jan 2023 15:24:07 +0000 (15:24 +0000)
committervglukhik <vglukhik@opencascade.com>
Fri, 17 Mar 2023 23:04:14 +0000 (23:04 +0000)
commit0c47974eb56034e8b772c1f2107983597f2b28b6
tree824848a7cd4cfc466c66b9ea3d4f129b2853723f
parentf0401b93a04ea181843e6731009311bb5115adc4
0033317: Data Exchange, Step Export - Ignoring color attached to the reference shape label

Fixed problem with pure referencing.
  To export reference label to step we convert it to the assembly with one part.
  All attributes attached to the label should be moved to the new part.
  For working with it new map contains only pure reference labels, that converted to the part
  was implemented to the STEPCAFControl_Writer.
Updated code style of the STEPCAFControl_Writer
Improved ability to export labels from different documents
Removed OCCT_Debug macros to print in Trace gravity
13 files changed:
src/STEPCAFControl/STEPCAFControl_Writer.cxx
src/STEPCAFControl/STEPCAFControl_Writer.hxx
src/XCAFDoc/XCAFDoc_ColorTool.cxx
src/XCAFDoc/XCAFDoc_ColorTool.hxx
src/XCAFDoc/XCAFDoc_DimTolTool.cxx
src/XCAFDoc/XCAFDoc_DimTolTool.hxx
src/XCAFDoc/XCAFDoc_LayerTool.cxx
src/XCAFDoc/XCAFDoc_LayerTool.hxx
src/XCAFDoc/XCAFDoc_MaterialTool.cxx
src/XCAFDoc/XCAFDoc_MaterialTool.hxx
src/XCAFDoc/XCAFDoc_VisMaterialTool.cxx
src/XCAFDoc/XCAFDoc_VisMaterialTool.hxx
tests/bugs/step/bug33317 [new file with mode: 0644]