Writes supported formats, see Import and Export section. More...
#include <cadex/ModelData/ModelWriter.hxx>
Public Member Functions | |
ModelWriter () | |
Constructor. | |
const ModelWriterParameters & | Parameters () |
Returns Writer parameters. | |
void | SetParameters (const ModelWriterParameters &theParameters) |
Sets Writer parameters. | |
bool | Write (const ModelData::Model &theModel, const UTF16String &theFilePath) |
Writes the specified model to the file at the specified path. Automatically detects suitable format based on the file extension. | |
const cadex::ProgressStatus & | ProgressStatus () |
void | SetProgressStatus (cadex::ProgressStatus &theStatus) |
![]() | |
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) | |
Writes supported formats, see Import and Export section.
bool cadex::ModelData::ModelWriter::Write | ( | const ModelData::Model & | theModel, |
const UTF16String & | theFilePath ) |
Writes the specified model to the file at the specified path. Automatically detects suitable format based on the file extension.
Returns true if the writing process succeeded, false otherwise.