
Mon, 05/08/2023 - 12:34
Hi
I was exploring on how OCCT is creating the objects from the step data. I found Transfer_ProcessForTransient::Teansfer function but I did not get its code. Can anyone tell me where is the code for this function?
Also guide me if this is not the correct function to check for OCCT object creation from step data
Mon, 05/08/2023 - 12:59
Hello, this class is a legacy code. The source code created by macros. We will rework it in the future release.
The source code with macros:"Transfer_ProcessForTransient_0.cxx"
Can you a give a little more describing about your goal. I don't understand a question.
Best regards, Dmitrii.
Mon, 05/08/2023 - 13:22
Hi,
You can check this https://dev.opencascade.org/content/occt-object-creation-step-file-data
I am trying to get the correct model tree for step files generated from any application.
Right now I am getting different model w.r.t source app