Defines parameters of the STEP_Reader. More...
#include <cadex/STEP_ReaderParameters.hxx>
Public Types | |
enum | VersionType { V1 = 1 , V2 = 2 } |
Version of STEP reader. More... | |
enum | BRepRepresentationType { Auto , All , AdvancedBRep , ManifoldSurface , NonManifoldSurface , EdgeBasedWireframe } |
Type of BRep shape representation. | |
![]() | |
typedef std::shared_ptr< internal::Base_ReaderParametersImpl > | ImplPtrType |
Reserved for internal use. | |
Public Member Functions | |
STEP_ReaderParameters () | |
Constructor. | |
BRepRepresentationType | PreferredBRepRepresentationType () const |
Returns the preferred type of B-Rep shape representation. | |
BRepRepresentationType & | PreferredBRepRepresentationType () |
Sets the preferred type of B-Rep shape representation. | |
VersionType | Version () const |
Returns version. | |
VersionType & | Version () |
Sets version. | |
![]() | |
bool | DelayedConversion () const |
Specifies whether the import should fully complete conversion or defer it 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 & | DelayedConversion () |
Specifies whether the reader should defer conversion whenever possible or complete it. | |
bool | ReadPMI () const |
Specifies whether Product and Manufacturing Information (PMI) should be read from the file. 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 & | ReadPMI () |
Specifies whether Product and Manufacturing Information (PMI) should be read from the file. | |
bool | SaveExternalReferencePaths () const |
Specifies whether source file path of SGE elements should be stored in its property tables. 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 & | SaveExternalReferencePaths () |
Specifies whether source file path of SGE elements should be stored in its property tables. | |
void | SetLengthUnit (Base_LengthUnit LengthUnit) |
Sets a unit in which to treat geometric data in file. | |
bool | ReadDrawing () const |
Specifies whether a drawing should be read from the file. 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 & | ReadDrawing () |
Specifies whether a drawing should be read from the file. | |
internal::Base_ReaderParametersImpl * | 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_ReaderParameters (internal::Base_ReaderParametersImpl *theImpl) | |
Constructor. | |
Defines parameters of the STEP_Reader.
Refer to Importer Parameters.
Parameters can be set using STEP_Reader::Parameters().
cadex::STEP_ReaderParameters::STEP_ReaderParameters | ( | ) |
Constructor.
Initializes with default values:
STEP_ReaderParameters::VersionType & cadex::STEP_ReaderParameters::Version | ( | ) |
STEP_ReaderParameters::VersionType cadex::STEP_ReaderParameters::Version | ( | ) | const |