|
| ConvConvertorProperty3D () |
| Constructor.
|
|
const std::string | GetDocumentName () const override |
| Destructor. More...
|
|
const c3d::path_string | FullFilePath () const override |
| Get file name for converting.
|
|
bool | IsFileAscii () const override |
| Whether the file is a text file.
|
|
long int | GetFormatVersion () const override |
| Get the version of format for export.
|
|
bool | IsOutOnlySurfaces () const override |
| Whether to export only surfaces (introduced for work with converter IGES ).
|
|
bool | IsAssembling () const override |
| Whether the document for export is an assembly.
|
|
bool | GetIoPermission (MbeIOPermiss nPermission) const override |
| Get the value of permission for import-export of objects of a certain type.
|
|
void | GetIoPermissions (std::vector< bool > &ioPermissions) const override |
| Get values of permission for import-export of objects of certain types.
|
|
void | SetIoPermission (MbeIOPermiss nPermission, bool isSet) override |
| Set permission for import-export of objects of a certain type.
|
|
bool | GetPropertyString (MbeConverterStrings nString, std::string &propertyString) const override |
| Get the value of a certain string for the converter.
|
|
void | SetPropertyString (MbeConverterStrings nString, const std::string &propertyString) override |
| Set the value of a certain string for the converter.
|
|
eTextForm | GetAnnotationTextRepresentation () const override |
| Text representation in annotation objects.
|
|
bool | ExportComponentsSeparately () const override |
| Export components into separate files ( if provided in format). More...
|
|
MbPlacement3D | GetOriginLocation () const override |
| Get the location, the model is placed in.
|
|
bool | ReplaceLocationsToRight () const override |
| Replace components' placements to right-oriented.
|
|
bool | EnableAutoStitch (double &) const override |
| If surfaces should be stitched automatically. More...
|
|
double | LengthUnitsFactor () const override |
| Get the factor of the length units to millimeters.
|
|
double | AppLengthUnitsFactor () const override |
| Get the factor of the length units to millimeters in the application model.
|
|
void | LogReport (ptrdiff_t id, eMsgType msgType, eMsgDetail msgText) override |
| Make a record in the converter report. More...
|
|
MbStepData | TesselationParameters () const override |
| Get data for step calculation during triangulation (for STL, VRML only).
|
|
MbStepData | LOD0TesselationParameters () const override |
| Get data for step calculation during triangulation of LOD0 (for JTonly).
|
|
bool | DualSeams () const override |
| Whether to keep coincident points of seams (for STL, VRML only).
|
|
void | DualSeams (bool) |
| Whether to keep coincident points of seams (for STL, VRML only).
|
|
C3DConverterDebugSettings | GetDebugSettings () const override |
| Get the settings of debug info.
|
|
bool | JoinSimilarFaces () const override |
| Whether to join similar faces.
|
|
bool | AddRemovedFacesAsShells () const override |
| Whether to add removed faces as shells.
|
|
SPtr< IProductIdMaker > | ProductIdentifierGenerator () const override |
| Get generator of one-line product identifier.
|
|
SPtr< IC3DCharEncodingTransformer > | GetUserCharEncodingTransformer () const override |
| Get user string transformer.
|
|
virtual DEPRECATE_DECLARE bool | ImportComponentsWithColoredReplica () |
| Create colored replicas of components on import.
|
|