Defines parameters of the Parasolid writer. More...
Public Member Functions | |
Para_WriterParameters () | |
Constructor. | |
int | TargetParasolidVersion () const |
Returns target Parasolid kernel version. | |
int & | TargetParasolidVersion () |
Returns target Parasolid kernel version. | |
![]() | |
bool | WriteBRepRepresentation () const |
Returns whether B-Rep representation should be saved. | |
bool & | WriteBRepRepresentation () |
Specifies whether B-Rep representation should be saved. More... | |
bool | WritePolyRepresentation () const |
Returns whether polygonal representation should be saved. | |
bool & | WritePolyRepresentation () |
Specifies whether polygonal representation should be saved. More... | |
bool | WriteTextures () const |
Returns whether texture should be saved. | |
bool & | WriteTextures () |
Specifies whether texture should be saved. More... | |
Base_LengthUnit | LengthUnit () const |
Returns the length unit. | |
Base_LengthUnit & | LengthUnit () |
Specifies the length unit. More... | |
ModelData_RepresentationMask | PreferredLOD () const |
Returns the type of polygonal representation that should be written. | |
ModelData_RepresentationMask & | PreferredLOD () |
Specifies the type of polygonal representation that should be written. More... | |
const Base_UTF16String & | Author () const |
Returns the author name. | |
Base_UTF16String & | Author () |
Specifies the model author name. More... | |
const Base_UTF16String & | Organization () const |
Returns the organization name. | |
Base_UTF16String & | Organization () |
Specifies the organization name. More... | |
const Base_UTF16String & | OriginatingSystem () const |
Returns the originating system name. | |
Base_UTF16String & | OriginatingSystem () |
Specifies the originating system name. More... | |
internal::Base_WriterParametersImpl * | Impl () const |
Returns internal implementation object. | |
template<typename T > | |
T * | Impl () const |
Reserved for internal use. | |
const ImplPtrType & | SharedImpl () const |
Reserved for internal use. | |
Additional Inherited Members | |
![]() | |
typedef std::shared_ptr< internal::Base_WriterParametersImpl > | ImplPtrType |
Reserved for internal use. | |
![]() | |
Base_WriterParameters (internal::Base_WriterParametersImpl *theImpl) | |
Constructor. More... | |
Defines parameters of the Parasolid writer.
Refer to Exporter Parameters.
Parameters can be set using Para_Writer::Parameters().