]> OCCT Git - occt.git/commit
0032679: Data Exchange - STEP writer loses assembly instance name
authormsv <msv@opencascade.com>
Mon, 22 Nov 2021 00:28:24 +0000 (03:28 +0300)
committermsv <msv@opencascade.com>
Mon, 22 Nov 2021 08:56:57 +0000 (11:56 +0300)
commita1740f0e7a753868f6b6d2419368961615ad4452
tree1626fa0c7e6274810111618a48c64daf63fce97b
parente4a494055f6c80392c47937b3314215744edf0e8
0032679: Data Exchange - STEP writer loses assembly instance name

In STEPCAFControl_Writer::WriteNames, write the names of components even if the name of the assembly is absent.

In STEPControl_ActorWrite::TransferSubShape, move assembly structure information to the beginning of the list of results, so that CDSR information of this assembly became preceding CDSR of any sub shapes.
src/STEPCAFControl/STEPCAFControl_Writer.cxx
src/STEPControl/STEPControl_ActorWrite.cxx