Defines parameters of the OBJ reader. More...
Public Member Functions | |
OBJ_ReaderParameters () | |
Constructor. | |
double | UnitCoef () const |
Returns a scale factor of measurement units of the input file. More... | |
double & | UnitCoef () |
Returns parameters. | |
bool | EnforceGrouping () const |
Specifies whether forced grouping should be enabled to reduce amount of created parts. More... | |
bool & | EnforceGrouping () |
Specifies whether forced grouping should be enabled to reduce amount of created parts. More... | |
![]() | |
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. More... | |
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. More... | |
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. More... | |
void | SetLengthUnit (Base_LengthUnit LengthUnit) |
Sets a unit in which to treat geometric data in file. More... | |
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. More... | |
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 | |
![]() | |
typedef std::shared_ptr< internal::Base_ReaderParametersImpl > | ImplPtrType |
Reserved for internal use. | |
![]() | |
Base_ReaderParameters (internal::Base_ReaderParametersImpl *theImpl) | |
Constructor. More... | |
Defines parameters of the OBJ reader.
Refer to Importer Parameters.
Parameters can be set using OBJ_Reader::Parameters().
bool & cadex::OBJ_ReaderParameters::EnforceGrouping | ( | ) |
Specifies whether forced grouping should be enabled to reduce amount of created parts.
By default is false.
bool cadex::OBJ_ReaderParameters::EnforceGrouping | ( | ) | const |
Specifies whether forced grouping should be enabled to reduce amount of created parts.
By default is false.
double cadex::OBJ_ReaderParameters::UnitCoef | ( | ) | const |
Returns a scale factor of measurement units of the input file.
By default the value is 1., i.e. coordinates are interpreted in millimeters.