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 ?
Douglas McCarthy (not verified) Tue, 03/28/2000 - 17:17
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.
Tue, 03/28/2000 - 17:17
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,
Douglas