Overview
This tutorial introduces the basic usage of the AMCAX IGES module, which only provides a read interface and does not yet provide a write interface. Currently, only partial data reading is supported.
The Reader Section
Import The Header Files
Create an instance
static AMCAX_API bool Read(TopoShape &s, const std::string &file)
Read a shape from a file.
Base class of shape, containing an underlying shape with a location and an orientation.
Definition: TopoShape.hpp:15
Appendix
The complete code of this sample is listed here:
OCCTIO::OCCTTool::Write(ts,"./test.brep");