DiscussionsIssue archiveOther usage issues

Archived discussion

From C++ to the Draw application?

Other usage issuesTue, 03/28/2000 - 16:011 reply

Browse this forum
QuestionAuthor

We would like to visualize the examples in C++ given in the documentation thanks to the ready-to-use application Draw. How can we manage it ?

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

Hi Sarah,

If you look at the Geometry Commands and Topology Commands chapters of the Test Harness User's Guide, you will find a wide range of Draw commands which implement the documented C++ classes.

To give two examples, chamf corresponds to BRepFilletAPI_MakeChamfer and blend to BRepAlgoAPI_Fuse.

By comparing commands and their underlying API files, you should be able to understand the various arguments better.

Best regards,

Commenter-1