Defines parameters of the ModelReader. More...
#include <cadex/ModelData/ModelReaderParameters.hxx>
Public Member Functions | |
ModelReaderParameters () | |
Constructor. | |
bool | ReadPMI () const |
Specifies whether Product and Manufacturing Information (PMI) should be read from the file. | |
void | SetReadPMI (bool theReadPMI) |
Specifies whether Product and Manufacturing Information (PMI) should be read from the file. | |
bool | ReadDrawing () const |
Specifies whether Product and Manufacturing Information (PMI) should be read from the file. | |
void | SetReadDrawing (bool theReadDrawing) |
Specifies whether a drawing should be read from the file. | |
![]() | |
size_t | Id () const |
Return unique identifier of public object. | |
internal::BaseObjectImpl * | Impl () const |
bool | IsNull () const |
operator bool () const | |
template<typename T > | |
bool | IsOfType () const |
template<typename T > | |
T * | Impl () const |
Reserved for internal use. | |
Additional Inherited Members | |
![]() | |
typedef std::shared_ptr< internal::BaseObjectImpl > | ImplType |
![]() | |
BaseObject (const ImplType &theImpl) | |
Defines parameters of the ModelReader.
Parameters can be set using ModelReader::SetParameters().
bool cadex::ModelData::ModelReaderParameters::ReadDrawing | ( | ) | const |
Specifies whether Product and Manufacturing Information (PMI) should be read from the file.
bool cadex::ModelData::ModelReaderParameters::ReadPMI | ( | ) | const |
Specifies whether Product and Manufacturing Information (PMI) should be read from the file.
See SetReadPMI().
void cadex::ModelData::ModelReaderParameters::SetReadDrawing | ( | bool | theReadDrawing | ) |
Specifies whether a drawing should be read from the file.
By default is false.
false
will be assigned. void cadex::ModelData::ModelReaderParameters::SetReadPMI | ( | bool | theReadPMI | ) |
Specifies whether Product and Manufacturing Information (PMI) should be read from the file.
By default is false.
false
will be assigned.