Defines parameters of the ModelWriter. More...
#include <cadex/ModelData/ModelWriterParameters.hxx>
Public Member Functions | |
ModelWriterParameters () | |
Constructor. | |
bool | STLEnableMultiPartMode () const |
Specifies whether a model should be formatted part by part or merged. | |
void | SetSTLEnableMultiPartMode (bool theSTLEnableMultiPartMode) |
Sets whether a model should be formatted part by part or merged. | |
bool | PreferTextFormat () const |
Specifies whether an output should be formatted as text or binary. | |
void | SetPreferTextFormat (bool thePreferTextFormat) |
Sets whether an output should be formatted as text or binary. | |
![]() | |
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 ModelWriter.
Parameters can be set using ModelWriter::SetParameters().
bool cadex::ModelData::ModelWriterParameters::PreferTextFormat | ( | ) | const |
Specifies whether an output should be formatted as text or binary.
void cadex::ModelData::ModelWriterParameters::SetPreferTextFormat | ( | bool | thePreferTextFormat | ) |
Sets whether an output should be formatted as text or binary.
void cadex::ModelData::ModelWriterParameters::SetSTLEnableMultiPartMode | ( | bool | theSTLEnableMultiPartMode | ) |
Sets whether a model should be formatted part by part or merged.
bool cadex::ModelData::ModelWriterParameters::STLEnableMultiPartMode | ( | ) | const |
Specifies whether a model should be formatted part by part or merged.