Defines parameters used by the STEP writer. More...
#include <cadex/STEP_WriterParameters.hxx>
Public Types | |
enum | VersionType { V1 = 1 , V2 = 2 } |
Specifies version of STEP writer. More... | |
enum | BRepRepresentationType { Auto , AdvancedBRep , ManifoldSurface , NonManifoldSurface , EdgeBasedWireframe } |
Type of BRep shape representation. | |
enum | ExternalReferencesModeType { Monolithic , PerPart , PerAssembly } |
External references mode. | |
enum | SchemaType { AP214 , AP242 } |
![]() | |
typedef std::shared_ptr< internal::Base_WriterParametersImpl > | ImplPtrType |
Reserved for internal use. | |
Public Member Functions | |
STEP_WriterParameters () | |
Constructor. | |
BRepRepresentationType | PreferredBRepRepresentationType () const |
Returns the preferred type of BRep shape representation. | |
BRepRepresentationType & | PreferredBRepRepresentationType () |
Sets the preferred type of BRep shape representation. | |
ExternalReferencesModeType | ExternalReferencesMode () const |
Returns the External References mode. | |
ExternalReferencesModeType & | ExternalReferencesMode () |
Sets the External References mode. | |
VersionType | Version () const |
Returns version. | |
VersionType & | Version () |
Sets version. | |
bool | WritePCurves () const |
Returns the flag whether parametric curves should be written. | |
bool & | WritePCurves () |
Sets the flag whether parametric curves should be written. | |
SchemaType | SchemaVersion () const |
Returns the current STEP schema version used for writing. | |
SchemaType & | SchemaVersion () |
Sets the current STEP schema version used for writing. | |
![]() | |
bool | WriteBRepRepresentation () const |
Returns whether B-Rep representation should be saved. | |
bool & | WriteBRepRepresentation () |
Specifies whether B-Rep representation should be saved. | |
bool | WritePolyRepresentation () const |
Returns whether polygonal representation should be saved. | |
bool & | WritePolyRepresentation () |
Specifies whether polygonal representation should be saved. | |
bool | WriteTextures () const |
Returns whether texture should be saved. | |
bool & | WriteTextures () |
Specifies whether texture should be saved. | |
bool | WritePMI () const |
Specifies whether Product and Manufacturing Information (PMI) should be saved. This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.See above for non-const method. | |
bool & | WritePMI () |
Specifies whether Product and Manufacturing Information (PMI) should be saved. | |
Base_LengthUnit | LengthUnit () const |
Returns the length unit. | |
Base_LengthUnit & | LengthUnit () |
Specifies the length unit. | |
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. | |
const Base_UTF16String & | Author () const |
Returns the author name. | |
Base_UTF16String & | Author () |
Specifies the model author name. | |
const Base_UTF16String & | Organization () const |
Returns the organization name. | |
Base_UTF16String & | Organization () |
Specifies the organization name. | |
const Base_UTF16String & | OriginatingSystem () const |
Returns the originating system name. | |
Base_UTF16String & | OriginatingSystem () |
Specifies the originating system name. | |
bool | UseOYAsUpAxis () const |
Specifies whether OY should be saved as axis normal. This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.See above for non-const method. | |
bool & | UseOYAsUpAxis () |
Specifies whether OY should be saved as axis normal. | |
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 | |
![]() | |
Base_WriterParameters (internal::Base_WriterParametersImpl *theImpl) | |
Constructor. | |
Defines parameters used by the STEP writer.
Refer to Exporter Parameters.
Parameters can be set using STEP_Writer::Parameters().
cadex::STEP_WriterParameters::STEP_WriterParameters | ( | ) |
Constructor.
Initializes with default values:
STEP_WriterParameters::VersionType & cadex::STEP_WriterParameters::Version | ( | ) |
STEP_WriterParameters::VersionType cadex::STEP_WriterParameters::Version | ( | ) | const |