Cannot export color and name to step file in v7.6

Hello

My application can export color and name to step file in v6.7.
But when upgrade to V 7.6, my application cannot export color and name to step file.
Can anyone give me any advice?

Thanks in advance
Guoping Sun

Kirill Gavrilov's picture

I don't think that anyone would be able to give any advice without having any sample model and sample code reproducing the issue.

Dmitrii Pasukhin's picture

Hello,
Can you share a part of export process code. Or can you share a step file or created XBF document, which you want to export?

Note:
Only STEPCAFControl_Writer can export an attributes. Only a XBF document contains colors and names, brep shapes not keep this attributes.
To save a document you can use anApp->SaveAs(aDoc, "d:/test.xbf").

Best regards, Dmitrii.