
Mon, 02/09/2004 - 17:03
Forums:
Hi all,
I've got a problem using a
STEPCAFControl_reader
this reader doesn't contains methods from
STEPControl_reader
But the first class herits from the second.
The same thing worked with IGESCAF and IGES reader...
What's worng ?
Mon, 02/09/2004 - 17:09
after reading the hxx file file STEPCAFControl_Reader.hxx
there's no inheritance in this class.
class STEPCAFControl_Reader {
But ther's one in
class IGESCAFControl_Reader : public IGESControl_Reader {
BUT intt THE DOCUMENTATION HELP, it is said that
STEPCAFControl_reader herits STEPControl_reader...
What can I Do ???
Tue, 02/10/2004 - 10:47
Hello,
in fact, STEPCAFControl_Reader does not inherit from STEPControl_Reader but contains the last as a field.
Please consult the file STEPCAFControl_Reader.cdl - you can see the field myReader in the 'fields' section.
To access myReader, use methods STEPCAFControl_Reader::Reader().
We shall check and update the documentation if it does not match the actual inheritance. So thank you for your notice.