Navigation
API > API/Plugins > API/Plugins/CADTools
| Name | FImportParameters |
| Type | class |
| Header File | /Engine/Plugins/Enterprise/DatasmithCADImporter/Source/CADTools/Public/CADOptions.h |
| Include Path | #include "CADOptions.h" |
Syntax
class FImportParameters
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FImportParameters
(
FDatasmithUtils::EModelCoordSystem NewCoordinateSystem |
CADOptions.h | ||
FImportParameters
(
const FImportParameters& InParamneters, |
CADOptions.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| bGActivateThinZoneMeshing | bool | CADOptions.h | |
| bGDisableCADKernelTessellation | bool | CADOptions.h | |
| bGEnableCADCache | bool | CADOptions.h | |
| bGEnableTimeControl | bool | CADOptions.h | |
| bGOverwriteCache | bool | CADOptions.h | |
| bGPreferJtFileEmbeddedTessellation | bool | CADOptions.h | |
| bGRemoveDuplicatedTriangle | bool | CADOptions.h | |
| bGSewMeshIfNeeded | bool | CADOptions.h | |
| bGStitchingForceSew | bool | CADOptions.h | |
| bGStitchingRemoveDuplicatedFaces | bool | CADOptions.h | |
| bGStitchingRemoveThinFaces | bool | CADOptions.h | |
| bValidationProcess | bool | CADOptions.h | |
| GMaxMaterialCountPerMesh | int32 | CADOptions.h | |
| GMeshingParameterFactor | float | CADOptions.h | |
| GStitchingForceFactor | float | CADOptions.h | |
| GStitchingTolerance | float | CADOptions.h | |
| GUnitScale | float | CADOptions.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChordTolerance | double | CADOptions.h | ||
| MaxEdgeLength | double | CADOptions.h | ||
| MaxNormalAngle | double | CADOptions.h | ||
| Mesher | EMesher | CADOptions.h | ||
| ModelCoordSys | FDatasmithUtils::EModelCoordSystem | CADOptions.h | ||
| StitchingTechnique | EStitchingTechnique | CADOptions.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
double GetChordTolerance() |
CADOptions.h | ||
uint32 GetHash() |
CADOptions.h | ||
double GetMaxEdgeLength() |
CADOptions.h | ||
double GetMaxNormalAngle() |
CADOptions.h | ||
EMesher GetMesher() |
CADOptions.h | ||
FDatasmithUtils::EModelCoordSystem GetModelCoordSys() |
CADOptions.h | ||
EStitchingTechnique GetStitchingTechnique() |
CADOptions.h | ||
void SetModelCoordinateSystem
(
FDatasmithUtils::EModelCoordSystem NewCoordinateSystem |
CADOptions.h | ||
void SetTesselationParameters
(
double InChordTolerance, |
CADOptions.h | ||
void SetTesselationParameters
(
double InChordTolerance, |
CADOptions.h |