DiscussionsIssue archiveOther usage issues

Archived discussion

viewer on mac

Other usage issuesSun, 04/28/2013 - 15:274 replies

Browse this forum
QuestionAuthor

Hi,

I am trying to view something with opencascade on mac, unfortunately I cannot find any examples of the occ viewer or opengl or anything that works on mac. The qt examples in occ/samples/qt all have the familiar error's connected to the mac. For example
device = new Graphic3d_WNTGraphicDevice();
is specifically for windows.

Has anyone been successful in viewing? With any type of viewer?
And if you have had success, could you give me an example of it?

Thankyou

Discussion

4 archived replies

Posts are displayed in their archived order.

01Commenter-1

Dear Author,
Have a look, please at Qt samples in OCCT 6.6.0, they demonstrate use of 3d viewer on Mac with Cocoa. See also section 'Porting' of the OCCT 6.6.0 Release Notes.
Regards

02Commenter-2

Thankyou,I have only been able to find the xlib/glx sample.
I can't seem to find a cocoa example. Could you tell me exactly where in samples

03Commenter-1

Dear Author,
You can find it at ../OpenCASCADE660ros/samples/qt/
(see OCCT Universal source package).
Regards

04Commenter-2

found it thanks