Hello
with opencascade,if any one can explain me ,how to make interface(new button-or userform)?
regards
Tilman Leune Tue, 08/24/2010 - 10:30
Opencascade is a 3d-Modeling Toolkit, not GUI Toolkit.
Management of Fomrs or Buttons is out of scaope of OCCT.
You will have to build an application using your favorite GUI Toolkit (MFC, WPF, Qt, ...) and use OCCT from within this application.
You may want to have a look at the sample applications which are shipped with the Toolkit (c:/program files/Opencascade/samples on windows)
Tue, 08/24/2010 - 10:30
Opencascade is a 3d-Modeling Toolkit, not GUI Toolkit.
Management of Fomrs or Buttons is out of scaope of OCCT.
You will have to build an application using your favorite GUI Toolkit (MFC, WPF, Qt, ...) and use OCCT from within this application.
You may want to have a look at the sample applications which are shipped with the Toolkit (c:/program files/Opencascade/samples on windows)
Mon, 08/30/2010 - 13:38
Thunks Tilman for your replay