Navigation
API > API/Plugins > API/Plugins/ParametricSurface
| Name | FCADModelToTechSoftConverterBase |
| Type | class |
| Header File | /Engine/Plugins/Enterprise/DatasmithCADImporter/Source/ParametricSurface/Public/CADModelToTechSoftConverterBase.h |
| Include Path | #include "CADModelToTechSoftConverterBase.h" |
Syntax
class FCADModelToTechSoftConverterBase : public CADLibrary::ICADModelConverter
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCADModelToTechSoftConverterBase
(
CADLibrary::FImportParameters InImportParameters |
CADModelToTechSoftConverterBase.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddSurfaceDataForMesh
(
const TCHAR* InFilePath, |
CADModelToTechSoftConverterBase.h |
Overridden from ICADModelConverter
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool AddGeometry
(
const CADLibrary::FCADModelGeometry& Geometry |
CADModelToTechSoftConverterBase.h | ||
virtual void InitializeProcess() |
CADModelToTechSoftConverterBase.h | ||
virtual bool IsSessionValid() |
CADModelToTechSoftConverterBase.h | ||
virtual bool RepairTopology() |
CADModelToTechSoftConverterBase.h | ||
virtual bool SaveModel
(
const TCHAR* InFolderPath, |
CADModelToTechSoftConverterBase.h | ||
virtual void SetImportParameters
(
double ChordTolerance, |
Set Import parameters, Tack care to set scale factor before because import parameters will be scale according to scale factor | CADModelToTechSoftConverterBase.h | |
virtual bool Tessellate
(
const CADLibrary::FMeshParameters& InMeshParameters, |
CADModelToTechSoftConverterBase.h |