Navigation
API > API/Plugins > API/Plugins/CADInterfaces
References
| Module | CADInterfaces |
| Header | /Engine/Plugins/Enterprise/DatasmithCADImporter/Source/CADInterfaces/Public/TechSoftInterface.h |
| Include | #include "TechSoftInterface.h" |
Syntax
class FUniqueTechSoftModelFile
Remarks
Class to manage model file lifetime
Constructors
| Type | Name | Description | |
|---|---|---|---|
FUniqueTechSoftModelFile
(
A3DAsmModelFile* InModelFile |
|||
FUniqueTechSoftModelFile
(
const FUniqueTechSoftModelFile& |
Non-copyable. | ||
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| A3DAsmModelFile * | Get () |
||
| const bool | IsValid () |
Return true if the model is loaded | |
| void | Reset () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FUniqueTechSoftModelFile & | operator=
(
const FUniqueTechSoftModelFile& |
||
| FUniqueTechSoftModelFile & | operator=
(
FUniqueTechSoftModelFile&& Old |